Merge version_1 into main #1
167
src/app/page.tsx
167
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Naivas Uthiru"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh. Convenient. Reliable."
|
||||
description="Your neighborhood supermarket located along Waiyaki Way, Nairobi. Open daily from 7:00 AM."
|
||||
tag="Neighborhood Store"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-moving-around-eco-store_482257-102074.jpg",
|
||||
imageAlt: "Naivas Uthiru Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-moving-around-eco-store_482257-102074.jpg", imageAlt: "Naivas Uthiru Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pushing-shopping-cart-shelves-supermarket_342744-1128.jpg",
|
||||
imageAlt: "Naivas Uthiru Produce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-vegetables-supermarket_342744-1106.jpg",
|
||||
imageAlt: "Woman buying vegetables in supermarket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-medical-mask-shopping-supermarket_23-2149483160.jpg",
|
||||
imageAlt: "Man with medical mask shopping at the supermarket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grocery-shopping-cart-supermarket-aisle_53876-14896.jpg",
|
||||
imageAlt: "Grocery shopping cart in supermarket aisle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pushing-shopping-cart-shelves-supermarket_342744-1128.jpg", imageAlt: "Naivas Uthiru Produce"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,23 +81,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Groceries & Essentials",
|
||||
description: "Wide range of home and pantry staples.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-wooden-table_23-2148239870.jpg",
|
||||
imageAlt: "Fresh milk dairy products",
|
||||
},
|
||||
title: "Groceries & Essentials", description: "Wide range of home and pantry staples.", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products-wooden-table_23-2148239870.jpg", imageAlt: "Fresh milk dairy products"},
|
||||
{
|
||||
title: "Home Delivery",
|
||||
description: "Convenient doorstep delivery service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-with-price-tags-shelf-grocery-store-supermarket_342744-1397.jpg",
|
||||
imageAlt: "Fresh organic vegetables basket",
|
||||
},
|
||||
title: "Home Delivery", description: "Convenient doorstep delivery service.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-with-price-tags-shelf-grocery-store-supermarket_342744-1397.jpg", imageAlt: "Fresh organic vegetables basket"},
|
||||
{
|
||||
title: "Nearby Convenience",
|
||||
description: "Easily accessible along Waiyaki Way.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-freshly-baked-breads-wooden-backdrop_23-2147888439.jpg",
|
||||
imageAlt: "Bakery fresh bread loaves",
|
||||
},
|
||||
title: "Nearby Convenience", description: "Easily accessible along Waiyaki Way.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-freshly-baked-breads-wooden-backdrop_23-2147888439.jpg", imageAlt: "Bakery fresh bread loaves"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Convenience at your doorstep."
|
||||
@@ -137,47 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fresh Dairy",
|
||||
price: "Ksh 150",
|
||||
variant: "Dairy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-fresh-juice-bottles-park_23-2148784310.jpg",
|
||||
},
|
||||
id: "p1", name: "Fresh Dairy", price: "Ksh 150", variant: "Dairy", imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-fresh-juice-bottles-park_23-2148784310.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Garden Vegetables",
|
||||
price: "Ksh 200",
|
||||
variant: "Produce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shopping-cart-supermarket-full-food-fruit-vegetables-while-background-woman-taking-product-off-shelves_342744-1081.jpg",
|
||||
},
|
||||
id: "p2", name: "Garden Vegetables", price: "Ksh 200", variant: "Produce", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shopping-cart-supermarket-full-food-fruit-vegetables-while-background-woman-taking-product-off-shelves_342744-1081.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bakery Loaves",
|
||||
price: "Ksh 80",
|
||||
variant: "Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg",
|
||||
},
|
||||
id: "p3", name: "Bakery Loaves", price: "Ksh 80", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Breakfast Cereals",
|
||||
price: "Ksh 350",
|
||||
variant: "Pantry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148507.jpg",
|
||||
},
|
||||
id: "p4", name: "Breakfast Cereals", price: "Ksh 350", variant: "Pantry", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-product_23-2149148507.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Home Essentials",
|
||||
price: "Ksh 450",
|
||||
variant: "Household",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-space-top_23-2147700606.jpg",
|
||||
},
|
||||
id: "p5", name: "Home Essentials", price: "Ksh 450", variant: "Household", imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-space-top_23-2147700606.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Snack Selection",
|
||||
price: "Ksh 120",
|
||||
variant: "Snacks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-weapon_23-2148287876.jpg",
|
||||
},
|
||||
id: "p6", name: "Snack Selection", price: "Ksh 120", variant: "Snacks", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-weapon_23-2148287876.jpg"},
|
||||
]}
|
||||
title="In-Store Selections"
|
||||
description="Quality goods you can count on."
|
||||
@@ -191,40 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Gatana Micheal",
|
||||
role: "Regular Shopper",
|
||||
testimonial: "Well balanced with all the goods you would want. Customer service is very effective and quick.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-organic-food-shopping_482257-76126.jpg",
|
||||
},
|
||||
id: "t1", name: "Gatana Micheal", role: "Regular Shopper", testimonial: "Well balanced with all the goods you would want. Customer service is very effective and quick.", imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-organic-food-shopping_482257-76126.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Kimathi",
|
||||
role: "Resident",
|
||||
testimonial: "Diverse range of quality products. Staff is helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110823.jpg",
|
||||
},
|
||||
id: "t2", name: "James Kimathi", role: "Resident", testimonial: "Diverse range of quality products. Staff is helpful.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110823.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Peter Mburu",
|
||||
role: "Traveler",
|
||||
testimonial: "Convenient store to grab a quick snack. Great for travelers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19096.jpg",
|
||||
},
|
||||
id: "t3", name: "Peter Mburu", role: "Traveler", testimonial: "Convenient store to grab a quick snack. Great for travelers.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19096.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Wangari",
|
||||
role: "Shopper",
|
||||
testimonial: "Always fresh produce and friendly staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-provides-slice-apple-client_482257-101702.jpg",
|
||||
},
|
||||
id: "t4", name: "Alice Wangari", role: "Shopper", testimonial: "Always fresh produce and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-provides-slice-apple-client_482257-101702.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John Doe",
|
||||
role: "Resident",
|
||||
testimonial: "Best spot to grab essentials along the highway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349418.jpg",
|
||||
},
|
||||
id: "t5", name: "John Doe", role: "Resident", testimonial: "Best spot to grab essentials along the highway.", imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349418.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our customers are saying."
|
||||
@@ -235,8 +143,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Location & Hours"
|
||||
title="Visit Us"
|
||||
description="Along Waiyaki Way, Uthiru, Nairobi. Parking is limited."
|
||||
@@ -250,37 +157,23 @@ export default function LandingPage() {
|
||||
logoText="Naivas Uthiru"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Official Website",
|
||||
href: "https://naivas.online",
|
||||
},
|
||||
label: "Official Website", href: "https://naivas.online"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user