7 Commits

Author SHA1 Message Date
d43fce221e Merge version_4 into main
Merge version_4 into main
2026-04-15 16:04:42 +00:00
4fdf5bdda0 Update src/app/page.tsx 2026-04-15 16:04:39 +00:00
53058f3c24 Merge version_3 into main
Merge version_3 into main
2026-04-15 15:47:14 +00:00
989facbee5 Update src/app/page.tsx 2026-04-15 15:47:11 +00:00
8e0db3cc70 Merge version_2 into main
Merge version_2 into main
2026-04-15 15:45:39 +00:00
421b3afdf5 Update src/app/page.tsx 2026-04-15 15:45:36 +00:00
587f41a959 Merge version_1 into main
Merge version_1 into main
2026-04-15 15:35:19 +00:00

View File

@@ -31,14 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Menu", id: "menu"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Kalaways Food Café"
/>
@@ -46,49 +42,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
title="Kano's Favorite Family Café"
description="Experience freshly made pizza, artisanal cakes, and delicious meals right here at Alu Ave. Join the family that makes every bite feel like home."
kpis={[
{
value: "3.9★", label: "Google Rating"},
{
value: "150+", label: "Customer Reviews"},
{
value: "Daily", label: "Freshly Baked"},
{ value: "3.9★", label: "Google Rating" },
{ value: "150+", label: "Customer Reviews" },
{ value: "Daily", label: "Freshly Baked" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "View Menu", href: "#menu"},
]}
buttons={[{ text: "Order Now & View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/crispy-fried-meat-slices-served-with-vegetable-salad_140725-6607.jpg", alt: "Customer profile 1"},
{
src: "http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-ceramic-plate-luxury-restaurant_114579-2154.jpg", alt: "Customer profile 2"},
{
src: "http://img.b2bpic.net/free-photo/green-salad-lettuce-corns-bell-peppers-parsley-compote-side-view_140725-11264.jpg", alt: "Customer profile 3"},
{
src: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg", alt: "Customer profile 4"},
{
src: "http://img.b2bpic.net/free-photo/mutual-creative-work-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-46334.jpg", alt: "Customer profile 5"},
]}
marqueeItems={[
{
type: "text", text: "Fresh Ingredients"},
{
type: "text", text: "Family Friendly"},
{
type: "text", text: "Daily Specials"},
{
type: "text", text: "Authentic Recipes"},
{
type: "text", text: "Open Daily"},
]}
/>
</div>
@@ -108,15 +73,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Dine-in Experience", description: "Relax in our family-friendly atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-herbs-top_141793-903.jpg"},
{
title: "Fast Drive-Through", description: "Quick pick-ups for busy days.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"},
{
title: "Home Delivery", description: "Enjoy Kalaways from the comfort of home.", imageSrc: "http://img.b2bpic.net/free-photo/various-kind-pizza-slices-wooden-board_114579-88426.jpg"},
{ title: "Dine-in", description: "Enjoy our cozy, family-friendly seating area.", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-herbs-top_141793-903.jpg" },
{ title: "Drive-through", description: "Fast service for when you are on the move.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg" },
{ title: "Delivery", description: "Get your favorites brought to your door.", imageSrc: "http://img.b2bpic.net/free-photo/various-kind-pizza-slices-wooden-board_114579-88426.jpg" },
]}
title="Why Everyone Loves Us"
description="Beyond just food, we provide an experience that our neighbors in Kano cherish daily."
title="Our Services"
description="We offer convenient ways to enjoy our food, whether you visit us or stay at home."
/>
</div>
@@ -125,23 +87,15 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
useInvertedBackground={false}
products={[
{
id: "1", name: "Signature Pizza", price: "Best in Kano", variant: "Family Style", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921324.jpg"},
{
id: "2", name: "Chocolate Cake", price: "Freshly Baked", variant: "Indulgent", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-holding-fruity-cake-with-happy-birthday-topper_181624-59494.jpg"},
{
id: "3", name: "Grilled Platter", price: "Savory", variant: "Full Meal", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-987.jpg"},
{
id: "4", name: "Margherita Pizza", price: "Classic", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slice-napkin_23-2148765320.jpg"},
{
id: "5", name: "Veggie Delight", price: "Fresh", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-near-dough-flour_23-2147772082.jpg"},
{
id: "6", name: "Fruit Cake", price: "Light", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg"},
{ id: "p1", name: "Pizza (Pepperoni, Veggie, Margherita)", price: "Freshly Baked", variant: "Pizza Category", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921324.jpg" },
{ id: "p2", name: "Meals & Snacks (Grills, Pasta)", price: "Savory", variant: "Daily Specials", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-987.jpg" },
{ id: "p3", name: "Cakes & Desserts", price: "Indulgent", variant: "Treats", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-holding-fruity-cake-with-happy-birthday-topper_181624-59494.jpg" },
{ id: "p4", name: "Drinks", price: "Refreshing", variant: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg" },
]}
title="Our Signature Menu"
description="Discover the dishes that make us a favorite in Kano."
title="Menu Categories"
description="Explore our wide selection of delicious offerings."
/>
</div>
@@ -151,19 +105,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Amina Ibrahim", role: "Local Foodie", testimonial: "The wait is worth it! Absolutely the best pizza in Kano.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286884.jpg"},
{
id: "2", name: "Tunde Yusuf", role: "Regular Guest", testimonial: "Family atmosphere and delicious, fresh meals every time.", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-neapolitan-pizza-blackboard-with-various-ingredients-free-space-text_78826-2819.jpg"},
{
id: "3", name: "Sarah Musa", role: "Pizza Lover", testimonial: "Kalaways pizza is unmatched. My go-to spot for birthdays.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg"},
{
id: "4", name: "David Oke", role: "Frequent Diner", testimonial: "Great service, great cake, and the pizza is world-class!", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27199.jpg"},
{
id: "5", name: "Fatima Bello", role: "Happy Customer", testimonial: "Truly a hidden gem in Nassarawa. Loved the experience.", imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-birthday-cake_23-2148015966.jpg"},
{ id: "1", name: "Amina Ibrahim", role: "Local Foodie", testimonial: "The wait is worth it! Absolutely the best pizza in Kano.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286884.jpg" },
{ id: "2", name: "Tunde Yusuf", role: "Regular Guest", testimonial: "Family atmosphere and delicious, fresh meals every time.", imageSrc: "http://img.b2bpic.net/free-photo/mouth-watering-neapolitan-pizza-blackboard-with-various-ingredients-free-space-text_78826-2819.jpg" },
]}
title="What Our Customers Say"
description="Join the 150+ satisfied diners who call our pizza the best in Kano."
description="Join the satisfied diners who call our food the best in Kano."
/>
</div>
@@ -174,12 +120,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1", value: "3.9★", description: "Average Google Rating"},
{
id: "m2", value: "150+", description: "Happy Reviews"},
{
id: "m3", value: "Family", description: "Owned and Operated"},
{ id: "m1", value: "3.9★", description: "Average Google Rating" },
{ id: "m2", value: "150+", description: "Happy Reviews" },
{ id: "m3", value: "Family", description: "Owned and Operated" },
]}
title="Serving You with Quality"
description="Our success is measured by the smiles we see."
@@ -191,12 +134,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "What are your opening hours?", content: "We close at 4pm and reopen at 7pm."},
{
id: "f2", title: "Do you offer delivery?", content: "Yes, we offer delivery services for all our meals."},
{
id: "f3", title: "Where are you located?", content: "We are at 21B Alu Ave, Nassarawa, Kano."},
{ id: "f1", title: "What are your opening hours?", content: "We close at 4pm and reopen at 7pm." },
{ id: "f2", title: "Do you offer delivery?", content: "Yes, we offer delivery services for all our meals." },
{ id: "f3", title: "Where are you located?", content: "We are at 21B Alu Ave, Nassarawa, Kano." },
]}
title="Frequently Asked Questions"
description="Find answers to common questions about your visit."
@@ -207,15 +147,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
tag="Get in Touch"
title="Visit Us Today"
description="Need to order ahead or book a table? Call us at 0803 703 7350."
buttons={[
{
text: "Call Now", href: "tel:08037037350"},
]}
buttons={[{ text: "Call Now", href: "tel:08037037350" }]}
/>
</div>
@@ -224,28 +160,13 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg"
logoText="Kalaways Food Café"
columns={[
{
title: "Visit", items: [
{
label: "21B Alu Ave, Kano", href: "#"},
],
},
{
title: "Hours", items: [
{
label: "Closes 4pm, Reopens 7pm", href: "#"},
],
},
{
title: "Contact", items: [
{
label: "0803 703 7350", href: "tel:08037037350"},
],
},
{ title: "Visit", items: [{ label: "21B Alu Ave, Kano", href: "#" }] },
{ title: "Hours", items: [{ label: "Closes 4pm, Reopens 7pm", href: "#" }] },
{ title: "Contact", items: [{ label: "0803 703 7350", href: "tel:08037037350" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}