diff --git a/src/app/page.tsx b/src/app/page.tsx index 8215956..679e146 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" features={[ { - id: "1", title: "Premium Materials", description: "We source only the finest materials including ethically-mined diamonds, certified gemstones, and premium metals for every creation.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg?_wi=1", imageAlt: "Premium materials selection" + id: "1", title: "Premium Materials", description: "We source only the finest materials including ethically-mined diamonds, certified gemstones, and premium metals for every creation.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg", imageAlt: "Premium materials selection" }, { - id: "2", title: "Expert Craftsmanship", description: "Our master artisans bring decades of combined experience to create pieces that are both beautiful and durable.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg?_wi=2", imageAlt: "Expert jewelry crafting" + id: "2", title: "Expert Craftsmanship", description: "Our master artisans bring decades of combined experience to create pieces that are both beautiful and durable.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg", imageAlt: "Expert jewelry crafting" }, { - id: "3", title: "Bespoke Designs", description: "Work with our designers to create custom pieces that reflect your unique style and personality.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg?_wi=3", imageAlt: "Custom jewelry design" + id: "3", title: "Bespoke Designs", description: "Work with our designers to create custom pieces that reflect your unique style and personality.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg", imageAlt: "Custom jewelry design" }, { - id: "4", title: "Lifetime Warranty", description: "Every piece comes with our comprehensive lifetime warranty, ensuring your investment is protected forever.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg?_wi=4", imageAlt: "Warranty guarantee" + id: "4", title: "Lifetime Warranty", description: "Every piece comes with our comprehensive lifetime warranty, ensuring your investment is protected forever.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-woman-tasting-cheese-wooden-board-with-christmas-decorations-background_132075-11272.jpg", imageAlt: "Warranty guarantee" } ]} /> @@ -142,13 +142,13 @@ export default function LandingPage() {