Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
317
src/app/page.tsx
317
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Agatya Restaurant"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,41 +52,26 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Where Every Bite Feels Like Home… Elevated"
|
||||
description="Agatya brings you rich, authentic vegetarian delicacies and unforgettable flavors in a cozy dining space that feels warm, never intimidating. From sizzling paneer to indulgent desserts, every dish is freshly prepared for unmatched taste."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Table Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
|
||||
imageAlt: "Authentic Indian vegetarian thali in a cozy restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", imageAlt: "Authentic Indian vegetarian thali in a cozy restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-citruses-near-dishes_23-2147894932.jpg",
|
||||
imageAlt: "Sizzling paneer tikka close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-citruses-near-dishes_23-2147894932.jpg", imageAlt: "Sizzling paneer tikka close up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-indian-dessert-plate_23-2149312393.jpg",
|
||||
imageAlt: "Indulgent Indian dessert platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-indian-dessert-plate_23-2149312393.jpg", imageAlt: "Indulgent Indian dessert platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg",
|
||||
imageAlt: "Warm and inviting restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629554.jpg", imageAlt: "Warm and inviting restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-pav-bhaji-street-food-stall_23-2151996245.jpg",
|
||||
imageAlt: "Chef preparing vegetarian dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-pav-bhaji-street-food-stall_23-2151996245.jpg", imageAlt: "Chef preparing vegetarian dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-different-seasonings-white-surface-meal-food-soup-vegetables_140725-74822.jpg",
|
||||
imageAlt: "Overhead shot of a vibrant vegetarian meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-greens-different-seasonings-white-surface-meal-food-soup-vegetables_140725-74822.jpg", imageAlt: "Overhead shot of a vibrant vegetarian meal"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -111,17 +84,11 @@ export default function LandingPage() {
|
||||
description="Agatya Restaurant was founded on a simple principle: to bring the true taste of Indian vegetarian cuisine to your table, crafted with passion and the freshest ingredients. We believe in creating a dining experience that's both comforting and exciting, where every dish tells a story of tradition, innovation, and love. Come, be a part of our culinary journey."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Culinary Excellence",
|
||||
},
|
||||
value: "15+", title: "Years of Culinary Excellence"},
|
||||
{
|
||||
value: "20000+",
|
||||
title: "Happy Diners Served",
|
||||
},
|
||||
value: "20000+", title: "Happy Diners Served"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Signature Vegetarian Dishes",
|
||||
},
|
||||
value: "50+", title: "Signature Vegetarian Dishes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-happy-friends-enjoying-lunch-focus-is-african-american-woman-serving-salad-dining-table_637285-2870.jpg"
|
||||
imageAlt="Happy family enjoying a meal at Agatya Restaurant"
|
||||
@@ -138,65 +105,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "samosa",
|
||||
brand: "Appetizer",
|
||||
name: "Crispy Punjabi Samosas",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg",
|
||||
imageAlt: "Crispy Punjabi Samosas",
|
||||
},
|
||||
id: "samosa", brand: "Appetizer", name: "Crispy Punjabi Samosas", price: "₹799", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg", imageAlt: "Crispy Punjabi Samosas"},
|
||||
{
|
||||
id: "biryani",
|
||||
brand: "Main Course",
|
||||
name: "Dum Vegetable Biryani",
|
||||
price: "$18.50",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegan-salad-with-various-vegetables_140725-147803.jpg",
|
||||
imageAlt: "Dum Vegetable Biryani",
|
||||
},
|
||||
id: "biryani", brand: "Main Course", name: "Dum Vegetable Biryani", price: "₹1850", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegan-salad-with-various-vegetables_140725-147803.jpg", imageAlt: "Dum Vegetable Biryani"},
|
||||
{
|
||||
id: "dal-makhani",
|
||||
brand: "Main Course",
|
||||
name: "Creamy Dal Makhani",
|
||||
price: "$14.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-soup-with-lemon_23-2148295029.jpg",
|
||||
imageAlt: "Creamy Dal Makhani",
|
||||
},
|
||||
id: "dal-makhani", brand: "Main Course", name: "Creamy Dal Makhani", price: "₹1400", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-soup-with-lemon_23-2148295029.jpg", imageAlt: "Creamy Dal Makhani"},
|
||||
{
|
||||
id: "thali",
|
||||
brand: "Platter",
|
||||
name: "Agatya Special Thali",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-copy-space_23-2148747659.jpg",
|
||||
imageAlt: "Agatya Special Thali",
|
||||
},
|
||||
id: "thali", brand: "Platter", name: "Agatya Special Thali", price: "₹2500", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-copy-space_23-2148747659.jpg", imageAlt: "Agatya Special Thali"},
|
||||
{
|
||||
id: "chole-bhature",
|
||||
brand: "Specialty",
|
||||
name: "Chole Bhature",
|
||||
price: "$16.75",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-along-with-salt-pepper-pink_140725-24283.jpg",
|
||||
imageAlt: "Chole Bhature",
|
||||
},
|
||||
id: "chole-bhature", brand: "Specialty", name: "Chole Bhature", price: "₹1675", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-bread-hot-tasty-fresh-sliced-inside-bread-bin-along-with-salt-pepper-pink_140725-24283.jpg", imageAlt: "Chole Bhature"},
|
||||
{
|
||||
id: "lassi",
|
||||
brand: "Beverage",
|
||||
name: "Refreshing Mango Lassi",
|
||||
price: "$6.50",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mango-smoothies_1203-7446.jpg",
|
||||
imageAlt: "Refreshing Mango Lassi",
|
||||
},
|
||||
id: "lassi", brand: "Beverage", name: "Refreshing Mango Lassi", price: "₹650", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/mango-smoothies_1203-7446.jpg", imageAlt: "Refreshing Mango Lassi"},
|
||||
]}
|
||||
title="Explore Our Exquisite Vegetarian Menu"
|
||||
description="Discover a world of flavors with our diverse menu, crafted from traditional recipes and the freshest local ingredients. Each dish is a celebration of authentic Indian vegetarian cuisine."
|
||||
@@ -210,38 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ambiance",
|
||||
title: "Warm & Inviting Ambiance",
|
||||
tags: [
|
||||
"Cozy",
|
||||
"Relaxing",
|
||||
"Elegant",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg",
|
||||
imageAlt: "Cozy restaurant interior with warm lighting",
|
||||
},
|
||||
id: "ambiance", title: "Warm & Inviting Ambiance", tags: [
|
||||
"Cozy", "Relaxing", "Elegant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Cozy restaurant interior with warm lighting"},
|
||||
{
|
||||
id: "ingredients",
|
||||
title: "Fresh, Locally Sourced Ingredients",
|
||||
tags: [
|
||||
"Farm-to-Table",
|
||||
"Healthy",
|
||||
"Flavorful",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-cut-vegetables-cauliflower-onion-red-cabbage-green-tomato-yellow-bell-pepper-lemon-white-table-with-free-space_140725-102918.jpg",
|
||||
imageAlt: "Assortment of fresh Indian vegetables and spices",
|
||||
},
|
||||
id: "ingredients", title: "Fresh, Locally Sourced Ingredients", tags: [
|
||||
"Farm-to-Table", "Healthy", "Flavorful"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-cut-vegetables-cauliflower-onion-red-cabbage-green-tomato-yellow-bell-pepper-lemon-white-table-with-free-space_140725-102918.jpg", imageAlt: "Assortment of fresh Indian vegetables and spices"},
|
||||
{
|
||||
id: "desserts",
|
||||
title: "Indulgent Vegetarian Desserts",
|
||||
tags: [
|
||||
"Sweet",
|
||||
"Authentic",
|
||||
"Handcrafted",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-food-appetizing-dessert-white-plate-dark-surface_140725-111317.jpg",
|
||||
imageAlt: "Variety of Indian sweets and desserts",
|
||||
},
|
||||
id: "desserts", title: "Indulgent Vegetarian Desserts", tags: [
|
||||
"Sweet", "Authentic", "Handcrafted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-food-appetizing-dessert-white-plate-dark-surface_140725-111317.jpg", imageAlt: "Variety of Indian sweets and desserts"},
|
||||
]}
|
||||
title="Why Agatya? Our Commitment to Excellence"
|
||||
description="At Agatya, we go beyond food to offer an experience that delights all your senses. From our carefully curated ambiance to our commitment to fresh, quality ingredients, every detail is designed for your pleasure."
|
||||
@@ -254,50 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A True Culinary Gem!",
|
||||
quote: "Agatya is simply outstanding! The food is incredibly authentic, and the ambiance is so welcoming. Every dish is a masterpiece, especially their paneer. We keep coming back for more!",
|
||||
name: "Priya Sharma",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-headphones_23-2149461713.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", title: "A True Culinary Gem!", quote: "Agatya is simply outstanding! The food is incredibly authentic, and the ambiance is so welcoming. Every dish is a masterpiece, especially their paneer. We keep coming back for more!", name: "Priya Sharma", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-headphones_23-2149461713.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect for Family Dinners",
|
||||
quote: "Finding a high-quality vegetarian restaurant that pleases everyone is tough, but Agatya nails it! My kids loved the desserts, and the portion sizes were generous. Highly recommend for families!",
|
||||
name: "Anil Gupta",
|
||||
role: "Family Man",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-7755.jpg",
|
||||
imageAlt: "Anil Gupta",
|
||||
},
|
||||
id: "2", title: "Perfect for Family Dinners", quote: "Finding a high-quality vegetarian restaurant that pleases everyone is tough, but Agatya nails it! My kids loved the desserts, and the portion sizes were generous. Highly recommend for families!", name: "Anil Gupta", role: "Family Man", imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-7755.jpg", imageAlt: "Anil Gupta"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unforgettable Dining Experience",
|
||||
quote: "From the moment we walked in, the service was impeccable. The flavors took me straight back to India. Agatya truly offers an unforgettable vegetarian dining experience. Five stars!",
|
||||
name: "Sarah Khan",
|
||||
role: "Travel Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-vlog-while-preparing-food_23-2149063524.jpg",
|
||||
imageAlt: "Sarah Khan",
|
||||
},
|
||||
id: "3", title: "Unforgettable Dining Experience", quote: "From the moment we walked in, the service was impeccable. The flavors took me straight back to India. Agatya truly offers an unforgettable vegetarian dining experience. Five stars!", name: "Sarah Khan", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/women-making-vlog-while-preparing-food_23-2149063524.jpg", imageAlt: "Sarah Khan"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Consistently Excellent!",
|
||||
quote: "I'm a regular at Agatya, and they never disappoint. The consistency in quality, freshness, and taste is remarkable. It’s my go-to place for authentic Indian vegetarian food.",
|
||||
name: "Rahul Singh",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952364.jpg",
|
||||
imageAlt: "Rahul Singh",
|
||||
},
|
||||
id: "4", title: "Consistently Excellent!", quote: "I'm a regular at Agatya, and they never disappoint. The consistency in quality, freshness, and taste is remarkable. It’s my go-to place for authentic Indian vegetarian food.", name: "Rahul Singh", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952364.jpg", imageAlt: "Rahul Singh"},
|
||||
{
|
||||
id: "5",
|
||||
title: "My New Favorite Restaurant!",
|
||||
quote: "I discovered Agatya recently, and it has quickly become my favorite. The variety on the menu is fantastic, and every dish I've tried has been bursting with flavor. A must-visit!",
|
||||
name: "Deepa Patel",
|
||||
role: "Vegetarian Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150300133.jpg",
|
||||
imageAlt: "Deepa Patel",
|
||||
},
|
||||
id: "5", title: "My New Favorite Restaurant!", quote: "I discovered Agatya recently, and it has quickly become my favorite. The variety on the menu is fantastic, and every dish I've tried has been bursting with flavor. A must-visit!", name: "Deepa Patel", role: "Vegetarian Foodie", imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150300133.jpg", imageAlt: "Deepa Patel"},
|
||||
]}
|
||||
title="What Our Valued Guests Say"
|
||||
description="Don't just take our word for it – hear from our wonderful customers who have experienced the magic of Agatya. Their stories inspire us to continue delivering exceptional vegetarian cuisine and heartfelt service."
|
||||
@@ -309,14 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Foodie Reviews",
|
||||
"Google's Choice",
|
||||
"Local Favorites",
|
||||
"DineOut Magazine",
|
||||
"Vegetarian Weekly",
|
||||
"City Eats Guide",
|
||||
"Taste of India Awards",
|
||||
]}
|
||||
"Foodie Reviews", "Google's Choice", "Local Favorites", "DineOut Magazine", "Vegetarian Weekly", "City Eats Guide", "Taste of India Awards"]}
|
||||
title="Recognized & Celebrated"
|
||||
description="Proud to be featured and highly rated by leading culinary platforms and local food guides. Our commitment to quality and taste is consistently acknowledged."
|
||||
showCard={true}
|
||||
@@ -329,30 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, Agatya Restaurant offers a wide range of delicious vegan dishes. Please inform your server about your preferences, and they will be happy to guide you through our menu and suggest suitable options.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan options?", content: "Yes, Agatya Restaurant offers a wide range of delicious vegan dishes. Please inform your server about your preferences, and they will be happy to guide you through our menu and suggest suitable options."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open for lunch from 11:30 AM to 2:30 PM and for dinner from 5:30 PM to 10:00 PM, Tuesday through Sunday. We are closed on Mondays.",
|
||||
},
|
||||
id: "2", title: "What are your operating hours?", content: "We are open for lunch from 11:30 AM to 2:30 PM and for dinner from 5:30 PM to 10:00 PM, Tuesday through Sunday. We are closed on Mondays."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I make a reservation online?",
|
||||
content: "Absolutely! You can easily make a reservation through our website using the 'Book Your Table Now' button, or by calling us directly during business hours.",
|
||||
},
|
||||
id: "3", title: "Can I make a reservation online?", content: "Absolutely! You can easily make a reservation through our website using the 'Book Your Table Now' button, or by calling us directly during business hours."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you cater for events?",
|
||||
content: "Yes, Agatya offers catering services for various events, from intimate gatherings to large celebrations. Please contact us for more details and to discuss your specific catering needs.",
|
||||
},
|
||||
id: "4", title: "Do you cater for events?", content: "Yes, Agatya offers catering services for various events, from intimate gatherings to large celebrations. Please contact us for more details and to discuss your specific catering needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your ingredients fresh and organic?",
|
||||
content: "We prioritize freshness and quality. Our vegetables are sourced locally from trusted suppliers, and we use a blend of organic and high-quality ingredients to ensure the best taste and health benefits.",
|
||||
},
|
||||
id: "5", title: "Are your ingredients fresh and organic?", content: "We prioritize freshness and quality. Our vegetables are sourced locally from trusted suppliers, and we use a blend of organic and high-quality ingredients to ensure the best taste and health benefits."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-blogger-recording-herself-while-preparing-food-reading-book_23-2148771551.jpg"
|
||||
imageAlt="Chef demonstrating Indian cooking techniques"
|
||||
@@ -368,20 +215,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservations & Orders"
|
||||
title="Experience Agatya – Book Your Table Today!"
|
||||
description="Ready to embark on a delightful vegetarian culinary journey? Reserve your table now or place an online order for takeout. We look forward to welcoming you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Table", href: "#"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -392,62 +234,37 @@ export default function LandingPage() {
|
||||
logoText="Agatya Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Appetizers",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Appetizers", href: "#menu"},
|
||||
{
|
||||
label: "Main Courses",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Main Courses", href: "#menu"},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Desserts", href: "#menu"},
|
||||
{
|
||||
label: "Beverages",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Beverages", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Catering", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -457,4 +274,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user