From c769ee275aaa9febc1efd141e0ce2883be9b9b15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:24:27 +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 9bf2ed4..c1425f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "100% Natural", description: "Unlike competitors, we use truly 100% real coconut water, no concentrate.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "100% Natural Coconut Water" }, - { title: "High in Fibre", description: "Each pack contains as much fibre as 200g of broccoli for your daily needs.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "High Fibre Content" }, - { title: "No Added Sugar", description: "Pure, natural ingredients only, keeping you refreshed without the guilt.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "No Added Sugar" }, + { title: "100% Natural", description: "Unlike competitors, we use truly 100% real coconut water, no concentrate.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=1", imageAlt: "100% Natural Coconut Water" }, + { title: "High in Fibre", description: "Each pack contains as much fibre as 200g of broccoli for your daily needs.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=2", imageAlt: "High Fibre Content" }, + { title: "No Added Sugar", description: "Pure, natural ingredients only, keeping you refreshed without the guilt.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=3", imageAlt: "No Added Sugar" }, ]} title="Four Reasons To Drink AV8" description="Quality you can taste, sourced from nature." -- 2.49.1