diff --git a/src/app/page.tsx b/src/app/page.tsx index b7a6675..3f969dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,9 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: 1, title: "Sustainable Sourcing", description: "We use ethically sourced materials.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, - { id: 2, title: "Handmade Quality", description: "Every item is crafted with precision.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, - { id: 3, title: "Global Shipping", description: "Delivered to your door, anywhere.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, + { title: "Sustainable Sourcing", description: "We use ethically sourced materials.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, + { title: "Handmade Quality", description: "Every item is crafted with precision.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, + { title: "Global Shipping", description: "Delivered to your door, anywhere.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] }, ]} title="Why Artisanal?" description="Quality in every stitch, fold, and finish."