Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-12 08:57:57 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Terrace House"
/>
@@ -58,33 +43,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Authentic Flavors, Elevated Terrace Dining"
description="Experience the rich heritage of North Indian cuisine in the heart of Faridabad. Whether it's our vibrant indoor dining or our starlit terrace, we promise an unforgettable culinary journey."
tag="Visit Us at Sector 1, Ballabhgarh"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/intresting-indian-food-dish-with-pita_23-2148294984.jpg",
imageAlt: "North Indian Cuisine Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg",
imageAlt: "Restaurant Terrace Ambiance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lavash-spices-near-rice-dish_23-2147894629.jpg",
imageAlt: "Lavash and spices near rice dish",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20634.jpg",
imageAlt: "Indian butter chicken in black bowl on wooden table",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pav-bhaji-meal-with-butter-bread-rolls_23-2151996240.jpg",
imageAlt: "Delicious pav bhaji meal with butter and bread rolls",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/intresting-indian-food-dish-with-pita_23-2148294984.jpg", imageAlt: "North Indian Cuisine Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg", imageAlt: "Restaurant Terrace Ambiance" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -109,48 +74,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Veg Thali",
price: "₹200",
variant: "Authentic",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg",
},
{
id: "p2",
name: "Afghani Chaap",
price: "₹250",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-marshmallows-stick-small-cup_23-2147955805.jpg",
},
{
id: "p3",
name: "Double Cheese Pizza",
price: "₹350",
variant: "Cheesy",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg",
},
{
id: "p4",
name: "Momos",
price: "₹150",
variant: "Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/khinkali-with-meat-salad-bread-compote-salt-table_140725-11079.jpg",
},
{
id: "p5",
name: "Chilli Potato",
price: "₹180",
variant: "Crispy",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-potatoes-with-fresh-cucumber-red-orange-peppers-red-cabbage-garlic-dark-grey-background_141793-7381.jpg",
},
{
id: "p6",
name: "Grill Sandwich",
price: "₹120",
variant: "Snack",
imageSrc: "http://img.b2bpic.net/free-photo/tomato-plate-healthy-sandwich-gourmet_1203-4090.jpg",
},
{ id: "p1", name: "Veg Thali", price: "₹200", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg" },
{ id: "p2", name: "Afghani Chaap", price: "₹250", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/roasted-marshmallows-stick-small-cup_23-2147955805.jpg" },
{ id: "p3", name: "Double Cheese Pizza", price: "₹350", variant: "Cheesy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg" },
{ id: "p4", name: "Momos", price: "₹150", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/khinkali-with-meat-salad-bread-compote-salt-table_140725-11079.jpg" },
{ id: "p5", name: "Chilli Potato", price: "₹180", variant: "Crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-potatoes-with-fresh-cucumber-red-orange-peppers-red-cabbage-garlic-dark-grey-background_141793-7381.jpg" },
{ id: "p6", name: "Grill Sandwich", price: "₹120", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/tomato-plate-healthy-sandwich-gourmet_1203-4090.jpg" }
]}
title="Popular Menu Highlights"
description="From savory starters to our signature thalis, every bite is crafted with passion."
@@ -161,15 +90,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"Foodie Rewards",
"Zomato Top Rated",
"Swiggy Trusted",
"Local Choice Awards",
"Community Favorite",
"North Indian Specials",
"Best Terrace Dining",
]}
names={["Foodie Rewards", "Zomato Top Rated", "Swiggy Trusted", "Local Choice Awards", "Community Favorite", "North Indian Specials", "Best Terrace Dining"]}
title="Trusted by Thousands"
description="Recognized for our quality, service, and vibrant atmosphere by local food lovers."
/>
@@ -181,41 +102,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Rano Dhiman",
handle: "@rano",
testimonial: "Everything was well organised, prices are reasonable, staff was really cooperative.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117545.jpg",
},
{
id: "2",
name: "Muskan Chaudhary",
handle: "@muskan",
testimonial: "Terrace house Restaurant is always my first option. Both indoor and terrace have commendable ambience.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
},
{
id: "3",
name: "Amit Kumar",
handle: "@amit",
testimonial: "Food is stunning, ambience is awesome on both the terrace and downstairs. Love this place!",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
},
{
id: "4",
name: "Sarah J.",
handle: "@sarah",
testimonial: "Excellent service and very tasty food. A perfect spot for family outings.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
},
{
id: "5",
name: "Michael Chen",
handle: "@mchen",
testimonial: "The staff works very well and the facility is superb. Definitely visiting again.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
},
{ id: "1", name: "Rano Dhiman", handle: "@rano", testimonial: "Everything was well organised, prices are reasonable, staff was really cooperative.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117545.jpg" },
{ id: "2", name: "Muskan Chaudhary", handle: "@muskan", testimonial: "Terrace house Restaurant is always my first option. Both indoor and terrace have commendable ambience.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg" },
{ id: "3", name: "Amit Kumar", handle: "@amit", testimonial: "Food is stunning, ambience is awesome on both the terrace and downstairs. Love this place!", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
{ id: "4", name: "Sarah J.", handle: "@sarah", testimonial: "Excellent service and very tasty food. A perfect spot for family outings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" },
{ id: "5", name: "Michael Chen", handle: "@mchen", testimonial: "The staff works very well and the facility is superb. Definitely visiting again.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" }
]}
title="Hear From Our Guests"
description="Don't take our word for it—listen to the families and food enthusiasts who make us their first choice."
@@ -228,21 +119,9 @@ export default function LandingPage() {
title="Our Impact"
tag="Success Stats"
metrics={[
{
id: "m1",
value: "4.4+",
description: "Star Rating",
},
{
id: "m2",
value: "390+",
description: "Happy Reviews",
},
{
id: "m3",
value: "10+ Yrs",
description: "Serving Joy",
},
{ id: "m1", value: "4.4+", description: "Star Rating" },
{ id: "m2", value: "390+", description: "Happy Reviews" },
{ id: "m3", value: "10+ Yrs", description: "Serving Joy" }
]}
metricsAnimation="slide-up"
/>
@@ -253,21 +132,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you have terrace seating?",
content: "Yes, we offer both indoor and open-air terrace seating options.",
},
{
id: "f2",
title: "What are the operating hours?",
content: "We are open daily and close at 11 PM.",
},
{
id: "f3",
title: "Is delivery available?",
content: "Yes, we offer both delivery and take-away services.",
},
{ id: "f1", title: "Do you have terrace seating?", content: "Yes, we offer both indoor and open-air terrace seating options." },
{ id: "f2", title: "What are the operating hours?", content: "We are open daily and close at 11 PM." },
{ id: "f3", title: "Is delivery available?", content: "Yes, we offer both delivery and take-away services." }
]}
title="Common Questions"
description="Have questions about our restaurant or services? Find answers here."
@@ -278,9 +145,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Book Your Table Today"
description="Whether it's a family dinner or a small celebration, we are ready to serve you. Visit us in Faridabad or reserve your table now."
@@ -292,17 +157,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Terrace House"
leftLink={{
text: "Contact Us",
href: "#contact",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Contact Us", href: "#contact" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}