Merge version_1 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -19,27 +19,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kalaways Food Café"
|
||||
/>
|
||||
@@ -48,76 +47,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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: "3.9★", label: "Google Rating"},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Customer Reviews",
|
||||
},
|
||||
value: "150+", label: "Customer Reviews"},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Freshly Baked",
|
||||
},
|
||||
value: "Daily", label: "Freshly Baked"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "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/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/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/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/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",
|
||||
},
|
||||
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: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
type: "text", text: "Open Daily"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,20 +109,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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="Why Everyone Loves Us"
|
||||
description="Beyond just food, we provide an experience that our neighbors in Kano cherish daily."
|
||||
@@ -161,52 +122,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
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: "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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Discover the dishes that make us a favorite in Kano."
|
||||
@@ -220,40 +152,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Join the 150+ satisfied diners who call our pizza the best in Kano."
|
||||
@@ -268,20 +175,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3.9★",
|
||||
description: "Average Google Rating",
|
||||
},
|
||||
id: "m1", value: "3.9★", description: "Average Google Rating"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "150+",
|
||||
description: "Happy Reviews",
|
||||
},
|
||||
id: "m2", value: "150+", description: "Happy Reviews"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Family",
|
||||
description: "Owned and Operated",
|
||||
},
|
||||
id: "m3", value: "Family", description: "Owned and Operated"},
|
||||
]}
|
||||
title="Serving You with Quality"
|
||||
description="Our success is measured by the smiles we see."
|
||||
@@ -294,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We close at 4pm and reopen at 7pm.",
|
||||
},
|
||||
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: "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: "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."
|
||||
@@ -319,16 +208,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
text: "Call Now", href: "tel:08037037350"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -339,30 +225,21 @@ export default function LandingPage() {
|
||||
logoText="Kalaways Food Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "21B Alu Ave, Kano",
|
||||
href: "#",
|
||||
},
|
||||
label: "21B Alu Ave, Kano", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Closes 4pm, Reopens 7pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Closes 4pm, Reopens 7pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0803 703 7350",
|
||||
href: "tel:08037037350",
|
||||
},
|
||||
label: "0803 703 7350", href: "tel:08037037350"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user