From 19f23d0ee109302788e612e23d780cf63bb254cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:50:25 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4e70a1d..1e73641 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Pii Jii - Pure Bottled Water in Kisumu", description: "Experience pure, fresh Kiwasco-filtered bottled water. Trusted by thousands of families and businesses in Kisumu. Order now!"}; + title: "Pii Jii - Pure Bottled Water in Kisumu", description: "Experience pure, fresh Kiwasco-filtered bottled water. Trusted by thousands of families and businesses in Kisumu. Order now!" +}; export default function RootLayout({ children, -- 2.49.1 From 2f67a5ae0193f64921e2cbc73d88918dabc7f8d7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:50:25 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fffdacc..9a24c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Fresh & Pure" tagIcon={Droplet} - imageSrc="http://img.b2bpic.net/free-photo/transparent-water-bottle-indoors_23-2151049072.jpg" + imageSrc="https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=800" imageAlt="Pure bottled water" buttons={[ { text: "Order Now", href: "contact" }, @@ -77,15 +77,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Same-Day Delivery to Your Home", description: "Quick and reliable delivery of bottled water directly to your doorstep. Available throughout Kisumu with same-day and next-day options.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-posing-with-water-bottle-smartphone_23-2148382519.jpg", imageAlt: "Same-day water bottle delivery to your home in Kisumu" + title: "Same-Day Delivery to Your Home", description: "Quick and reliable delivery of bottled water directly to your doorstep. Available throughout Kisumu with same-day and next-day options.", imageSrc: "https://images.unsplash.com/photo-1564466809058-bf4114d55352?w=800", imageAlt: "Same-day water bottle delivery to your home in Kisumu" }, { id: 2, - title: "Wholesale Solutions for Your Business", description: "Wholesale pricing for restaurants, offices, schools, and event venues. Flexible subscription plans to meet your volume requirements.", imageSrc: "http://img.b2bpic.net/free-photo/hardworking-professional-female-worker-manager-with-hardhat-reflective-jacket-leaned-cardboard-boxes-looking-aside-large-warehouse_342744-1449.jpg", imageAlt: "Professional business bulk water supply warehouse management" + title: "Wholesale Solutions for Your Business", description: "Wholesale pricing for restaurants, offices, schools, and event venues. Flexible subscription plans to meet your volume requirements.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800", imageAlt: "Professional business bulk water supply warehouse management" }, { id: 3, - title: "Premium Branded Water Bottles for Events", description: "Personalized water bottles for your events, promotions, or corporate needs. Perfect for weddings, conferences, and brand activations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-water-after-hard-training-outdoors-holds-bottle-water-uses-smartwatch-dressed-windbreaker-feels-thirsty-after-sport-practice-poses-blurred_273609-54118.jpg", imageAlt: "Custom branded water bottles for corporate events and promotions" + title: "Premium Branded Water Bottles for Events", description: "Personalized water bottles for your events, promotions, or corporate needs. Perfect for weddings, conferences, and brand activations.", imageSrc: "https://images.unsplash.com/photo-1591330537214-31f3ee4fb635?w=800", imageAlt: "Custom branded water bottles for corporate events and promotions" }, ]} textboxLayout="default" @@ -100,15 +100,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pii Jii", name: "500ml Pure Water", price: "KES 40", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-wearing-headband-wristbands-holding-water-bottle-looking-straight_141793-57800.jpg", imageAlt: "500ml water bottle" + reviewCount: "2.3k", imageSrc: "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=600", imageAlt: "500ml water bottle" }, { id: "2", brand: "Pii Jii", name: "1.5L Fresh Water", price: "KES 100", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/bottle-medical-ethanol-plasters-marble-table_114579-22102.jpg", imageAlt: "1.5 liter water bottle" + reviewCount: "1.8k", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=600", imageAlt: "1.5 liter water bottle" }, { id: "3", brand: "Pii Jii", name: "5L Family Size", price: "KES 250", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/mineral-water_1137-312.jpg", imageAlt: "5 liter family water bottle" + reviewCount: "3.1k", imageSrc: "https://images.unsplash.com/photo-1597318642474-97c67c6558bb?w=600", imageAlt: "5 liter family water bottle" }, ]} gridVariant="three-columns-all-equal-width" @@ -137,16 +137,16 @@ export default function LandingPage() { Date: Fri, 6 Mar 2026 18:50:26 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d60c0a4..50ee1c0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --background: #ffffff; + --card: #f0f4f9; + --foreground: #001a4d; + --primary-cta: #0052cc; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --accent: #003d99; + --background-accent: #e6f0ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1