Update src/app/page.tsx
This commit is contained in:
215
src/app/page.tsx
215
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -33,45 +33,30 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Horebu Supermarket"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
logoText="Horebu Supermarket"
|
||||
<HeroBillboard
|
||||
background={{ variant: "animated-grid" }}
|
||||
title="Horebu Supermarket"
|
||||
description="Your Trusted 24/7 Supermarket in Kigali. Fresh groceries, household essentials, and fast local delivery — anytime you need them."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0788633739",
|
||||
},
|
||||
text: "Call Now", href: "tel:0788633739"},
|
||||
{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/250788633739",
|
||||
},
|
||||
text: "Order on WhatsApp", href: "https://wa.me/250788633739"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-bazaar-full-different-vegetables_181624-13826.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,17 +68,11 @@ export default function LandingPage() {
|
||||
description="We are open 24 hours a day, ensuring you have access to fresh groceries, household items, and snacks exactly when you need them. Local service, trusted quality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "24/7 Availability",
|
||||
description: "We are here for you any time, day or night.",
|
||||
},
|
||||
title: "24/7 Availability", description: "We are here for you any time, day or night."},
|
||||
{
|
||||
title: "Trusted Local Brand",
|
||||
description: "Proudly serving the KG 11 Ave community.",
|
||||
},
|
||||
title: "Trusted Local Brand", description: "Proudly serving the KG 11 Ave community."},
|
||||
{
|
||||
title: "Fresh & Reliable Stock",
|
||||
description: "We keep consistent inventory so you don't run out.",
|
||||
},
|
||||
title: "Fresh & Reliable Stock", description: "We keep consistent inventory so you don't run out."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/local-grocery-store-vendor-arranges-food_482257-76628.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,26 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Grocery Delivery",
|
||||
subtitle: "Straight to your door in Kigali.",
|
||||
category: "Delivery",
|
||||
value: "Fast",
|
||||
},
|
||||
id: "1", title: "Grocery Delivery", subtitle: "Straight to your door in Kigali.", category: "Delivery", value: "Fast"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fresh Produce",
|
||||
subtitle: "Vegetables and fruits daily.",
|
||||
category: "Fresh",
|
||||
value: "Daily",
|
||||
},
|
||||
id: "2", title: "Fresh Produce", subtitle: "Vegetables and fruits daily.", category: "Fresh", value: "Daily"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Bakery & Snacks",
|
||||
subtitle: "Chapati, sambusa, and treats.",
|
||||
category: "Food",
|
||||
value: "Hot",
|
||||
},
|
||||
id: "3", title: "Bakery & Snacks", subtitle: "Chapati, sambusa, and treats.", category: "Food", value: "Hot"},
|
||||
]}
|
||||
title="Convenience at Your Fingertips"
|
||||
description="From daily essentials to fresh produce, we cater to all your household needs."
|
||||
@@ -141,59 +105,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Horebu",
|
||||
name: "Fresh Vegetables",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-basket-beautifully-presented-outside-market-sale_346278-732.jpg",
|
||||
},
|
||||
id: "1", brand: "Horebu", name: "Fresh Vegetables", price: "Varies", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-basket-beautifully-presented-outside-market-sale_346278-732.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Local",
|
||||
name: "Fresh Chapati",
|
||||
price: "Fixed",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-colorful-products_1203-1578.jpg",
|
||||
},
|
||||
id: "2", brand: "Local", name: "Fresh Chapati", price: "Fixed", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-background-colorful-products_1203-1578.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Global",
|
||||
name: "Household Supplies",
|
||||
price: "Varies",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-smartphone_23-2149663658.jpg",
|
||||
},
|
||||
id: "3", brand: "Global", name: "Household Supplies", price: "Varies", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-smartphone_23-2149663658.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Horebu",
|
||||
name: "Daily Snacks",
|
||||
price: "Fixed",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-with-mask_23-2149445489.jpg",
|
||||
},
|
||||
id: "4", brand: "Horebu", name: "Daily Snacks", price: "Fixed", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-with-mask_23-2149445489.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Local",
|
||||
name: "Frozen Foods",
|
||||
price: "Varies",
|
||||
rating: 4,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg",
|
||||
},
|
||||
id: "5", brand: "Local", name: "Frozen Foods", price: "Varies", rating: 4,
|
||||
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Global",
|
||||
name: "Stationery",
|
||||
price: "Fixed",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-delivery-robot-working_23-2151150116.jpg",
|
||||
},
|
||||
id: "6", brand: "Global", name: "Stationery", price: "Fixed", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/3d-delivery-robot-working_23-2151150116.jpg"},
|
||||
]}
|
||||
title="Everything You Need"
|
||||
description="Our aisles are stocked with the best local and international brands."
|
||||
@@ -208,25 +136,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.2",
|
||||
title: "Google Rating",
|
||||
description: "Highly rated by locals.",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.2", title: "Google Rating", description: "Highly rated by locals.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Service Hours",
|
||||
description: "Always open for your needs.",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Service Hours", description: "Always open for your needs.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Served Customers",
|
||||
description: "Satisfied Kigali shoppers.",
|
||||
icon: Users,
|
||||
id: "m3", value: "10k+", title: "Served Customers", description: "Satisfied Kigali shoppers.", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Our Community Impact"
|
||||
@@ -242,25 +158,15 @@ export default function LandingPage() {
|
||||
author="Jean-Pierre N."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-supermarket_23-2148150040.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-supermarket_23-2148150040.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/seller-using-scale-checkout-counter_482257-96935.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/seller-using-scale-checkout-counter_482257-96935.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174340.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/postpartum-box-still-life_23-2151174340.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-teenager-holding-shopping-paper-bags-buying-presents_482257-27101.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-teenager-holding-shopping-paper-bags-buying-presents_482257-27101.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -273,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer fast grocery delivery across Kigali. Contact us on WhatsApp to order.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer fast grocery delivery across Kigali. Contact us on WhatsApp to order."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you really open 24/7?",
|
||||
content: "Absolutely! We serve our community around the clock.",
|
||||
},
|
||||
id: "f2", title: "Are you really open 24/7?", content: "Absolutely! We serve our community around the clock."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I pay for orders?",
|
||||
content: "We accept cash and mobile money payments.",
|
||||
},
|
||||
id: "f3", title: "How can I pay for orders?", content: "We accept cash and mobile money payments."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here is what our customers often ask us."
|
||||
@@ -297,9 +194,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Us or Order Now"
|
||||
description="Located at KG 11 Ave, Kigali. Call us or send a WhatsApp message to get your groceries delivered."
|
||||
@@ -314,37 +209,23 @@ export default function LandingPage() {
|
||||
logoText="Horebu Supermarket"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Call Now",
|
||||
href: "tel:0788633739",
|
||||
},
|
||||
label: "Call Now", href: "tel:0788633739"},
|
||||
{
|
||||
label: "Order on WhatsApp",
|
||||
href: "https://wa.me/250788633739",
|
||||
},
|
||||
label: "Order on WhatsApp", href: "https://wa.me/250788633739"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user