Merge version_1 into main #1
124
src/app/page.tsx
124
src/app/page.tsx
@@ -28,24 +28,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Aja | World Kitchen & Bar"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,9 +44,7 @@ export default function LandingPage() {
|
||||
description="Experience a curated journey of global flavors in the heart of Chandigarh. Where international culinary arts meet sophisticated bar culture."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Our Menu", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg"
|
||||
@@ -69,9 +56,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A World of Flavor"
|
||||
description={[
|
||||
"At Aja, we believe dining is an experience that transcends borders. Our kitchen is a canvas of global inspiration, bringing you the finest tastes from around the world.",
|
||||
"Our master chefs blend traditional techniques with modern creativity to deliver an unforgettable dining experience in Chandigarh.",
|
||||
]}
|
||||
"At Aja, we believe dining is an experience that transcends borders. Our kitchen is a canvas of global inspiration, bringing you the finest tastes from around the world.", "Our master chefs blend traditional techniques with modern creativity to deliver an unforgettable dining experience in Chandigarh."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,26 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Global Fusion Cuisine",
|
||||
description: "Expertly prepared dishes inspired by culinary traditions across the globe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg",
|
||||
titleIconSrc: "ChefHat",
|
||||
buttonText: "Explore Menu",
|
||||
},
|
||||
title: "Global Fusion Cuisine", description: "Expertly prepared dishes inspired by culinary traditions across the globe.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg", titleIconSrc: "ChefHat", buttonText: "Explore Menu"},
|
||||
{
|
||||
title: "Signature Craft Bar",
|
||||
description: "A refined selection of craft cocktails, spirits, and world-class wines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-glasses-with-color-drinks-lime-glass_176474-2458.jpg",
|
||||
titleIconSrc: "Martini",
|
||||
buttonText: "View Drinks",
|
||||
},
|
||||
title: "Signature Craft Bar", description: "A refined selection of craft cocktails, spirits, and world-class wines.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-glasses-with-color-drinks-lime-glass_176474-2458.jpg", titleIconSrc: "Martini", buttonText: "View Drinks"},
|
||||
{
|
||||
title: "Elegant Ambiance",
|
||||
description: "A sophisticated setting designed for intimate dinners and social gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
||||
titleIconSrc: "Wine",
|
||||
buttonText: "Book Table",
|
||||
},
|
||||
title: "Elegant Ambiance", description: "A sophisticated setting designed for intimate dinners and social gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", titleIconSrc: "Wine", buttonText: "Book Table"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Explore our curated selection of global delicacies and craft spirits."
|
||||
@@ -117,45 +87,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Enthusiast",
|
||||
company: "Chandigarh Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-drinks-cocktails-summer-city_1157-38855.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Food Enthusiast", company: "Chandigarh Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-drinks-cocktails-summer-city_1157-38855.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Traveler",
|
||||
company: "Global Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198354.jpg",
|
||||
},
|
||||
id: "2", name: "Michael R.", role: "Traveler", company: "Global Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-cheerful-girl-baking-kitchen-making-dough-holding-recipe-book-having-ideas_1258-198354.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily V.",
|
||||
role: "Regular Guest",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg",
|
||||
},
|
||||
id: "3", name: "Emily V.", role: "Regular Guest", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Food Critic",
|
||||
company: "Dining Expert",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Food Critic", company: "Dining Expert", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Event Planner",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Event Planner", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg"},
|
||||
]}
|
||||
title="Voices of Aja"
|
||||
description="See what our guests are saying about their dining experience."
|
||||
@@ -166,8 +111,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Visit Us"
|
||||
title="Plan Your Visit"
|
||||
description="Located in the heart of Chandigarh. Join our mailing list for exclusive event invitations and seasonal menu updates."
|
||||
@@ -178,33 +122,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Aja Kitchen & Bar",
|
||||
items: [
|
||||
title: "Aja Kitchen & Bar", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Menu", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user