From d53e3387b5d4badf5156ef520455731d03badb43 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:27:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4746705..0e0176e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,56 +47,35 @@ export default function LandingPage() {
@@ -114,9 +85,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description={[ - "At Ideal Waters, we believe purity is not just a standard; it's a sensory experience.", - "Every drop in our collection is sourced from the most protected geological origins, delivering unmatched taste.", - ]} + "At Ideal Waters, we believe purity is not just a standard; it's a sensory experience.", "Every drop in our collection is sourced from the most protected geological origins, delivering unmatched taste."]} /> @@ -127,23 +96,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Mineral Content", - description: "Analyzing total dissolved solids (TDS) for premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-two-limes-plate-with-clear-glass_23-2148893589.jpg", - imageAlt: "Purity analysis", - }, + title: "Mineral Content", description: "Analyzing total dissolved solids (TDS) for premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-two-limes-plate-with-clear-glass_23-2148893589.jpg", imageAlt: "Purity analysis"}, { - title: "pH Balance", - description: "Perfectly balanced alkaline water for daily hydration.", - imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938363.jpg", - imageAlt: "pH testing", - }, + title: "pH Balance", description: "Perfectly balanced alkaline water for daily hydration.", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938363.jpg", imageAlt: "pH testing"}, { - title: "Source Origin", - description: "Sourced from protected glacier reserves worldwide.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-unrecognizable-woman-dressed-sportswear-holds-sporty-bottle-fresh-water-wears-smartwatch-feels-thirsty-after-cardio-training-stands-outdoors-against-blurred-background_273609-59134.jpg", - imageAlt: "Glacier source", - }, + title: "Source Origin", description: "Sourced from protected glacier reserves worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-unrecognizable-woman-dressed-sportswear-holds-sporty-bottle-fresh-water-wears-smartwatch-feels-thirsty-after-cardio-training-stands-outdoors-against-blurred-background_273609-59134.jpg", imageAlt: "Glacier source"}, ]} title="Water Purity Comparison" description="Understanding the mineral content of your hydration." @@ -154,62 +111,27 @@ export default function LandingPage() {