diff --git a/src/app/page.tsx b/src/app/page.tsx index bdddf4d..b023423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Sparkles, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -57,13 +58,15 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + tag="Exclusive Selection" + tagIcon={Sparkles} products={[ - { id: "p1", name: "Lumina Gold Watch", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=1" }, - { id: "p2", name: "Ethereal Bracelet", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=1" }, + { id: "p1", name: "Lumina Gold Watch (Limited Edition)", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=1" }, + { id: "p2", name: "Ethereal Bracelet (Trending Now)", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=1" }, { id: "p3", name: "Serene Ring Set", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=1" }, { id: "p4", name: "Infinite Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=2" }, - { id: "p5", name: "Dainty Charm Bracelet", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=2" }, - { id: "p6", name: "Classic Gold Ring", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=2" }, + { id: "p5", name: "Dainty Charm Bracelet (Trending Now)", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=2" }, + { id: "p6", name: "Classic Gold Ring (Limited Edition)", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=2" }, ]} title="Featured Collections" description="Explore our signature pieces designed to embody confidence and grace."