Update src/app/page.tsx

This commit is contained in:
2026-05-21 07:35:01 +00:00
parent 95e6fb71ea
commit 01716bc501

View File

@@ -32,24 +32,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Kanyakumari"
button={{ text: "Reserve Table", href: "#contact" }}
/>
</div>
@@ -58,40 +47,16 @@ export default function LandingPage() {
logoText="Kanyakumari"
description="Experience the timeless heritage and authentic flavors of South Indian culinary tradition in a refined, premium setting."
buttons={[
{
text: "Reserve Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
{ text: "Reserve Table", href: "#contact" },
{ text: "View Menu", href: "#menu" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-red-cream-cracker-cookies-dark-surface-biscuit-cake-sugar-dessert-pie-sweet-cookie_140725-52798.jpg",
imageAlt: "Authentic South Indian Dish",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-meal-basket_23-2148821576.jpg",
imageAlt: "Masala Dosa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-seeds-put-banana-leaf-black-dish_1150-23121.jpg",
imageAlt: "Idli Sambar",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bean-soup-with-greens-seasonings-light-white-background-meal-food-soup-vegetable_140725-74619.jpg",
imageAlt: "Gourmet Plating",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spices-near-pan_23-2147773496.jpg",
imageAlt: "Chef Presentation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg",
imageAlt: "Filter Coffee",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-red-cream-cracker-cookies-dark-surface-biscuit-cake-sugar-dessert-pie-sweet-cookie_140725-52798.jpg", imageAlt: "Authentic South Indian Dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-meal-basket_23-2148821576.jpg", imageAlt: "Masala Dosa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-seeds-put-banana-leaf-black-dish_1150-23121.jpg", imageAlt: "Idli Sambar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bean-soup-with-greens-seasonings-light-white-background-meal-food-soup-vegetable_140725-74619.jpg", imageAlt: "Gourmet Plating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spices-near-pan_23-2147773496.jpg", imageAlt: "Chef Presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg", imageAlt: "Filter Coffee" },
]}
/>
</div>
@@ -100,12 +65,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="A Legacy of Authentic Flavors"
buttons={[
{
text: "Our Story",
href: "#",
},
]}
buttons={[{ text: "Our Story", href: "#" }]}
/>
</div>
@@ -116,48 +76,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Classic Masala Dosa",
price: "$18",
variant: "Crispy golden crepe",
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg",
},
{
id: "p2",
name: "Steamed Idli Platter",
price: "$14",
variant: "Soft fermented rice cakes",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg",
},
{
id: "p3",
name: "Vada Crisps",
price: "$12",
variant: "Savory lentil doughnuts",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-cutlets-with-rice-seasonings-dark-surface-food-meat-rissole_140725-82685.jpg",
},
{
id: "p4",
name: "Onion Uttapam",
price: "$16",
variant: "Savory vegetable pancake",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-salad-with-ingredients-grey-surface_140725-74894.jpg",
},
{
id: "p5",
name: "Coastal Thali",
price: "$28",
variant: "Complete festive platter",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-mushrooms-with-seasonings-grey-background_140725-76917.jpg",
},
{
id: "p6",
name: "Signature Payasam",
price: "$10",
variant: "Traditional sweet delicacy",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rasmalai-clay-bowl-classic-indian-sweet_23-2151994667.jpg",
},
{ id: "p1", name: "Classic Masala Dosa", price: "$18", variant: "Crispy golden crepe", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg" },
{ id: "p2", name: "Steamed Idli Platter", price: "$14", variant: "Soft fermented rice cakes", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg" },
{ id: "p3", name: "Vada Crisps", price: "$12", variant: "Savory lentil doughnuts", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-cutlets-with-rice-seasonings-dark-surface-food-meat-rissole_140725-82685.jpg" },
{ id: "p4", name: "Onion Uttapam", price: "$16", variant: "Savory vegetable pancake", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-salad-with-ingredients-grey-surface_140725-74894.jpg" },
{ id: "p5", name: "Coastal Thali", price: "$28", variant: "Complete festive platter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-mushrooms-with-seasonings-grey-background_140725-76917.jpg" },
{ id: "p6", name: "Signature Payasam", price: "$10", variant: "Traditional sweet delicacy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rasmalai-clay-bowl-classic-indian-sweet_23-2151994667.jpg" },
]}
title="Signature Menu"
description="Carefully curated selections inspired by the coastal heritage."
@@ -170,21 +94,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: ShieldCheck,
title: "Premium Ingredients",
description: "Hand-picked spices and farm-fresh produce.",
},
{
icon: Award,
title: "Heritage Recipes",
description: "Generations-old secrets perfected for modern palates.",
},
{
icon: Zap,
title: "Artisanal Preparation",
description: "Traditional methods for true authentic taste.",
},
{ icon: ShieldCheck, title: "Premium Ingredients", description: "Hand-picked spices and farm-fresh produce." },
{ icon: Award, title: "Heritage Recipes", description: "Generations-old secrets perfected for modern palates." },
{ icon: Zap, title: "Artisanal Preparation", description: "Traditional methods for true authentic taste." },
]}
title="Why Choose Us"
description="Authenticity, quality, and heritage in every bite."
@@ -196,55 +108,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
description="What our guests have to say."
testimonials={[
{
id: "1",
name: "Ananya Reddy",
handle: "@ananya_foodie",
testimonial: "An incredible journey of flavors! Best dosa in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-isolated-dark-background_613910-6341.jpg",
},
{
id: "2",
name: "Rahul Verma",
handle: "@rahul_eats",
testimonial: "The atmosphere is top-notch. Reminds me of home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-taking-selfie_23-2148972784.jpg",
},
{
id: "3",
name: "Sarah Miller",
handle: "@sarah_tastes",
testimonial: "Truly premium dining experience. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg",
},
{
id: "4",
name: "Vikram Seth",
handle: "@v_seth_food",
testimonial: "Authenticity in every single bite. Exquisite food.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
},
{
id: "5",
name: "Maya Krishnan",
handle: "@maya_dines",
testimonial: "Perfect service and delicious traditional meals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
},
{
id: "6",
name: "David Thorne",
handle: "@d_thorne",
testimonial: "A culinary masterpiece. Will be returning soon.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg",
},
{ id: "1", name: "Ananya Reddy", handle: "@ananya_foodie", testimonial: "An incredible journey of flavors! Best dosa in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-isolated-dark-background_613910-6341.jpg" },
{ id: "2", name: "Rahul Verma", handle: "@rahul_eats", testimonial: "The atmosphere is top-notch. Reminds me of home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-taking-selfie_23-2148972784.jpg" },
{ id: "3", name: "Sarah Miller", handle: "@sarah_tastes", testimonial: "Truly premium dining experience. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg" },
{ id: "4", name: "Vikram Seth", handle: "@v_seth_food", testimonial: "Authenticity in every single bite. Exquisite food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg" },
{ id: "5", name: "Maya Krishnan", handle: "@maya_dines", testimonial: "Perfect service and delicious traditional meals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg" },
{ id: "6", name: "David Thorne", handle: "@d_thorne", testimonial: "A culinary masterpiece. Will be returning soon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-boy-cafe_23-2148436233.jpg" },
]}
showRating={true}
title="Guest Stories"
@@ -256,31 +127,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="Our journey and milestones."
metrics={[
{
id: "m1",
value: "15+",
title: "Years of Tradition",
items: [
"Serving authentic flavors since 2008",
],
},
{
id: "m2",
value: "50K+",
title: "Happy Guests",
items: [
"Serving the community one plate at a time",
],
},
{
id: "m3",
value: "25+",
title: "Signature Recipes",
items: [
"Refining traditional south indian classics",
],
},
{ id: "m1", value: "15+", title: "Years of Tradition", items: ["Serving authentic flavors since 2008"] },
{ id: "m2", value: "50K+", title: "Happy Guests", items: ["Serving the community one plate at a time"] },
{ id: "m3", value: "25+", title: "Signature Recipes", items: ["Refining traditional south indian classics"] },
]}
title="Our Impact"
/>
@@ -290,21 +141,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you have vegetarian options?",
content: "Yes, our entire menu is rooted in traditional South Indian vegetarian cuisine.",
},
{
id: "f2",
title: "Do you accept reservations?",
content: "Yes, we highly recommend booking in advance for weekend dinners.",
},
{
id: "f3",
title: "Are there parking facilities?",
content: "Yes, valet parking is available for all guests at our main entrance.",
},
{ id: "f1", title: "Do you have vegetarian options?", content: "Yes, our entire menu is rooted in traditional South Indian vegetarian cuisine." },
{ id: "f2", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance for weekend dinners." },
{ id: "f3", title: "Are there parking facilities?", content: "Yes, valet parking is available for all guests at our main entrance." },
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
@@ -314,71 +153,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Ready to Experience Authentic Flavors?"
description="Book your table today and immerse yourself in the culinary richness of Kanyakumari."
buttons={[
{
text: "Book Now",
href: "#",
},
]}
buttons={[{ text: "Book Now", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Menu",
items: [
{
label: "Signature Dishes",
href: "#menu",
},
{
label: "Drinks",
href: "#",
},
{
label: "Desserts",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Menu", items: [{ label: "Signature Dishes", href: "#menu" }, { label: "Drinks", href: "#" }, { label: "Desserts", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 Kanyakumari Restaurant"
bottomRightText="All rights reserved"