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, 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() {