From b607577ba21771d6d29f2f79fd261bb4bd0d8fa6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:20:57 +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 a4f6479..c829d97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,15 +120,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Quality", title: "Premium Materials", subtitle: "Sourced Responsibly", description: "We select only the finest natural fabrics, ensuring comfort and durability that stand the test of time.", imageSrc: "/placeholders/placeholder1.webp" + tag: "Quality", title: "Premium Materials", subtitle: "Sourced Responsibly", description: "We select only the finest natural fabrics, ensuring comfort and durability that stand the test of time.", imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { id: 2, - tag: "Sustainability", title: "Eco-Conscious", subtitle: "Ethical Production", description: "Our production process prioritizes environmental responsibility and fair labor practices throughout our supply chain.", imageSrc: "/placeholders/placeholder1.webp" + tag: "Sustainability", title: "Eco-Conscious", subtitle: "Ethical Production", description: "Our production process prioritizes environmental responsibility and fair labor practices throughout our supply chain.", imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, { id: 3, - tag: "Delivery", title: "Worldwide Shipping", subtitle: "Fast & Reliable", description: "We deliver to customers globally with careful packaging to ensure every order arrives in perfect condition.", imageSrc: "/placeholders/placeholder1.webp" + tag: "Delivery", title: "Worldwide Shipping", subtitle: "Fast & Reliable", description: "We deliver to customers globally with careful packaging to ensure every order arrives in perfect condition.", imageSrc: "/placeholders/placeholder1.webp?_wi=3" } ]} textboxLayout="default" -- 2.49.1