Update src/app/page.tsx

This commit is contained in:
2026-05-27 21:27:32 +00:00
parent 9126c43ef4
commit bcc601b315

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQs",
id: "#faqs",
},
name: "FAQs", id: "#faqs"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Themis Barbecue House"
/>
@@ -68,69 +54,42 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Savor the Flavors of Authentic Barbecue"
description="Experience an exquisite culinary journey at Themis Barbecue House CP, where every dish is crafted to perfection and memories are made."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Make a Reservation",
href: "#contact",
},
text: "Make a Reservation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-japanese-street-food_23-2149410196.jpg"
imageAlt="Luxurious barbecue spread with various grilled items and elegant setting"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
alt: "Happy customer",
},
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", alt: "Happy customer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
alt: "Satisfied diner",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Satisfied diner"},
{
src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
alt: "Smiling guest",
},
src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", alt: "Smiling guest"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg",
alt: "Content customer",
},
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg", alt: "Content customer"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg",
alt: "Enjoying meal",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg", alt: "Enjoying meal"},
]}
avatarText="Join our 1M+ happy guests!"
marqueeItems={[
{
type: "text",
text: "Award-winning flavors",
},
type: "text", text: "Award-winning flavors"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/german-food-badge_23-2147502659.jpg",
alt: "Award badge",
},
type: "image", src: "http://img.b2bpic.net/free-vector/german-food-badge_23-2147502659.jpg", alt: "Award badge"},
{
type: "text",
text: "Unforgettable Dining",
},
type: "text", text: "Unforgettable Dining"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/authentic-quality-rubber-stamps-set-four_1017-27081.jpg",
alt: "Quality stamp",
},
type: "image", src: "http://img.b2bpic.net/free-vector/authentic-quality-rubber-stamps-set-four_1017-27081.jpg", alt: "Quality stamp"},
{
type: "text",
text: "Chef Recommended",
},
type: "text", text: "Chef Recommended"},
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -144,19 +103,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "Years of Experience",
value: "15+",
},
label: "Years of Experience", value: "15+"},
{
icon: Users,
label: "Happy Guests Served",
value: "1M+",
},
label: "Happy Guests Served", value: "1M+"},
{
icon: Utensils,
label: "Signature Dishes",
value: "50+",
},
label: "Signature Dishes", value: "50+"},
]}
metricsAnimation="slide-up"
/>
@@ -170,47 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Smoked Lamb Kebab",
price: "₹699",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slices-with-greens-seasonings-cherry-tomatoes-dark-surface-meat-food-meal-vegetable-fry_140725-64804.jpg",
imageAlt: "Juicy lamb kebabs with fresh herbs",
},
id: "p1", name: "Smoked Lamb Kebab", price: "₹699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-slices-with-greens-seasonings-cherry-tomatoes-dark-surface-meat-food-meal-vegetable-fry_140725-64804.jpg", imageAlt: "Juicy lamb kebabs with fresh herbs"},
{
id: "p2",
name: "Signature Grilled Chicken",
price: "₹599",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189859.jpg",
imageAlt: "Perfectly grilled chicken leg with smoky flavor",
},
id: "p2", name: "Signature Grilled Chicken", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189859.jpg", imageAlt: "Perfectly grilled chicken leg with smoky flavor"},
{
id: "p3",
name: "Tandoori Paneer Tikka",
price: "₹499",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690757.jpg",
imageAlt: "Creamy paneer tikka skewers with vibrant colors",
},
id: "p3", name: "Tandoori Paneer Tikka", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690757.jpg", imageAlt: "Creamy paneer tikka skewers with vibrant colors"},
{
id: "p4",
name: "Spicy Grilled Fish",
price: "₹749",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-pan-wood-board-cherry-tomatoes-parsley-red-white-checkered-tablecloth-grey-background_140725-144757.jpg",
imageAlt: "Grilled fish fillet with lemon and herbs",
},
id: "p4", name: "Spicy Grilled Fish", price: "₹749", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-pan-wood-board-cherry-tomatoes-parsley-red-white-checkered-tablecloth-grey-background_140725-144757.jpg", imageAlt: "Grilled fish fillet with lemon and herbs"},
{
id: "p5",
name: "Classic Dal Makhani",
price: "₹399",
imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg",
imageAlt: "Creamy Dal Makhani bowl with naan bread",
},
id: "p5", name: "Classic Dal Makhani", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/papas-arrugadas-with-mojo-gofio-escaldado-wooden-table-traditional-canary-islands-food_123827-35733.jpg", imageAlt: "Creamy Dal Makhani bowl with naan bread"},
{
id: "p6",
name: "Assorted Bread Basket",
price: "₹249",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg",
imageAlt: "Freshly baked garlic naan and other Indian breads",
},
id: "p6", name: "Assorted Bread Basket", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg", imageAlt: "Freshly baked garlic naan and other Indian breads"},
]}
title="Our Exquisite Barbecue Menu"
description="Explore a symphony of smoky flavors and succulent meats, perfectly grilled and prepared to delight your palate."
@@ -225,28 +148,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Live Grills at Your Table",
description: "Enjoy the thrill of live barbecue grilling right at your table, ensuring freshness and flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/grilling-meat-barbecue_23-2147643503.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/people-tasting-cooked-barbecue-plates-table_23-2148167555.jpg",
title: "Live Grills at Your Table", description: "Enjoy the thrill of live barbecue grilling right at your table, ensuring freshness and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/grilling-meat-barbecue_23-2147643503.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/people-tasting-cooked-barbecue-plates-table_23-2148167555.jpg", buttonText: "Explore More"
},
{
title: "Exquisite Craft Cocktails",
description: "Our expert mixologists craft unique cocktails to perfectly complement your barbecue feast.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370299.jpg",
title: "Exquisite Craft Cocktails", description: "Our expert mixologists craft unique cocktails to perfectly complement your barbecue feast.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370299.jpg", buttonText: "Discover More"
},
{
title: "Elegant & Vibrant Ambiance",
description: "Dine in a sophisticated setting with a lively atmosphere, perfect for any occasion.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg",
title: "Elegant & Vibrant Ambiance", description: "Dine in a sophisticated setting with a lively atmosphere, perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg", buttonText: "Experience More"
},
{
title: "Impeccable Service",
description: "Our dedicated team ensures every detail of your dining experience is flawless and memorable.",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plates-wooden-table_23-2147936236.jpg",
title: "Impeccable Service", description: "Our dedicated team ensures every detail of your dining experience is flawless and memorable.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plates-wooden-table_23-2147936236.jpg", buttonText: "Read More"
},
]}
title="The Themis Barbecue Experience"
@@ -259,39 +170,19 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ananya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
imageAlt: "Happy customer Ananya Sharma",
description: "The ambiance is exquisite, and the food is simply divine. A truly unforgettable dining experience!",
id: "1", name: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", imageAlt: "Happy customer Ananya Sharma"
},
{
id: "2",
name: "Rohit Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-restaurant_23-2148899030.jpg",
imageAlt: "Satisfied diner Rohit Kumar",
description: "The best barbecue I've had in Delhi! Every dish was perfectly seasoned and cooked to perfection.",
id: "2", name: "Rohit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-restaurant_23-2148899030.jpg", imageAlt: "Satisfied diner Rohit Kumar"
},
{
id: "3",
name: "Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg",
imageAlt: "Smiling guest Priya Singh",
description: "Fantastic service and a vibrant atmosphere. The live grill concept is a definite highlight!",
id: "3", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", imageAlt: "Smiling guest Priya Singh"
},
{
id: "4",
name: "Vikramjeet Das",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg",
imageAlt: "Happy diner Vikramjeet Das",
description: "A must-visit for barbecue lovers! The variety and quality of meats are exceptional.",
id: "4", name: "Vikramjeet Das", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg", imageAlt: "Happy diner Vikramjeet Das"
},
{
id: "5",
name: "Meera Rao",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg",
imageAlt: "Content customer Meera Rao",
description: "From starters to desserts, everything was incredible. The craft cocktails are a delightful addition.",
id: "5", name: "Meera Rao", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg", imageAlt: "Content customer Meera Rao"
},
]}
cardTitle="Our Guests Love Us"
@@ -305,14 +196,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Food Critics Choice",
"Masterchef Approved",
"Luxury Dining Magazine",
"Dining Excellence Award",
"Gourmet Guide",
"Travel & Food Blog",
"Local Favorite",
]}
"Food Critics Choice", "Masterchef Approved", "Luxury Dining Magazine", "Dining Excellence Award", "Gourmet Guide", "Travel & Food Blog", "Local Favorite"]}
title="Recognized for Culinary Excellence"
description="Proudly featured and celebrated by leading food critics and guides in the industry."
tag="Culinary Accolades"
@@ -324,30 +208,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "How can I make a reservation?",
content: "You can make a reservation directly through our website's contact section, or by calling us during opening hours. We recommend booking in advance, especially for weekends.",
},
id: "faq1", title: "How can I make a reservation?", content: "You can make a reservation directly through our website's contact section, or by calling us during opening hours. We recommend booking in advance, especially for weekends."},
{
id: "faq2",
title: "Do you offer vegetarian options?",
content: "Yes, our menu features a wide array of delicious vegetarian barbecue and main course options, including various paneer tikkas, grilled vegetables, and flavorful curries.",
},
id: "faq2", title: "Do you offer vegetarian options?", content: "Yes, our menu features a wide array of delicious vegetarian barbecue and main course options, including various paneer tikkas, grilled vegetables, and flavorful curries."},
{
id: "faq3",
title: "Can you accommodate dietary restrictions?",
content: "Absolutely. Please inform our staff about any allergies or dietary restrictions when making your reservation or upon arrival, and we will do our best to accommodate your needs.",
},
id: "faq3", title: "Can you accommodate dietary restrictions?", content: "Absolutely. Please inform our staff about any allergies or dietary restrictions when making your reservation or upon arrival, and we will do our best to accommodate your needs."},
{
id: "faq4",
title: "Do you have private dining options for events?",
content: "Yes, we offer private dining areas perfect for corporate events, family celebrations, or intimate gatherings. Please contact us for more details and booking availability.",
},
id: "faq4", title: "Do you have private dining options for events?", content: "Yes, we offer private dining areas perfect for corporate events, family celebrations, or intimate gatherings. Please contact us for more details and booking availability."},
{
id: "faq5",
title: "What are your operating hours?",
content: "We are open from 12:00 PM to 3:00 PM for lunch and 7:00 PM to 11:00 PM for dinner, seven days a week.",
},
id: "faq5", title: "What are your operating hours?", content: "We are open from 12:00 PM to 3:00 PM for lunch and 7:00 PM to 11:00 PM for dinner, seven days a week."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common queries about reservations, dining, and our services."
@@ -360,8 +229,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Book Your Table"
title="Make a Reservation Today"
description="Ensure your spot for an unforgettable dining experience at Themis Barbecue House CP. Fill out the form below or call us directly."
@@ -382,66 +250,39 @@ export default function LandingPage() {
logoText="Themis Barbecue House"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Kebabs",
href: "#menu",
},
label: "Kebabs", href: "#menu"},
{
label: "Grilled Mains",
href: "#menu",
},
label: "Grilled Mains", href: "#menu"},
{
label: "Vegetarian Delights",
href: "#menu",
},
label: "Vegetarian Delights", href: "#menu"},
{
label: "Desserts",
href: "#menu",
},
label: "Desserts", href: "#menu"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "The Experience",
href: "#features",
},
label: "The Experience", href: "#features"},
{
label: "Customer Reviews",
href: "#testimonials",
},
label: "Customer Reviews", href: "#testimonials"},
{
label: "FAQs",
href: "#faqs",
},
label: "FAQs", href: "#faqs"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Location",
href: "https://maps.google.com/?q=Themis+Barbecue+House+CP",
},
label: "Location", href: "https://maps.google.com/?q=Themis+Barbecue+House+CP"},
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
],
},
]}