From 16d3c99bcb5274dd6d5d602e66b7e5ace160e920 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 06:23:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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."