diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8ba8f..c344adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> +
+ {} + }, + { + 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" + /> +
+