diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ac6893..8d1ece2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,16 +71,20 @@ export default function HomePage() { features={[ { title: "Exquisite Rings", description: "Stunning engagement and cocktail rings crafted with precision", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1918.jpg?_wi=1", imageAlt: "Luxury ring collection", buttonIcon: ArrowRight, - buttonHref: "/products"}, + buttonHref: "/products" + }, { title: "Elegant Necklaces", description: "Sophisticated necklaces that complement any occasion", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-talking-phone_23-2148360121.jpg?_wi=1", imageAlt: "Elegant necklace collection", buttonIcon: ArrowRight, - buttonHref: "/products"}, + buttonHref: "/products" + }, { title: "Custom Designs", description: "Personalized jewelry tailored to your unique vision", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931474.jpg?_wi=1", imageAlt: "Custom jewelry design", buttonIcon: ArrowRight, - buttonHref: "/contact"}, + buttonHref: "/contact" + }, { title: "Certified Quality", description: "All pieces authenticated with premium materials", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=1", imageAlt: "Certified jewelry with authentication", buttonIcon: ArrowRight, - buttonHref: "/about"}, + buttonHref: "/about" + }, ]} title="Our Collections" description="Browse our curated selection of luxury jewelry pieces" @@ -106,20 +110,26 @@ export default function HomePage() {
); -} \ No newline at end of file +}