Update src/app/page.tsx

This commit is contained in:
2026-04-06 16:41:05 +00:00
parent 410485347a
commit 5d396cff29

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Hotel Saish"
/>
@@ -52,67 +44,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Authentic Malvani Taste is Coming Back"
description="We are reopening soon with delicious Veg & Non-Veg meals at affordable prices. Experience the true taste of Maharashtra."
buttons={[
{
text: "Call Now",
href: "tel:+919421121282",
},
text: "Call Now", href: "tel:+919421121282"},
{
text: "Enquire Now",
href: "#contact",
},
text: "Enquire Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg?_wi=1"
imageAlt="Traditional Chicken Malvani Dish"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/trans-couple-being-happy-smiling-while-having-picnic-park_23-2149304539.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/trans-couple-being-happy-smiling-while-having-picnic-park_23-2149304539.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/joyful-young-female-cook-chef-uniform-holding-whisk-bowl-with-closed-eyes-isolated-orange_141793-84196.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/joyful-young-female-cook-chef-uniform-holding-whisk-bowl-with-closed-eyes-isolated-orange_141793-84196.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Customer 5"},
]}
avatarText="279+ Satisfied Food Lovers"
marqueeItems={[
{
type: "text",
text: "Spicy Malvani Chicken",
},
type: "text", text: "Spicy Malvani Chicken"},
{
type: "text",
text: "Fresh Veg Thali",
},
type: "text", text: "Fresh Veg Thali"},
{
type: "text",
text: "Traditional Spices",
},
type: "text", text: "Traditional Spices"},
{
type: "text",
text: "Authentic Recipes",
},
type: "text", text: "Authentic Recipes"},
{
type: "text",
text: "Family Friendly",
},
type: "text", text: "Family Friendly"},
]}
/>
</div>
@@ -125,45 +92,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rajesh K.",
role: "Food Blogger",
company: "Local Foodie",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg",
},
id: "1", name: "Rajesh K.", role: "Food Blogger", company: "Local Foodie", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg"},
{
id: "2",
name: "Sunita P.",
role: "Customer",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-being-happy-smiling-while-having-picnic-park_23-2149304539.jpg",
},
id: "2", name: "Sunita P.", role: "Customer", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-being-happy-smiling-while-having-picnic-park_23-2149304539.jpg"},
{
id: "3",
name: "Amit M.",
role: "Customer",
company: "Local Resident",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-female-cook-chef-uniform-holding-whisk-bowl-with-closed-eyes-isolated-orange_141793-84196.jpg",
},
id: "3", name: "Amit M.", role: "Customer", company: "Local Resident", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-female-cook-chef-uniform-holding-whisk-bowl-with-closed-eyes-isolated-orange_141793-84196.jpg"},
{
id: "4",
name: "Priya D.",
role: "Customer",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
},
id: "4", name: "Priya D.", role: "Customer", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
{
id: "5",
name: "Vikram S.",
role: "Customer",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
},
id: "5", name: "Vikram S.", role: "Customer", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg"},
]}
title="What Our Happy Customers Say"
description="Join 279+ satisfied food lovers who enjoy our authentic taste."
@@ -176,23 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Chicken Malvani",
description: "Our signature dish, slow-cooked in traditional Malvani spices.",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-oil-salt-sauce-onion-garlic-chicken-with-herbs-lavash-board_140725-73745.jpg",
imageAlt: "Chicken Malvani",
},
title: "Chicken Malvani", description: "Our signature dish, slow-cooked in traditional Malvani spices.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-oil-salt-sauce-onion-garlic-chicken-with-herbs-lavash-board_140725-73745.jpg", imageAlt: "Chicken Malvani"},
{
title: "Veg Thali",
description: "Healthy and nutritious traditional vegetarian Maharashtrian meal.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79680.jpg",
imageAlt: "Veg Thali",
},
title: "Veg Thali", description: "Healthy and nutritious traditional vegetarian Maharashtrian meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79680.jpg", imageAlt: "Veg Thali"},
{
title: "Chicken Fry",
description: "Crispy, spicy, and perfectly seasoned chicken bites.",
imageSrc: "http://img.b2bpic.net/free-photo/sunday-roast-chicken-with-potatoes-holiday-meal_53876-103590.jpg",
imageAlt: "Chicken Fry",
},
title: "Chicken Fry", description: "Crispy, spicy, and perfectly seasoned chicken bites.", imageSrc: "http://img.b2bpic.net/free-photo/sunday-roast-chicken-with-potatoes-holiday-meal_53876-103590.jpg", imageAlt: "Chicken Fry"},
]}
title="Our Signature Specialties"
description="Discover our authentic Veg & Non-Veg menu options, including our famous Chicken Malvani."
@@ -207,17 +137,11 @@ export default function LandingPage() {
description="Hotel Saish is coming back under new management to serve the local community of Pusegaon. We pride ourselves on family-friendly service and budget-friendly, authentic recipes."
bulletPoints={[
{
title: "Family Friendly",
description: "A warm atmosphere for you and your loved ones.",
},
title: "Family Friendly", description: "A warm atmosphere for you and your loved ones."},
{
title: "Authentic Taste",
description: "Traditional recipes handed down through generations.",
},
title: "Authentic Taste", description: "Traditional recipes handed down through generations."},
{
title: "Affordable Price",
description: "Premium quality meals within ₹200400 per person.",
},
title: "Affordable Price", description: "Premium quality meals within ₹200400 per person."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-ceramic-plate-with-brown-white-checked-napkin-with-ribbon-wooden-dining-table-with-cutlery-christmas-dinner-concept_132075-6185.jpg"
imageAlt="Hotel Saish Interior"
@@ -231,22 +155,14 @@ export default function LandingPage() {
description="Interested in orders or events? We'll call you within 10 minutes."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Any special requirements?",
rows: 3,
name: "message", placeholder: "Any special requirements?", rows: 3,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg?_wi=2"
@@ -260,29 +176,19 @@ export default function LandingPage() {
logoText="Hotel Saish Pusegaon"
columns={[
{
title: "Location",
items: [
title: "Location", items: [
{
label: "P85C+363, Pusegaon",
href: "#",
},
label: "P85C+363, Pusegaon", href: "#"},
{
label: "Maharashtra 415502",
href: "#",
},
label: "Maharashtra 415502", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "094211 21282",
href: "tel:+919421121282",
},
label: "094211 21282", href: "tel:+919421121282"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
]}
@@ -292,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}