Merge version_2 into main #1
153
src/app/page.tsx
153
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MaxFun"
|
||||
/>
|
||||
@@ -52,41 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Ultimate Multi Cuisine Experience in Thrippunithura"
|
||||
description="Experience a perfect blend of authentic Kerala flavors, Chinese delights, and North Indian classics."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-chicken-eggplant-tomatoes_140725-6326.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-chicken-eggplant-tomatoes_140725-6326.jpg", imageAlt: "Culinary feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food_1098-12937.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food_1098-12937.jpg", imageAlt: "Culinary feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-breakfast-brunch-food-salad-sausage_53876-16382.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-breakfast-brunch-food-salad-sausage_53876-16382.jpg", imageAlt: "Culinary feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-inside-plate-dark-space_140725-79611.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-inside-plate-dark-space_140725-79611.jpg", imageAlt: "Culinary feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-serious_140725-163894.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-serious_140725-163894.jpg", imageAlt: "Culinary feast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195153.jpg",
|
||||
imageAlt: "Culinary feast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195153.jpg", imageAlt: "Culinary feast"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -110,50 +87,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken Biriyani",
|
||||
price: "$12.00",
|
||||
variant: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lemon-board-sauce_140725-71481.jpg",
|
||||
id: "p1", name: "Chicken Biriyani", price: "$12.00", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lemon-board-sauce_140725-71481.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Alfaham",
|
||||
price: "$15.00",
|
||||
variant: "Grilled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-roasted-aubergine-salad-bowl-different-spices-small-bowls-dark-table_140725-130836.jpg",
|
||||
id: "p2", name: "Alfaham", price: "$15.00", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-roasted-aubergine-salad-bowl-different-spices-small-bowls-dark-table_140725-130836.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chatti Choru",
|
||||
price: "$18.00",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-fork-knife-chicken-with-lemon-herbs-spices-bowls_140725-72399.jpg",
|
||||
id: "p3", name: "Chatti Choru", price: "$18.00", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-fork-knife-chicken-with-lemon-herbs-spices-bowls_140725-72399.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Paneer Varattiyathu",
|
||||
price: "$10.00",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-piti-with-sumac-dried-herbs-onions_141793-4718.jpg",
|
||||
id: "p4", name: "Paneer Varattiyathu", price: "$10.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-piti-with-sumac-dried-herbs-onions_141793-4718.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Kerala Parotta",
|
||||
price: "$3.00",
|
||||
variant: "Bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg",
|
||||
id: "p5", name: "Kerala Parotta", price: "$3.00", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gobi Manchurian",
|
||||
price: "$8.00",
|
||||
variant: "Fusion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg",
|
||||
id: "p6", name: "Gobi Manchurian", price: "$8.00", variant: "Fusion", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg", onProductClick: () => alert("Redirecting to order page...")
|
||||
},
|
||||
]}
|
||||
title="Popular Dishes"
|
||||
description="Explore our chef's signature culinary delights."
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,45 +119,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Foodie", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Diner",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Diner", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Guest",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Guest", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Diner",
|
||||
company: "Happy Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Diner", company: "Happy Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Priya Menon",
|
||||
role: "Regular",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
id: "t5", name: "Priya Menon", role: "Regular", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy guests."
|
||||
@@ -214,8 +143,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Table"
|
||||
title="Visit Us"
|
||||
description="Seaport - Airport Rd, Thrippunithura, Ernakulam. Call us: 094976 10339"
|
||||
@@ -230,24 +158,15 @@ export default function LandingPage() {
|
||||
logoText="MaxFun"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -257,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user