Merge version_1 into main #2
284
src/app/page.tsx
284
src/app/page.tsx
@@ -20,23 +20,21 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shilingi Mini Supermarket"
|
||||
/>
|
||||
@@ -45,65 +43,30 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Trusted Neighborhood Supermarket in Ganjoni"
|
||||
description="Fresh groceries, imported snacks, and everyday essentials — all in one place. Serving our Ganjoni community with a smile."
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+254781166326",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:+254781166326"},
|
||||
{
|
||||
text: "💬 WhatsApp Order",
|
||||
href: "https://wa.me/254781166326",
|
||||
},
|
||||
text: "💬 WhatsApp Order", href: "https://wa.me/254781166326"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067885.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-mask_23-2149148470.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-mother-kid-shopping_23-2149160656.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21967.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067885.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-mask_23-2149148470.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-mother-kid-shopping_23-2149160656.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21967.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-helping_23-2149142777.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by 1000+ local shoppers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Local Produce",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Imported Snacks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Household Essentials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quick Home Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Community Service",
|
||||
},
|
||||
{ type: "text", text: "Fresh Local Produce" },
|
||||
{ type: "text", text: "Imported Snacks" },
|
||||
{ type: "text", text: "Daily Household Essentials" },
|
||||
{ type: "text", text: "Quick Home Delivery" },
|
||||
{ type: "text", text: "Friendly Community Service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,20 +78,11 @@ export default function LandingPage() {
|
||||
title="Quality You Can Trust"
|
||||
description="Located in the heart of Ganjoni, Mombasa, Shilingi Mini Supermarket provides a wide variety of fresh local produce and unique imported snacks for your daily needs."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshness First",
|
||||
description: "Hand-picked produce and fresh essentials.",
|
||||
},
|
||||
{
|
||||
title: "Imported Goods",
|
||||
description: "Unique international snacks you can't find elsewhere.",
|
||||
},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "Serving Ganjoni with friendly, local service.",
|
||||
},
|
||||
{ title: "Freshness First", description: "Hand-picked produce and fresh essentials." },
|
||||
{ title: "Imported Goods", description: "Unique international snacks you can't find elsewhere." },
|
||||
{ title: "Community Focus", description: "Serving Ganjoni with friendly, local service." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supermarket-worker-arranging-frozen-fish-sale_342744-1073.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supermarket-worker-arranging-frozen-fish-sale_342744-1073.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,28 +93,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Quick Delivery",
|
||||
description: "Message us on WhatsApp and get your goods quickly.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-pharmaceutical-industry_23-2151684873.jpg",
|
||||
imageAlt: "Portrait of woman working in the pharmaceutical industry",
|
||||
title: "Quick Delivery", description: "Message us on WhatsApp and get your goods quickly.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Wide Selection",
|
||||
description: "From daily essentials to imported snacks.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShoppingBag,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-family-with-child_171337-2370.jpg?_wi=2",
|
||||
imageAlt: "Portrait of woman working in the pharmaceutical industry",
|
||||
title: "Wide Selection", description: "From daily essentials to imported snacks.", bentoComponent: "reveal-icon", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Our community is our family.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-arranging-frozen-fish-sale_342744-1073.jpg?_wi=2",
|
||||
imageAlt: "Portrait of woman working in the pharmaceutical industry",
|
||||
title: "Friendly Service", description: "Our community is our family.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Why Shop at Shilingi?"
|
||||
@@ -175,42 +114,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Snacks & Treats",
|
||||
price: "From KES 50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-ingredients-kitchen_53876-47074.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Household Essentials",
|
||||
price: "Daily Needs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-sitting-cleaning-products_273609-41907.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beverages",
|
||||
price: "Cold & Refreshing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-shopping-mall-department-store-interior_74190-10720.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fresh Bakery",
|
||||
price: "Baked Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pineapple-still-life_23-2151605430.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Imported Goods",
|
||||
price: "International Delights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-shot-grandmother-with-blonde-hair-shopping-local-supermarket-pushing-cart-forward-going-household-chemistry_273609-1161.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dairy & Pantry",
|
||||
price: "Stock Up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-label_23-2149081053.jpg",
|
||||
},
|
||||
{ id: "1", name: "Snacks & Treats", price: "From KES 50", imageSrc: "http://img.b2bpic.net/free-photo/cooking-ingredients-kitchen_53876-47074.jpg" },
|
||||
{ id: "2", name: "Household Essentials", price: "Daily Needs", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-sitting-cleaning-products_273609-41907.jpg" },
|
||||
{ id: "3", name: "Beverages", price: "Cold & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-shopping-mall-department-store-interior_74190-10720.jpg" },
|
||||
{ id: "4", name: "Fresh Bakery", price: "Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pineapple-still-life_23-2151605430.jpg" },
|
||||
{ id: "5", name: "Imported Goods", price: "International Delights", imageSrc: "http://img.b2bpic.net/free-photo/back-shot-grandmother-with-blonde-hair-shopping-local-supermarket-pushing-cart-forward-going-household-chemistry_273609-1161.jpg" },
|
||||
{ id: "6", name: "Dairy & Pantry", price: "Stock Up", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-label_23-2149081053.jpg" },
|
||||
]}
|
||||
title="Our Categories"
|
||||
description="Explore our curated selection of essentials and treats."
|
||||
@@ -223,41 +132,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Resident",
|
||||
testimonial: "Excellent variety of imported snacks that I can't find anywhere else in Mombasa!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wife-taking-vegetable-from-husband-holding-brown-grocery-bag-kitchen_23-2148075998.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Customer",
|
||||
testimonial: "The staff are incredibly friendly and helpful. My go-to store.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-owner-promoting-his-bio-food_482257-76583.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Regular",
|
||||
testimonial: "Perfect location and very clean shop. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter-are-shopping-supermarket_169016-1439.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David M.",
|
||||
role: "Frequent Shopper",
|
||||
testimonial: "Great service and super fast WhatsApp replies for delivery requests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-groceries_23-2149284867.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane W.",
|
||||
role: "Local Parent",
|
||||
testimonial: "Such a convenient place for quick shopping. Love the local vibe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-paper-bag-full-groceries-screaming-proud-celebrating-victory-success-very-excited-cheering-emotion_657921-228.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Resident", testimonial: "Excellent variety of imported snacks that I can't find anywhere else in Mombasa!", imageSrc: "http://img.b2bpic.net/free-photo/wife-taking-vegetable-from-husband-holding-brown-grocery-bag-kitchen_23-2148075998.jpg" },
|
||||
{ id: "2", name: "Michael K.", role: "Customer", testimonial: "The staff are incredibly friendly and helpful. My go-to store.", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-owner-promoting-his-bio-food_482257-76583.jpg" },
|
||||
{ id: "3", name: "Emily R.", role: "Regular", testimonial: "Perfect location and very clean shop. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter-are-shopping-supermarket_169016-1439.jpg" },
|
||||
{ id: "4", name: "David M.", role: "Frequent Shopper", testimonial: "Great service and super fast WhatsApp replies for delivery requests.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-doing-groceries_23-2149284867.jpg" },
|
||||
{ id: "5", name: "Jane W.", role: "Local Parent", testimonial: "Such a convenient place for quick shopping. Love the local vibe.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-paper-bag-full-groceries-screaming-proud-celebrating-victory-success-very-excited-cheering-emotion_657921-228.jpg" },
|
||||
]}
|
||||
title="Our Neighbors Love Us"
|
||||
description="See why our customers in Ganjoni keep coming back."
|
||||
@@ -270,27 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.5+",
|
||||
title: "Customer Rating",
|
||||
description: "Highly rated by our local community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-passion-fruits-farm-market_23-2147916256.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
title: "Unique Products",
|
||||
description: "Local essentials & imported goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-space-left_23-2147700603.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Reliable",
|
||||
description: "Always ready to serve our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg",
|
||||
},
|
||||
{ id: "m1", value: "4.5+", title: "Customer Rating", description: "Highly rated by our local community.", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-passion-fruits-farm-market_23-2147916256.jpg" },
|
||||
{ id: "m2", value: "1000+", title: "Unique Products", description: "Local essentials & imported goods.", imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-space-left_23-2147700603.jpg" },
|
||||
{ id: "m3", value: "24/7", title: "Reliable", description: "Always ready to serve our community.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg" },
|
||||
]}
|
||||
title="Serving You Daily"
|
||||
description="Numbers behind our commitment to Ganjoni."
|
||||
@@ -301,21 +162,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes! Message us on WhatsApp to request delivery.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily to serve the Ganjoni community.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you have imported snacks?",
|
||||
content: "Absolutely, we stock a variety of international goods.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer delivery?", content: "Yes! Message us on WhatsApp to request delivery." },
|
||||
{ id: "f2", title: "What are your opening hours?", content: "We are open daily to serve the Ganjoni community." },
|
||||
{ id: "f3", title: "Do you have imported snacks?", content: "Absolutely, we stock a variety of international goods." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -326,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Need Assistance?"
|
||||
title="Visit Us or Call Today"
|
||||
description="Have questions or need to place a quick order? Get in touch with our friendly team."
|
||||
@@ -338,38 +186,18 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 0781 166 326",
|
||||
href: "tel:+254781166326",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp: Order Now",
|
||||
href: "https://wa.me/254781166326",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 0781 166 326", href: "tel:+254781166326" },
|
||||
{ label: "WhatsApp: Order Now", href: "https://wa.me/254781166326" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Ganjoni, Mombasa",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Location", items: [{ label: "Ganjoni, Mombasa", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user