Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24186398e2 |
277
src/app/page.tsx
277
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Promotions",
|
||||
id: "promotions",
|
||||
},
|
||||
name: "Promotions", id: "promotions"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "locations",
|
||||
},
|
||||
name: "Locations", id: "locations"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Alitas"
|
||||
/>
|
||||
@@ -59,49 +49,31 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Most Addictive Burgers & Burritos in Maputo"
|
||||
description="Premium ingredients, bold flavors, and lightning-fast delivery straight to your door. Experience the true taste of Alitas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now", href: "#"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find a Location",
|
||||
href: "#locations",
|
||||
},
|
||||
text: "Find a Location", href: "#locations"},
|
||||
]}
|
||||
buttonClassName="bg-primary text-primary-foreground font-bold hover:bg-primary/90"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-black-sesame-balls-with-french-fries-wooden-board_140725-877.jpg",
|
||||
imageAlt: "Juicy Gourmet Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-black-sesame-balls-with-french-fries-wooden-board_140725-877.jpg", imageAlt: "Juicy Gourmet Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg",
|
||||
imageAlt: "Beef Burrito",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg", imageAlt: "Beef Burrito"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-slate-with-sauce_23-2148646658.jpg",
|
||||
imageAlt: "Spicy Wings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-slate-with-sauce_23-2148646658.jpg", imageAlt: "Spicy Wings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-nachos-jar-near-parsley_23-2148254359.jpg",
|
||||
imageAlt: "Cheesy Nachos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-nachos-jar-near-parsley_23-2148254359.jpg", imageAlt: "Cheesy Nachos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-tomato-lettuce-leaf-beef-patties-burger-buns_140725-10941.jpg",
|
||||
imageAlt: "Mexican Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-tomato-lettuce-leaf-beef-patties-burger-buns_140725-10941.jpg", imageAlt: "Mexican Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg",
|
||||
imageAlt: "Burger Combo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg", imageAlt: "Burger Combo"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -115,55 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mexican Burger",
|
||||
price: "450 MZN",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg",
|
||||
},
|
||||
id: "p1", name: "Mexican Burger", price: "450 MZN", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Beef Burrito",
|
||||
price: "350 MZN",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614408.jpg",
|
||||
},
|
||||
id: "p2", name: "Beef Burrito", price: "350 MZN", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614408.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Buffalo Wings",
|
||||
price: "300 MZN",
|
||||
variant: "6 Pieces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg",
|
||||
},
|
||||
id: "p3", name: "Buffalo Wings", price: "300 MZN", variant: "6 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cheesy Nachos",
|
||||
price: "250 MZN",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20358.jpg",
|
||||
},
|
||||
id: "p4", name: "Cheesy Nachos", price: "250 MZN", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20358.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Crispy Fries",
|
||||
price: "150 MZN",
|
||||
variant: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg",
|
||||
},
|
||||
id: "p5", name: "Crispy Fries", price: "150 MZN", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ultimate Combo",
|
||||
price: "650 MZN",
|
||||
variant: "Full Meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg",
|
||||
},
|
||||
id: "p6", name: "Ultimate Combo", price: "650 MZN", variant: "Full Meal", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg"},
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Our signature dishes that keep Maputo craving for more."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,20 +115,11 @@ export default function LandingPage() {
|
||||
description="Don't miss our exclusive daily deals to satisfy your cravings."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Wings Wednesday",
|
||||
content: "Get 20% off on all bucket wings every Wednesday!",
|
||||
},
|
||||
id: "a1", title: "Wings Wednesday", content: "Get 20% off on all bucket wings every Wednesday!"},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Burrito Tuesday",
|
||||
content: "Buy one get one free on selected beef burritos every Tuesday.",
|
||||
},
|
||||
id: "a2", title: "Burrito Tuesday", content: "Buy one get one free on selected beef burritos every Tuesday."},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Student Specials",
|
||||
content: "Show your student card and enjoy 15% discount on all combos.",
|
||||
},
|
||||
id: "a3", title: "Student Specials", content: "Show your student card and enjoy 15% discount on all combos."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pepper-meat-calories-fried-chicken-snacks_1428-451.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -203,52 +134,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "loc1",
|
||||
badge: "Maputo",
|
||||
price: "Karl Marx",
|
||||
subtitle: "Open: 10:00 - 22:00\nPh: +258 84 000 0000",
|
||||
buttons: [
|
||||
id: "loc1", badge: "Maputo", price: "Karl Marx", subtitle: "Open: 10:00 - 22:00\nPh: +258 84 000 0000", buttons: [
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Delivery Available",
|
||||
"Takeaway",
|
||||
],
|
||||
"Delivery Available", "Takeaway"],
|
||||
},
|
||||
{
|
||||
id: "loc2",
|
||||
badge: "Matola",
|
||||
price: "Matola Center",
|
||||
subtitle: "Open: 11:00 - 23:00\nPh: +258 82 000 0000",
|
||||
buttons: [
|
||||
id: "loc2", badge: "Matola", price: "Matola Center", subtitle: "Open: 11:00 - 23:00\nPh: +258 82 000 0000", buttons: [
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Delivery Available",
|
||||
"Dine-in",
|
||||
],
|
||||
"Delivery Available", "Dine-in"],
|
||||
},
|
||||
{
|
||||
id: "loc3",
|
||||
badge: "Maputo",
|
||||
price: "Avenida de Moçambique",
|
||||
subtitle: "Open: 10:00 - 22:00\nPh: +258 84 111 1111",
|
||||
buttons: [
|
||||
id: "loc3", badge: "Maputo", price: "Avenida de Moçambique", subtitle: "Open: 10:00 - 22:00\nPh: +258 84 111 1111", buttons: [
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Delivery Available",
|
||||
"Drive-thru",
|
||||
],
|
||||
"Delivery Available", "Drive-thru"],
|
||||
},
|
||||
]}
|
||||
title="Our Branches"
|
||||
@@ -262,45 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Food!",
|
||||
quote: "One of the best fast-food chains in the city.",
|
||||
name: "Joao M.",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-locally-grown-produce_482257-92793.jpg",
|
||||
},
|
||||
id: "t1", title: "Great Food!", quote: "One of the best fast-food chains in the city.", name: "Joao M.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-locally-grown-produce_482257-92793.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Delicious!",
|
||||
quote: "The burgers are very delicious and fresh!",
|
||||
name: "Sara P.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
},
|
||||
id: "t2", title: "Delicious!", quote: "The burgers are very delicious and fresh!", name: "Sara P.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Always Good",
|
||||
quote: "The food is very good and the delivery is always fast.",
|
||||
name: "Ricardo S.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
id: "t3", title: "Always Good", quote: "The food is very good and the delivery is always fast.", name: "Ricardo S.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Quality",
|
||||
quote: "Best burritos in Matola, highly recommended.",
|
||||
name: "Ana T.",
|
||||
role: "Office Worker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg",
|
||||
},
|
||||
id: "t4", title: "Quality", quote: "Best burritos in Matola, highly recommended.", name: "Ana T.", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Amazing",
|
||||
quote: "Love the vibes and the wings are addictive.",
|
||||
name: "Bruno K.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg",
|
||||
},
|
||||
id: "t5", title: "Amazing", quote: "Love the vibes and the wings are addictive.", name: "Bruno K.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why our customers love Alitas."
|
||||
@@ -312,14 +189,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alitas Maputo",
|
||||
"Alitas Mozambique",
|
||||
"Foodie Heaven",
|
||||
"Burgers Life",
|
||||
"Burritos Daily",
|
||||
"Wings Squad",
|
||||
"Alitas Crew",
|
||||
]}
|
||||
"Alitas Maputo", "Alitas Mozambique", "Foodie Heaven", "Burgers Life", "Burritos Daily", "Wings Squad", "Alitas Crew"]}
|
||||
title="Follow Our Flavors"
|
||||
description="Tag us on Instagram and TikTok for a chance to be featured."
|
||||
/>
|
||||
@@ -333,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Delivery",
|
||||
description: "Door-to-door fast delivery.",
|
||||
},
|
||||
id: "m1", value: "Delivery", description: "Door-to-door fast delivery."},
|
||||
{
|
||||
id: "m2",
|
||||
value: "WhatsApp",
|
||||
description: "Instant ordering via chat.",
|
||||
},
|
||||
id: "m2", value: "WhatsApp", description: "Instant ordering via chat."},
|
||||
{
|
||||
id: "m3",
|
||||
value: "M-Pesa/e-Mola",
|
||||
description: "Secure mobile payments.",
|
||||
},
|
||||
id: "m3", value: "M-Pesa/e-Mola", description: "Secure mobile payments."},
|
||||
]}
|
||||
title="Easy Ordering"
|
||||
description="We make it easy to get your favorite food."
|
||||
@@ -357,8 +218,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Hungry? Let's Talk."
|
||||
description="Sign up for exclusive offers and our secret menu."
|
||||
@@ -370,54 +230,33 @@ export default function LandingPage() {
|
||||
logoText="ALITAS"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Burgers", href: "#"},
|
||||
{
|
||||
label: "Burritos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Burritos", href: "#"},
|
||||
{
|
||||
label: "Wings",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wings", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#locations",
|
||||
},
|
||||
label: "Locations", href: "#locations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Order via WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order via WhatsApp", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -427,4 +266,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user