Update src/app/page.tsx

This commit is contained in:
2026-05-28 17:08:59 +00:00
parent a122db9199
commit 9ff10b4f39

View File

@@ -30,150 +30,89 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Signature Dishes",
id: "#signature-dishes",
},
name: "Signature Dishes", id: "#signature-dishes"},
{
name: "Menu",
id: "#interactive-menu",
},
name: "Menu", id: "#interactive-menu"},
{
name: "Testimonials",
id: "#customer-reactions",
},
name: "Testimonials", id: "#customer-reactions"},
{
name: "Reserve",
id: "#reserve",
},
name: "Reserve", id: "#reserve"},
]}
logoSrc="http://img.b2bpic.net/free-vector/barbecue-badges_23-2147518290.jpg"
logoAlt="Kritunga Restaurant Logo"
brandName="Kritunga Restaurant"
button={{
text: "Order Now",
href: "#",
}}
text: "Order Now", href: "#"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
title="Where Andhra Spice Becomes an Experience."
description="Prepare for an explosion of authentic Rayalaseema heat. Every dish is a journey into the fiery heart of traditional Indian cuisine, promising flavors 'Not For The Weak Tongue'."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25547.jpg",
imageAlt: "Rotating Biryani Handi",
},
imageSrc: "http://img.b2bpic.net/free-photo/red-chilli-paste-black_1150-25547.jpg", imageAlt: "Rotating Biryani Handi"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-lavash-bowls-sauce-colorful-spices_140725-72559.jpg",
imageAlt: "Natukodi Pulusu",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-lavash-bowls-sauce-colorful-spices_140725-72559.jpg", imageAlt: "Natukodi Pulusu"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-soup-with-meat-grey-space_140725-97356.jpg",
imageAlt: "Gongura Mutton",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-soup-with-meat-grey-space_140725-97356.jpg", imageAlt: "Gongura Mutton"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-tartar-still-life_23-2150655660.jpg",
imageAlt: "Ragi Mudda",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-steak-tartar-still-life_23-2150655660.jpg", imageAlt: "Ragi Mudda"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-light-box-sauce_23-2148784885.jpg",
imageAlt: "Fish Fry",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-with-light-box-sauce_23-2148784885.jpg", imageAlt: "Fish Fry"},
{
imageSrc: "http://img.b2bpic.net/free-photo/asian-dinner-composition_23-2147716995.jpg",
imageAlt: "Bamboo Chicken",
},
imageSrc: "http://img.b2bpic.net/free-photo/asian-dinner-composition_23-2147716995.jpg", imageAlt: "Bamboo Chicken"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg",
imageAlt: "Biryani with smoke and embers",
},
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg", imageAlt: "Biryani with smoke and embers"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-near-cream-sauce_23-2147765460.jpg",
imageAlt: "Andhra Chicken Fry",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-near-cream-sauce_23-2147765460.jpg", imageAlt: "Andhra Chicken Fry"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-spoon-bottle-oil-pilaf-cutting-board_140725-78730.jpg",
imageAlt: "Mutton Biryani",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-spoon-bottle-oil-pilaf-cutting-board_140725-78730.jpg", imageAlt: "Mutton Biryani"},
{
imageSrc: "http://img.b2bpic.net/free-photo/from-dushpara-with-vinegar-dried-mint-human-hand-deep-plate_176474-2625.jpg",
imageAlt: "Paya Soup",
},
imageSrc: "http://img.b2bpic.net/free-photo/from-dushpara-with-vinegar-dried-mint-human-hand-deep-plate_176474-2625.jpg", imageAlt: "Paya Soup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-garnished-with-diced-green-onion-sauce-lemon-slice_140725-2518.jpg",
imageAlt: "Chicken 65",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-garnished-with-diced-green-onion-sauce-lemon-slice_140725-2518.jpg", imageAlt: "Chicken 65"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-gurza-served-with-parsley-lettuce_140725-5126.jpg",
imageAlt: "Andhra Thali",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-gurza-served-with-parsley-lettuce_140725-5126.jpg", imageAlt: "Andhra Thali"},
]}
tag="Authentic Rayalaseema Heat"
buttons={[
{
text: "Explore Menu",
href: "#signature-dishes",
},
text: "Explore Menu", href: "#signature-dishes"},
{
text: "Book a Table",
href: "#reserve",
},
text: "Book a Table", href: "#reserve"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000297.jpg",
alt: "Happy customer review",
},
src: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000297.jpg", alt: "Happy customer review"},
{
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg",
alt: "Another satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg", alt: "Another satisfied customer"},
{
src: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg",
alt: "Customer enjoying meal",
},
src: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-tamil-new-year_23-2151210764.jpg", alt: "Customer enjoying meal"},
{
src: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186451.jpg",
alt: "Dining experience feedback",
},
src: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186451.jpg", alt: "Dining experience feedback"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
alt: "Guest expressing delight",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Guest expressing delight"},
]}
avatarText="Loved by over 50,000 spice enthusiasts!"
marqueeItems={[
{
type: "text",
text: "🏆 Award-Winning Flavors",
},
type: "text", text: "🏆 Award-Winning Flavors"},
{
type: "text",
text: "🌶️ Authentic Rayalaseema Cuisine",
},
type: "text", text: "🌶️ Authentic Rayalaseema Cuisine"},
{
type: "text",
text: "🔥 Unforgettable Spice Journey",
},
type: "text", text: "🔥 Unforgettable Spice Journey"},
{
type: "text",
text: "👨‍👩‍👧‍👦 Family Favorite Dining",
},
type: "text", text: "👨‍👩‍👧‍👦 Family Favorite Dining"},
{
type: "text",
text: "🌟 Top-Rated Local Restaurant",
},
type: "text", text: "🌟 Top-Rated Local Restaurant"},
]}
/>
</div>
@@ -183,14 +122,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Heart of Rayalaseema Fire"
description={[
"Kritunga Restaurant brings you the raw, unadulterated essence of Rayalaseema. Our dishes are steeped in ancient village cooking traditions, slow-cooked to perfection over wood-fire inspiration.",
"Experience intense spice, strong masala flavors, and genuine Andhra authenticity in every bite. This isn't just a meal; it's a cinematic journey into a vibrant food culture, born from generations of passion.",
]}
"Kritunga Restaurant brings you the raw, unadulterated essence of Rayalaseema. Our dishes are steeped in ancient village cooking traditions, slow-cooked to perfection over wood-fire inspiration.", "Experience intense spice, strong masala flavors, and genuine Andhra authenticity in every bite. This isn't just a meal; it's a cinematic journey into a vibrant food culture, born from generations of passion."]}
buttons={[
{
text: "Our Heritage",
href: "#",
},
text: "Our Heritage", href: "#"},
]}
/>
</div>
@@ -203,23 +138,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Mild",
description: "Perfect for a gentle introduction to Andhra flavors. Subtle spices, big taste.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-as-pepper-tomato-blue-surface_141793-16508.jpg",
imageAlt: "Mild chili icon",
},
title: "Mild", description: "Perfect for a gentle introduction to Andhra flavors. Subtle spices, big taste.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-as-pepper-tomato-blue-surface_141793-16508.jpg", imageAlt: "Mild chili icon"},
{
title: "Andhra Hot",
description: "The classic Andhra kick. A robust blend of spices that awakens your palate.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-chilis_23-2148131362.jpg",
imageAlt: "Hot chili icon",
},
title: "Andhra Hot", description: "The classic Andhra kick. A robust blend of spices that awakens your palate.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-chilis_23-2148131362.jpg", imageAlt: "Hot chili icon"},
{
title: "Kritunga Level ☠️",
description: "Warning: Extreme spice ahead. Only for the bravest tongues seeking an unforgettable fiery experience.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-flash-tattoo_23-2151901346.jpg",
imageAlt: "Kritunga Level chili icon",
},
title: "Kritunga Level ☠️", description: "Warning: Extreme spice ahead. Only for the bravest tongues seeking an unforgettable fiery experience.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-flash-tattoo_23-2151901346.jpg", imageAlt: "Kritunga Level chili icon"},
]}
title="Gauge Your Spice Tolerance"
description="From a gentle warmth to 'Kritunga Level' inferno, discover the spectrum of Rayalaseema heat. Are you brave enough to take on our fiery challenge?"
@@ -231,55 +154,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "prod-ragi-mudda",
name: "Ragi Mudda / Sankati",
price: "₹150",
variant: "Traditional",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-arrangement-basket_23-2148821574.jpg",
imageAlt: "Ragi Mudda",
},
id: "prod-ragi-mudda", name: "Ragi Mudda / Sankati", price: "₹150", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-arrangement-basket_23-2148821574.jpg", imageAlt: "Ragi Mudda"},
{
id: "prod-natukodi-pulusu",
name: "Natukodi Pulusu",
price: "₹380",
variant: "Country Chicken",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chicken-potatoes-dish_23-2148847443.jpg",
imageAlt: "Natukodi Pulusu",
},
id: "prod-natukodi-pulusu", name: "Natukodi Pulusu", price: "₹380", variant: "Country Chicken", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chicken-potatoes-dish_23-2148847443.jpg", imageAlt: "Natukodi Pulusu"},
{
id: "prod-gongura-chicken",
name: "Gongura Chicken",
price: "₹320",
variant: "Spicy & Tangy",
imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-letuuce-baked-chicken-meat_114579-83693.jpg",
imageAlt: "Gongura Chicken",
},
id: "prod-gongura-chicken", name: "Gongura Chicken", price: "₹320", variant: "Spicy & Tangy", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-letuuce-baked-chicken-meat_114579-83693.jpg", imageAlt: "Gongura Chicken"},
{
id: "prod-pot-biryani",
name: "Pot Biryani",
price: "₹420",
variant: "Dum Style",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg",
imageAlt: "Pot Biryani",
},
id: "prod-pot-biryani", name: "Pot Biryani", price: "₹420", variant: "Dum Style", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg", imageAlt: "Pot Biryani"},
{
id: "prod-mutton-biryani",
name: "Mutton Biryani",
price: "₹450",
variant: "Classic Lamb",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg",
imageAlt: "Mutton Biryani",
},
id: "prod-mutton-biryani", name: "Mutton Biryani", price: "₹450", variant: "Classic Lamb", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-pilaf-cutting-board-spices-spoon-with-rice-bottle-oil_140725-74079.jpg", imageAlt: "Mutton Biryani"},
{
id: "prod-bamboo-chicken",
name: "Bamboo Chicken",
price: "₹350",
variant: "Smoked & Fiery",
imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-drumsticks-honey-mustard-marinade_2829-3871.jpg",
imageAlt: "Bamboo Chicken",
},
id: "prod-bamboo-chicken", name: "Bamboo Chicken", price: "₹350", variant: "Smoked & Fiery", imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-drumsticks-honey-mustard-marinade_2829-3871.jpg", imageAlt: "Bamboo Chicken"},
]}
title="Signature Rayalaseema Delicacies"
description="Explore the iconic dishes that define Kritunga's legacy. Each a masterpiece of flavor, spice, and culinary tradition, designed to transport you to the heart of Andhra Pradesh."
@@ -294,53 +182,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "menu-gongura-chicken",
name: "Gongura Chicken",
price: "₹320",
variant: "Fire Menu",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg",
imageAlt: "Gongura Chicken",
},
id: "menu-gongura-chicken", name: "Gongura Chicken", price: "₹320", variant: "Fire Menu", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg", imageAlt: "Gongura Chicken"},
{
id: "menu-pepper-chicken",
name: "Pepper Chicken",
price: "₹290",
variant: "Fire Menu",
imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg",
imageAlt: "Pepper Chicken",
},
id: "menu-pepper-chicken", name: "Pepper Chicken", price: "₹290", variant: "Fire Menu", imageSrc: "http://img.b2bpic.net/free-photo/boneless-mexican-chicken-dish_52683-103089.jpg", imageAlt: "Pepper Chicken"},
{
id: "menu-ragi-mudda",
name: "Ragi Mudda",
price: "₹150",
variant: "Village Specials",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-seasonings-green-surface-food-vegetables-ingredients-soup-product-meal_140725-72474.jpg",
imageAlt: "Ragi Mudda",
},
id: "menu-ragi-mudda", name: "Ragi Mudda", price: "₹150", variant: "Village Specials", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-seasonings-green-surface-food-vegetables-ingredients-soup-product-meal_140725-72474.jpg", imageAlt: "Ragi Mudda"},
{
id: "menu-natukodi-pulusu",
name: "Natukodi Pulusu",
price: "₹380",
variant: "Village Specials",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-lemon-herbs-spices-bowls-cutting-board_140725-73637.jpg",
imageAlt: "Natukodi Pulusu",
},
id: "menu-natukodi-pulusu", name: "Natukodi Pulusu", price: "₹380", variant: "Village Specials", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-lemon-herbs-spices-bowls-cutting-board_140725-73637.jpg", imageAlt: "Natukodi Pulusu"},
{
id: "menu-handi-biryani",
name: "Handi Biryani",
price: "₹420",
variant: "Royal Handis",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg",
imageAlt: "Handi Biryani",
},
id: "menu-handi-biryani", name: "Handi Biryani", price: "₹420", variant: "Royal Handis", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg", imageAlt: "Handi Biryani"},
{
id: "menu-apollo-fish",
name: "Apollo Fish",
price: "₹360",
variant: "Sea Heat",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-long-meat-cutlets-with-seasonings_140725-57008.jpg",
imageAlt: "Apollo Fish",
},
id: "menu-apollo-fish", name: "Apollo Fish", price: "₹360", variant: "Sea Heat", imageSrc: "http://img.b2bpic.net/free-photo/front-view-long-meat-cutlets-with-seasonings_140725-57008.jpg", imageAlt: "Apollo Fish"},
]}
title="Explore Our Fiery Menu"
description="Dive into our extensive offerings, carefully categorized to guide your spicy adventure. From 'Fire Menu' to 'Royal Handis', there's an explosion of flavor waiting."
@@ -354,50 +206,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testi-1",
name: "Ravi Kumar",
handle: "@spicemaster",
testimonial: "Kritunga's Biryani is a flavor explosion! The authentic Rayalaseema spice is unmatched. Truly a culinary masterpiece.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510870.jpg",
imageAlt: "Ravi Kumar",
},
id: "testi-1", name: "Ravi Kumar", handle: "@spicemaster", testimonial: "Kritunga's Biryani is a flavor explosion! The authentic Rayalaseema spice is unmatched. Truly a culinary masterpiece.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510870.jpg", imageAlt: "Ravi Kumar"},
{
id: "testi-2",
name: "Priya Sharma",
handle: "@foodiegirl",
testimonial: "The Natukodi Pulusu took me back to my grandmother's kitchen. Pure Andhra authenticity and intense, delightful heat. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg",
imageAlt: "Priya Sharma",
},
id: "testi-2", name: "Priya Sharma", handle: "@foodiegirl", testimonial: "The Natukodi Pulusu took me back to my grandmother's kitchen. Pure Andhra authenticity and intense, delightful heat. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", imageAlt: "Priya Sharma"},
{
id: "testi-3",
name: "Anil Reddy",
handle: "@biryanilover",
testimonial: "This place embodies 'loud biryani culture'. The Handi Biryani is divine, and the family dining vibe is just perfect for a weekend feast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg",
imageAlt: "Anil Reddy",
},
id: "testi-3", name: "Anil Reddy", handle: "@biryanilover", testimonial: "This place embodies 'loud biryani culture'. The Handi Biryani is divine, and the family dining vibe is just perfect for a weekend feast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187241.jpg", imageAlt: "Anil Reddy"},
{
id: "testi-4",
name: "Meena Gopal",
handle: "@andhrafoodie",
testimonial: "The Gongura Chicken here is simply out of this world. The blend of sour and spicy is executed to perfection. A must-try for any spice lover!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186460.jpg",
imageAlt: "Meena Gopal",
},
id: "testi-4", name: "Meena Gopal", handle: "@andhrafoodie", testimonial: "The Gongura Chicken here is simply out of this world. The blend of sour and spicy is executed to perfection. A must-try for any spice lover!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186460.jpg", imageAlt: "Meena Gopal"},
{
id: "testi-5",
name: "Suresh Bhatia",
handle: "@gastronomyhub",
testimonial: "Kritunga offers an experience, not just a meal. The Ragi Mudda with their fiery curries is a combination that truly hits different. Unforgettable!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
imageAlt: "Suresh Bhatia",
},
id: "testi-5", name: "Suresh Bhatia", handle: "@gastronomyhub", testimonial: "Kritunga offers an experience, not just a meal. The Ragi Mudda with their fiery curries is a combination that truly hits different. Unforgettable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg", imageAlt: "Suresh Bhatia"},
]}
showRating={true}
title="What Our Spice Seekers Say"
@@ -409,16 +231,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Book Your Table"
title="Experience The Heat, Live!"
description="Ready to challenge your taste buds? Reserve your spot at Kritunga Restaurant and immerse yourself in the vibrant, fiery world of Rayalaseema cuisine. Gather your family, prepare for the loud biryani culture, and step into a true spice arena."
buttons={[
{
text: "Make a Reservation",
href: "#",
},
text: "Make a Reservation", href: "#"},
]}
/>
</div>
@@ -427,58 +246,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Biryanis",
href: "#interactive-menu",
},
label: "Biryanis", href: "#interactive-menu"},
{
label: "Chicken Specials",
href: "#interactive-menu",
},
label: "Chicken Specials", href: "#interactive-menu"},
{
label: "Mutton Specials",
href: "#interactive-menu",
},
label: "Mutton Specials", href: "#interactive-menu"},
{
label: "Seafood",
href: "#interactive-menu",
},
label: "Seafood", href: "#interactive-menu"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Rayalaseema Heritage",
href: "#about",
},
label: "Rayalaseema Heritage", href: "#about"},
{
label: "Reviews",
href: "#customer-reactions",
},
label: "Reviews", href: "#customer-reactions"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Reservations",
href: "#reserve",
},
label: "Reservations", href: "#reserve"},
{
label: "Location",
href: "#",
},
label: "Location", href: "#"},
{
label: "+919697697555",
href: "tel:+919697697555",
},
label: "+919697697555", href: "tel:+919697697555"},
],
},
]}