Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1e211ecad |
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
@@ -71,6 +72,33 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faberge" data-section="faberge">
|
||||
<ProductCardOne
|
||||
title="Dmitry Faberge Collection"
|
||||
description="Explore our exquisite Faberge-inspired collection, featuring intricately designed pieces with exceptional craftsmanship and timeless elegance."
|
||||
tag="Heritage Collection"
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "f1", name: "Imperial Egg Replica", price: "$3,999", imageSrc: "https://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409248.jpg", imageAlt: "Imperial Egg Replica", onProductClick: () => {}
|
||||
},
|
||||
{
|
||||
id: "f2", name: "Diamond Encrusted Vessel", price: "$4,599", imageSrc: "https://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Diamond Encrusted Vessel", onProductClick: () => {}
|
||||
},
|
||||
{
|
||||
id: "f3", name: "Jeweled Automaton Box", price: "$5,299", imageSrc: "https://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Jeweled Automaton Box", onProductClick: () => {}
|
||||
},
|
||||
{
|
||||
id: "f4", name: "Royal Carriage Miniature", price: "$4,899", imageSrc: "https://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409250.jpg", imageAlt: "Royal Carriage Miniature", onProductClick: () => {}
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
|
||||
Reference in New Issue
Block a user