Merge version_1 into main #2
232
src/app/page.tsx
232
src/app/page.tsx
@@ -31,88 +31,56 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="KFC MMA"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="KFC at MMA International Airport"
|
||||
description="Your favorite crispy chicken, right at the terminal. Fast, fresh, and ready for your flight."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-businessman-having-brunch-man-eating-salad-drinking-coffee-while-working-meal-job-concept_74855-25554.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-businessman-having-brunch-man-eating-salad-drinking-coffee-while-working-meal-job-concept_74855-25554.jpg", alt: "Traveler 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33728.jpg", alt: "Traveler 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-thoughtful-businessman-working-computer-while-sitting-outdoor-cafe_637285-3708.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-thoughtful-businessman-working-computer-while-sitting-outdoor-cafe_637285-3708.jpg", alt: "Traveler 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg", alt: "Traveler 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-contented-blonde-female-casual-clothes-meeting-male-tourist-airport-terminal_259150-58852.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-contented-blonde-female-casual-clothes-meeting-male-tourist-airport-terminal_259150-58852.jpg", alt: "Traveler 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Crispy Perfection",
|
||||
},
|
||||
type: "text", text: "Crispy Perfection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Service",
|
||||
},
|
||||
type: "text", text: "Fast Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Airport Ready",
|
||||
},
|
||||
type: "text", text: "Airport Ready"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Always Hot",
|
||||
},
|
||||
type: "text", text: "Always Hot"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Order Online",
|
||||
},
|
||||
type: "text", text: "Order Online"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,19 +92,13 @@ export default function LandingPage() {
|
||||
description="We are proud to serve the world-famous original recipe right inside the Murtala Muhammed International Airport. Whether you are arriving or departing, stop by for a quick, delicious meal."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
},
|
||||
value: "100%", title: "Fresh Ingredients"},
|
||||
{
|
||||
value: "5 min",
|
||||
title: "Avg. Order Time",
|
||||
},
|
||||
value: "5 min", title: "Avg. Order Time"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Open Hours",
|
||||
},
|
||||
value: "24/7", title: "Open Hours"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,41 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Original Recipe Bucket",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fries-red-background_23-2148537832.jpg",
|
||||
},
|
||||
id: "1", name: "Original Recipe Bucket", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/fries-red-background_23-2148537832.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zinger Burger",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-fries-refreshment-lunch-generated-by-ai_188544-16106.jpg",
|
||||
},
|
||||
id: "2", name: "Zinger Burger", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-fries-refreshment-lunch-generated-by-ai_188544-16106.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Fries",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-ketchup-bottles_23-2148784853.jpg",
|
||||
},
|
||||
id: "3", name: "Classic Fries", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-ketchup-bottles_23-2148784853.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Popcorn Chicken",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cornflakes-white-bucket-blue-background-high-quality-photo_114579-75489.jpg",
|
||||
},
|
||||
id: "4", name: "Popcorn Chicken", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/cornflakes-white-bucket-blue-background-high-quality-photo_114579-75489.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Family Combo",
|
||||
price: "$25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-announcing-pregnancy-dinner-with-friends_23-2150167474.jpg",
|
||||
},
|
||||
id: "5", name: "Family Combo", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-announcing-pregnancy-dinner-with-friends_23-2150167474.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Large Soft Drink",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-cocktail_114579-22759.jpg",
|
||||
},
|
||||
id: "6", name: "Large Soft Drink", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-cocktail_114579-22759.jpg"},
|
||||
]}
|
||||
title="Our Iconic Menu"
|
||||
description="Discover our world-famous favorites, perfect for airport travel."
|
||||
@@ -198,32 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fast Service",
|
||||
tags: [
|
||||
"Airport Speed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-with-luggage-waiting-area-airport_107420-95854.jpg",
|
||||
imageAlt: "family at airport restaurant",
|
||||
},
|
||||
id: "f1", title: "Fast Service", tags: [
|
||||
"Airport Speed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-standing-with-luggage-waiting-area-airport_107420-95854.jpg", imageAlt: "family at airport restaurant"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Consistent Quality",
|
||||
tags: [
|
||||
"Original Recipe",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg?_wi=2",
|
||||
imageAlt: "family at airport restaurant",
|
||||
},
|
||||
id: "f2", title: "Consistent Quality", tags: [
|
||||
"Original Recipe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg", imageAlt: "family at airport restaurant"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Comfort Food",
|
||||
tags: [
|
||||
"Satisfying",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg?_wi=2",
|
||||
imageAlt: "family at airport restaurant",
|
||||
},
|
||||
id: "f3", title: "Comfort Food", tags: [
|
||||
"Satisfying"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg", imageAlt: "family at airport restaurant"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Traveling can be stressful, but our food is simple and satisfying."
|
||||
@@ -238,25 +161,15 @@ export default function LandingPage() {
|
||||
author="Marcus A."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-reading-newspaper-while-having-breakfast-restaurant_23-2147860432.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-reading-newspaper-while-having-breakfast-restaurant_23-2147860432.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-using-mobile-phone-airport_107420-95904.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-distance-relationship-couple-meeting-after-long-time_23-2149315817.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-distance-relationship-couple-meeting-after-long-time_23-2149315817.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-couple-hugging-airport-she-has-long-hair-yellow-sweater-jeans-tablet-he-has-black-shirt-pants-suitcase-near-they-are-smiling-camera_197531-504.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-couple-hugging-airport-she-has-long-hair-yellow-sweater-jeans-tablet-he-has-black-shirt-pants-suitcase-near-they-are-smiling-camera_197531-504.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-photo-camera_23-2148700793.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-photo-camera_23-2148700793.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -269,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at MMA International Airport, Terminal 2.",
|
||||
},
|
||||
id: "q1", title: "Where are you located?", content: "We are located at MMA International Airport, Terminal 2."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you accept pre-orders?",
|
||||
content: "Yes, order online for quick pickup.",
|
||||
},
|
||||
id: "q2", title: "Do you accept pre-orders?", content: "Yes, order online for quick pickup."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you open 24/7?",
|
||||
content: "Yes, we are open to serve your needs at any time of day.",
|
||||
},
|
||||
id: "q3", title: "Are you open 24/7?", content: "Yes, we are open to serve your needs at any time of day."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about your order?"
|
||||
@@ -294,14 +198,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Get in touch for bulk orders or inquiries at the airport location."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:support@kfc-mma.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:support@kfc-mma.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -311,46 +212,29 @@ export default function LandingPage() {
|
||||
logoText="KFC MMA"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Chicken",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Chicken", href: "#products"},
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Burgers", href: "#products"},
|
||||
{
|
||||
label: "Sides",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Sides", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our History",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our History", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user