From 9047c688d5af18231bc6d352ad9ca564b233eec4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:21:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c829d97..9e1f6b4 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?_wi=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" }, { 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?_wi=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" }, { 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?_wi=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" } ]} textboxLayout="default" @@ -260,6 +260,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us how we can help", rows: 5 }} useInvertedBackground={false} + mediaAnimation="blur-reveal" buttonText="Send Message" className="py-20" containerClassName="max-w-7xl mx-auto" -- 2.49.1