diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e1f6b4..fd23095 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"