Update src/app/page.tsx
This commit is contained in:
264
src/app/page.tsx
264
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "features",
|
||||
},
|
||||
name: "Why Us", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gikomba Market Cereals"
|
||||
/>
|
||||
@@ -63,74 +53,40 @@ export default function LandingPage() {
|
||||
description="Experience the purity of farm-fresh grains, carefully sorted for quality and delivered straight to your door."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah O.",
|
||||
handle: "@sarah_o",
|
||||
testimonial: "The Pishori rice is unmatched in fragrance. Truly premium quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah O.", handle: "@sarah_o", testimonial: "The Pishori rice is unmatched in fragrance. Truly premium quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@david_m",
|
||||
testimonial: "Fast delivery and very clean sorted beans. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-holding-brown-coffee-cups-food-package-pink-background_140725-33018.jpg?_wi=1",
|
||||
},
|
||||
name: "David M.", handle: "@david_m", testimonial: "Fast delivery and very clean sorted beans. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-holding-brown-coffee-cups-food-package-pink-background_140725-33018.jpg"},
|
||||
{
|
||||
name: "Jane W.",
|
||||
handle: "@jane_w",
|
||||
testimonial: "Absolutely love the freshness of the grains. My family is hooked!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4736.jpg?_wi=1",
|
||||
},
|
||||
name: "Jane W.", handle: "@jane_w", testimonial: "Absolutely love the freshness of the grains. My family is hooked!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4736.jpg"},
|
||||
{
|
||||
name: "Mama Kamau",
|
||||
handle: "@mama_k",
|
||||
testimonial: "The sorting quality is far better than what I find in local shops.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=1",
|
||||
},
|
||||
name: "Mama Kamau", handle: "@mama_k", testimonial: "The sorting quality is far better than what I find in local shops.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"},
|
||||
{
|
||||
name: "Chef Mike",
|
||||
handle: "@chef_mike",
|
||||
testimonial: "Consistently high quality grains for my restaurant business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg?_wi=1",
|
||||
},
|
||||
name: "Chef Mike", handle: "@chef_mike", testimonial: "Consistently high quality grains for my restaurant business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/254700000000",
|
||||
},
|
||||
text: "Order on WhatsApp", href: "https://wa.me/254700000000"},
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-breakfast-cereals-bowl-with-milk_23-2148697633.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-breakfast-cereals-bowl-with-milk_23-2148697633.jpg"
|
||||
imageAlt="Premium Kenyan cereals"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", alt: "Customer portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", alt: "Customer portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Customer portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Customer portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-holding-paper-bags-t-shirt-cap-looking-joyful_176474-16282.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-holding-paper-bags-t-shirt-cap-looking-joyful_176474-16282.jpg", alt: "Customer portrait 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ families"
|
||||
/>
|
||||
@@ -143,19 +99,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Experience", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Families",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Satisfied Families", value: "5000+"},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Fast Delivery",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Fast Delivery", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -169,41 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pishori Rice",
|
||||
price: "KSh 250/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-sunflower-seeds-bowls-plate-top-view-black-background-space-text_176474-5191.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Pishori Rice", price: "KSh 250/kg", imageSrc: "http://img.b2bpic.net/free-photo/black-white-sunflower-seeds-bowls-plate-top-view-black-background-space-text_176474-5191.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium Beans",
|
||||
price: "KSh 180/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-beans-bowl_23-2148746918.jpg",
|
||||
},
|
||||
id: "2", name: "Premium Beans", price: "KSh 180/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-beans-bowl_23-2148746918.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ndengu",
|
||||
price: "KSh 160/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sour-green-plums-bowl-plaid-napkin-wooden-surface-green-leaves-table_141793-8697.jpg",
|
||||
},
|
||||
id: "3", name: "Ndengu", price: "KSh 160/kg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sour-green-plums-bowl-plaid-napkin-wooden-surface-green-leaves-table_141793-8697.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kamande",
|
||||
price: "KSh 150/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-vegetables-bread-slices-red-lentils-brown-bowl-pepper-pastas_140725-159752.jpg",
|
||||
},
|
||||
id: "4", name: "Kamande", price: "KSh 150/kg", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-vegetables-bread-slices-red-lentils-brown-bowl-pepper-pastas_140725-159752.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kunde",
|
||||
price: "KSh 140/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-dried-raw-beans-placed-dark-surface_114579-88717.jpg",
|
||||
},
|
||||
id: "5", name: "Kunde", price: "KSh 140/kg", imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-dried-raw-beans-placed-dark-surface_114579-88717.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Golden Maize",
|
||||
price: "KSh 120/kg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-with-vermicelli-raw-buckwheat-inside-little-pots-light-grey-table_140725-143264.jpg",
|
||||
},
|
||||
id: "6", name: "Golden Maize", price: "KSh 120/kg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-with-vermicelli-raw-buckwheat-inside-little-pots-light-grey-table_140725-143264.jpg"},
|
||||
]}
|
||||
title="Our Premium Selection"
|
||||
description="Hand-picked, clean, and nutritious grains for every Kenyan kitchen."
|
||||
@@ -216,50 +142,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Certified Quality",
|
||||
description: "Every batch is inspected for stones and impurities.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-peppers-plate-with-plaid-cloth-wooden-surface_141793-15640.jpg",
|
||||
imageAlt: "Quality Control",
|
||||
},
|
||||
title: "Certified Quality", description: "Every batch is inspected for stones and impurities.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-peppers-plate-with-plaid-cloth-wooden-surface_141793-15640.jpg", imageAlt: "Quality Control"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Stone-free guaranteed",
|
||||
},
|
||||
text: "Stone-free guaranteed"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "100% Organic",
|
||||
},
|
||||
text: "100% Organic"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-cereals-bowl-with-milk_23-2148697633.jpg?_wi=2",
|
||||
imageAlt: "pishori rice bowl rustic",
|
||||
},
|
||||
{
|
||||
title: "Nationwide Delivery",
|
||||
description: "Get fresh deliveries at your doorstep anywhere in Kenya.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-spices-black_23-2147749524.jpg",
|
||||
imageAlt: "Delivery",
|
||||
},
|
||||
title: "Nationwide Delivery", description: "Get fresh deliveries at your doorstep anywhere in Kenya.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-spices-black_23-2147749524.jpg", imageAlt: "Delivery"},
|
||||
items: [
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Fast shipping",
|
||||
},
|
||||
text: "Fast shipping"},
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Countrywide coverage",
|
||||
},
|
||||
text: "Countrywide coverage"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-sunflower-seeds-bowls-plate-top-view-black-background-space-text_176474-5191.jpg?_wi=2",
|
||||
imageAlt: "pishori rice bowl rustic",
|
||||
},
|
||||
]}
|
||||
title="Why Gikomba Market Cereals?"
|
||||
description="We don't just sell grain; we deliver health, trust, and tradition."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -269,45 +180,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Rice!",
|
||||
quote: "Best Pishori I've bought in Nairobi.",
|
||||
name: "Sarah O.",
|
||||
role: "Homemaker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Great Rice!", quote: "Best Pishori I've bought in Nairobi.", name: "Sarah O.", role: "Homemaker", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Reliable",
|
||||
quote: "Consistently clean grains for my restaurant.",
|
||||
name: "Chef Mike",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Highly Reliable", quote: "Consistently clean grains for my restaurant.", name: "Chef Mike", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-carrot-green-broccoli-kitchen_23-2147863614.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "So Fresh",
|
||||
quote: "Love the freshness of the Kunde and beans.",
|
||||
name: "Jane W.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4736.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "So Fresh", quote: "Love the freshness of the Kunde and beans.", name: "Jane W.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4736.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Trusted Partner",
|
||||
quote: "Gikomba market cereals is my top recommendation.",
|
||||
name: "John K.",
|
||||
role: "Bulk Buyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-holding-brown-coffee-cups-food-package-pink-background_140725-33018.jpg?_wi=2",
|
||||
},
|
||||
id: "4", title: "Trusted Partner", quote: "Gikomba market cereals is my top recommendation.", name: "John K.", role: "Bulk Buyer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-holding-brown-coffee-cups-food-package-pink-background_140725-33018.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excellent Quality",
|
||||
quote: "The sorting quality is far better than supermarket brands.",
|
||||
name: "Mama Kamau",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Excellent Quality", quote: "The sorting quality is far better than supermarket brands.", name: "Mama Kamau", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Read stories from families and businesses who trust our quality."
|
||||
@@ -319,14 +200,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nairobi Hotels",
|
||||
"Family Kitchens",
|
||||
"Top Restaurants",
|
||||
"Local Wholesalers",
|
||||
"Corporate Partners",
|
||||
"Catering Services",
|
||||
"Urban Households",
|
||||
]}
|
||||
"Nairobi Hotels", "Family Kitchens", "Top Restaurants", "Local Wholesalers", "Corporate Partners", "Catering Services", "Urban Households"]}
|
||||
title="Trusted by Top Kenyan Brands"
|
||||
description="Our grains are preferred by kitchens and homes across the nation."
|
||||
/>
|
||||
@@ -338,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you deliver countrywide?",
|
||||
content: "Yes, we ship across all major counties in Kenya.",
|
||||
},
|
||||
id: "1", title: "Do you deliver countrywide?", content: "Yes, we ship across all major counties in Kenya."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is your grain sorted?",
|
||||
content: "Absolutely. Our grains undergo rigorous cleaning to remove all impurities.",
|
||||
},
|
||||
id: "2", title: "Is your grain sorted?", content: "Absolutely. Our grains undergo rigorous cleaning to remove all impurities."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I pay?",
|
||||
content: "We accept M-Pesa, Cash on delivery, and Bank transfers.",
|
||||
},
|
||||
id: "3", title: "How can I pay?", content: "We accept M-Pesa, Cash on delivery, and Bank transfers."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to everything you need to know about our cereals."
|
||||
@@ -363,14 +228,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for the finest grains in Kenya? Order directly on WhatsApp for instant service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Message on WhatsApp",
|
||||
href: "https://wa.me/254700000000",
|
||||
},
|
||||
text: "Message on WhatsApp", href: "https://wa.me/254700000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -379,29 +241,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Gikomba Cereals",
|
||||
items: [
|
||||
title: "Gikomba Cereals", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user