Update src/app/page.tsx
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Catering", id: "catering" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Celebrations"
|
||||
/>
|
||||
@@ -58,16 +46,10 @@ export default function LandingPage() {
|
||||
logoText="Celebrations Restaurant"
|
||||
description="Loved by 6,500+ diners for flavorful biryanis, warm hospitality, and unforgettable celebrations in the heart of Visakhapatnam."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918910000000",
|
||||
},
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+918910000000" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,42 +60,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Dum Biryani",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Butter Chicken",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Butter Naan",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-grey-background-patty-dough-pastry-bake-meal_140725-86248.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicken Tikka",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Apollo Fish",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508959.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Apricot Delight",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg",
|
||||
},
|
||||
{ id: "1", name: "Chicken Dum Biryani", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg" },
|
||||
{ id: "2", name: "Butter Chicken", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg" },
|
||||
{ id: "3", name: "Butter Naan", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-grey-background-patty-dough-pastry-bake-meal_140725-86248.jpg" },
|
||||
{ id: "4", name: "Chicken Tikka", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-dark-meal-dish-food-photo_140725-82256.jpg" },
|
||||
{ id: "5", name: "Apollo Fish", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508959.jpg" },
|
||||
{ id: "6", name: "Apricot Delight", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg" },
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Hand-crafted recipes passed down through generations, prepared with fresh, premium local ingredients."
|
||||
@@ -126,18 +78,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Flavor"
|
||||
description="Since our inception, we have been dedicated to serving the most authentic North Indian cuisine to the people of Vizag. We believe in high-quality ingredients, family-friendly service, and an unforgettable dining atmosphere."
|
||||
metrics={[
|
||||
{
|
||||
value: "6,500+",
|
||||
title: "Happy Diners",
|
||||
},
|
||||
{
|
||||
value: "12+",
|
||||
title: "Years Serving",
|
||||
},
|
||||
{
|
||||
value: "4.5",
|
||||
title: "Google Rating",
|
||||
},
|
||||
{ value: "6,500+", title: "Happy Diners" },
|
||||
{ value: "12+", title: "Years Serving" },
|
||||
{ value: "4.5", title: "Google Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant_1203-1096.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -151,46 +94,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best biryani in Vizag! Truly authentic flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh K.",
|
||||
handle: "@rajeshk",
|
||||
testimonial: "Perfect for family birthdays. Great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=2",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Warm atmosphere and very affordable pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg?_wi=2",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Butter chicken was creamy and delicious. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg?_wi=2",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya V.",
|
||||
handle: "@priyav",
|
||||
testimonial: "Authentic North Indian food. Loved it!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-grey-background-patty-dough-pastry-bake-meal_140725-86248.jpg?_wi=2",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best biryani in Vizag! Truly authentic flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", imageAlt: "Top view of dining tables without food" },
|
||||
{ id: "2", name: "Rajesh K.", handle: "@rajeshk", testimonial: "Perfect for family birthdays. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg", imageAlt: "Top view of dining tables without food" },
|
||||
{ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Warm atmosphere and very affordable pricing.", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg", imageAlt: "Top view of dining tables without food" },
|
||||
{ id: "4", name: "David K.", handle: "@davidk", testimonial: "Butter chicken was creamy and delicious. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg", imageAlt: "Top view of dining tables without food" },
|
||||
{ id: "5", name: "Priya V.", handle: "@priyav", testimonial: "Authentic North Indian food. Loved it!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-grey-background-patty-dough-pastry-bake-meal_140725-86248.jpg", imageAlt: "Top view of dining tables without food" },
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="See why locals call us the best restaurant in Visakhapatnam."
|
||||
@@ -204,49 +112,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Private Dining",
|
||||
description: "Spacious rooms for parties",
|
||||
icon: Users,
|
||||
title: "Private Dining", description: "Spacious rooms for parties", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=3",
|
||||
imageAlt: "warm family restaurant dining",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Cozy tables for all ages",
|
||||
icon: Heart,
|
||||
title: "Family Friendly", description: "Cozy tables for all ages", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-pot-chicken-orzo-skillet_127032-3494.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai_188544-13480.jpg?_wi=3",
|
||||
imageAlt: "warm family restaurant dining",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/one-pot-chicken-orzo-skillet_127032-3494.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Live Kitchen",
|
||||
description: "Watch your meals being made",
|
||||
icon: Award,
|
||||
title: "Live Kitchen", description: "Watch your meals being made", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-food-arrangement-high-angle_23-2148723468.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-fresh-off-oven-with-seasonings-grey-background-pie-oven-pastry-meat-cake-bake_140725-85798.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg?_wi=3",
|
||||
imageAlt: "warm family restaurant dining",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-food-arrangement-high-angle_23-2148723468.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-patties-fresh-off-oven-with-seasonings-grey-background-pie-oven-pastry-meat-cake-bake_140725-85798.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Our Ambiance"
|
||||
@@ -261,34 +145,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "small",
|
||||
title: "Small Gathering",
|
||||
price: "Custom",
|
||||
period: "Event",
|
||||
features: [
|
||||
"Buffet setup",
|
||||
"Dedicated server",
|
||||
],
|
||||
button: {
|
||||
text: "Book Inquiry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg",
|
||||
imageAlt: "Top view table arrangement with plant",
|
||||
id: "small", title: "Small Gathering", price: "Custom", period: "Event", features: ["Buffet setup", "Dedicated server"],
|
||||
button: { text: "Book Inquiry" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", imageAlt: "Top view table arrangement with plant"
|
||||
},
|
||||
{
|
||||
id: "large",
|
||||
title: "Corporate Event",
|
||||
price: "Custom",
|
||||
period: "Event",
|
||||
features: [
|
||||
"Multi-course menu",
|
||||
"Professional staff",
|
||||
],
|
||||
button: {
|
||||
text: "Book Inquiry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=4",
|
||||
imageAlt: "Top view table arrangement with plant",
|
||||
id: "large", title: "Corporate Event", price: "Custom", period: "Event", features: ["Multi-course menu", "Professional staff"],
|
||||
button: { text: "Book Inquiry" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg", imageAlt: "Top view table arrangement with plant"
|
||||
},
|
||||
]}
|
||||
title="Catering & Private Dining"
|
||||
@@ -301,21 +165,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, ample parking space is available.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, our menu is 50% vegetarian.",
|
||||
},
|
||||
{ id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "2", title: "Is there parking available?", content: "Yes, ample parking space is available." },
|
||||
{ id: "3", title: "Are there vegetarian options?", content: "Absolutely, our menu is 50% vegetarian." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our services."
|
||||
@@ -329,21 +181,10 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Make a reservation, book catering, or ask about our menu."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Reservation details or event inquiry",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Reservation details or event inquiry" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166125.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -353,33 +194,16 @@ export default function LandingPage() {
|
||||
logoText="Celebrations"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#catering",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Catering", href: "#catering" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+918910000000",
|
||||
},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:+918910000000" },
|
||||
{ label: "Get Directions", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user