diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b51c4e..affb0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sustainable Materials", description: "Ethically sourced fabrics and sustainable production methods that honor both quality and environment.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg", imageAlt: "Premium sustainable fabrics", buttonIcon: Leaf, + title: "Sustainable Materials", description: "Ethically sourced fabrics and sustainable production methods that honor both quality and environment.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg?_wi=1", imageAlt: "Premium sustainable fabrics", buttonIcon: Leaf, buttonHref: "#" }, { @@ -112,7 +112,7 @@ export default function LandingPage() { buttonHref: "#" }, { - title: "Lifetime Support", description: "Cinco stands behind every piece with exceptional customer service and care guidance.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg", imageAlt: "Customer care support", buttonIcon: Heart, + title: "Lifetime Support", description: "Cinco stands behind every piece with exceptional customer service and care guidance.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pastel-golden-transparent-fabrics_23-2148516032.jpg?_wi=2", imageAlt: "Customer care support", buttonIcon: Heart, buttonHref: "#" } ]}