Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:44:20 +00:00
parent 589961b6af
commit 6e0110f896

View File

@@ -30,22 +30,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="Sukhsagar Inn"
/>
@@ -53,107 +44,36 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Pure Veg Family Dining Experience"
description="Authentic South Indian, Punjabi, Chinese & Jain Food in Nashik."
testimonials={[
{
name: "Rajesh K.",
handle: "@nashikfoodie",
testimonial: "The best pure veg food in Nashik. Paneer Lacheda is a must!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=1",
},
{
name: "Anita S.",
handle: "@familydining",
testimonial: "Excellent hygiene and atmosphere for family gatherings.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=1",
},
{
name: "Vikram P.",
handle: "@foodlover",
testimonial: "Authentic taste, great service and ample parking space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-unshaven-young-dark-skinned-male-laughing-out-loud_273609-14042.jpg?_wi=1",
},
{
name: "Sneha R.",
handle: "@vegfoodies",
testimonial: "Delicious Jain options and fast service.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg?_wi=1",
},
{
name: "Kiran M.",
handle: "@foodie_kiran",
testimonial: "My go-to place for pure veg in Nashik. Excellent!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg?_wi=1",
},
{ name: "Rajesh K.", handle: "@nashikfoodie", testimonial: "The best pure veg food in Nashik. Paneer Lacheda is a must!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
{ name: "Anita S.", handle: "@familydining", testimonial: "Excellent hygiene and atmosphere for family gatherings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg" },
{ name: "Vikram P.", handle: "@foodlover", testimonial: "Authentic taste, great service and ample parking space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-unshaven-young-dark-skinned-male-laughing-out-loud_273609-14042.jpg" },
{ name: "Sneha R.", handle: "@vegfoodies", testimonial: "Delicious Jain options and fast service.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg" },
{ name: "Kiran M.", handle: "@foodie_kiran", testimonial: "My go-to place for pure veg in Nashik. Excellent!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg" }
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Reserve Table",
href: "#contact",
},
{
text: "WhatsApp Now",
href: "https://wa.me/yournumber",
},
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Table", href: "#contact" },
{ text: "WhatsApp Now", href: "https://wa.me/yournumber" }
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"
imageAlt="Hotel Sukhsagar Inn exterior at night"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg", alt: "Customer 5" }
]}
marqueeItems={[
{
type: "text",
text: "100% Pure Veg",
},
{
type: "text",
text: "Authentic Jain Options",
},
{
type: "text",
text: "Family Friendly",
},
{
type: "text",
text: "Premium Ambience",
},
{
type: "text",
text: "Located in Nashik",
},
{ type: "text", text: "100% Pure Veg" },
{ type: "text", text: "Authentic Jain Options" },
{ type: "text", text: "Family Friendly" },
{ type: "text", text: "Premium Ambience" },
{ type: "text", text: "Located in Nashik" }
]}
/>
</div>
@@ -163,21 +83,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Pure Taste"
metrics={[
{
icon: ShieldCheck,
label: "Pure Veg Excellence",
value: "100%",
},
{
icon: Users,
label: "Daily Visitors",
value: "500+",
},
{
icon: Award,
label: "Happy Years",
value: "15+",
},
{ icon: ShieldCheck, label: "Pure Veg Excellence", value: "100%" },
{ icon: Users, label: "Daily Visitors", value: "500+" },
{ icon: Award, label: "Happy Years", value: "15+" }
]}
metricsAnimation="slide-up"
/>
@@ -189,26 +97,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "100% Pure Veg",
description: "Strict vegetarian standards with finest quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-vector/leaf-circles-set-two_78370-10823.jpg",
},
{
title: "Family Friendly",
description: "Welcoming atmosphere for families of all ages.",
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg",
},
{
title: "Jain Food Available",
description: "Dedicated prep areas for authentic Jain cuisine.",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-labels_23-2149435895.jpg",
},
{
title: "Reservations Required",
description: "Ensure your table by booking in advance.",
imageSrc: "http://img.b2bpic.net/free-vector/airport-concept-illustration-woman-airport-check-terminal_24908-61083.jpg",
},
{ title: "100% Pure Veg", description: "Strict vegetarian standards with finest quality ingredients.", imageSrc: "http://img.b2bpic.net/free-vector/leaf-circles-set-two_78370-10823.jpg" },
{ title: "Family Friendly", description: "Welcoming atmosphere for families of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg" },
{ title: "Jain Food Available", description: "Dedicated prep areas for authentic Jain cuisine.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-indian-restaurant-labels_23-2149435895.jpg" },
{ title: "Reservations Required", description: "Ensure your table by booking in advance.", imageSrc: "http://img.b2bpic.net/free-vector/airport-concept-illustration-woman-airport-check-terminal_24908-61083.jpg" }
]}
title="Why Dine With Us?"
description="We blend quality, taste, and hospitality for a premium dining experience."
@@ -222,48 +114,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Paneer Lacheda",
price: "₹280",
variant: "Punjabi Special",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg",
},
{
id: "2",
name: "Dal Khichdi",
price: "₹180",
variant: "Comfort",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086030.jpg",
},
{
id: "3",
name: "Mango Mastani",
price: "₹150",
variant: "Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-vegetable-salad-carrot-cucumbers-pineapple-corns-glass-wooden-table_140725-11939.jpg",
},
{
id: "4",
name: "Shev Bhaji",
price: "₹160",
variant: "Maharashtrian",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-fork-spoon-wooden-table_1150-21340.jpg",
},
{
id: "5",
name: "Garlic Bread",
price: "₹140",
variant: "Fast Food",
imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-wooden-board_114579-69669.jpg",
},
{
id: "6",
name: "Buttermilk",
price: "₹60",
variant: "Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-phone-coffee_1303-9003.jpg",
},
{ id: "1", name: "Paneer Lacheda", price: "₹280", variant: "Punjabi Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg" },
{ id: "2", name: "Dal Khichdi", price: "₹180", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086030.jpg" },
{ id: "3", name: "Mango Mastani", price: "₹150", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-vegetable-salad-carrot-cucumbers-pineapple-corns-glass-wooden-table_140725-11939.jpg" },
{ id: "4", name: "Shev Bhaji", price: "₹160", variant: "Maharashtrian", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-fork-spoon-wooden-table_1150-21340.jpg" },
{ id: "5", name: "Garlic Bread", price: "₹140", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-wooden-board_114579-69669.jpg" },
{ id: "6", name: "Buttermilk", price: "₹60", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-phone-coffee_1303-9003.jpg" }
]}
title="Signature Menu"
description="Explore our handcrafted delicacies crafted with passion. Avg price: ₹200₹400/person"
@@ -272,39 +128,16 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Modern Ambience",
description: "Relaxed and upscale dining environment.",
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg",
},
{
title: "Dining Area",
description: "Spacious seating for groups and families.",
imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg",
},
{
title: "Gourmet Kitchen",
description: "Where culinary magic comes to life.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg",
},
{
title: "Exterior View",
description: "Iconic Dindori Road location.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-marvel-illuminated-night_23-2152006133.jpg",
},
{
title: "Fresh Dishes",
description: "Plated to perfection every time.",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg",
},
{
title: "Night Mood",
description: "Perfect for late night cravings.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg",
},
{ title: "Modern Ambience", description: "Relaxed and upscale dining environment.", imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg" },
{ title: "Dining Area", description: "Spacious seating for groups and families.", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg" },
{ title: "Gourmet Kitchen", description: "Where culinary magic comes to life.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg" },
{ title: "Exterior View", description: "Iconic Dindori Road location.", imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-marvel-illuminated-night_23-2152006133.jpg" },
{ title: "Fresh Dishes", description: "Plated to perfection every time.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg" },
{ title: "Night Mood", description: "Perfect for late night cravings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg" }
]}
title="Experience Sukhsagar"
description="Peek into our elegant dining spaces and culinary craftsmanship."
@@ -317,60 +150,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Amit Shah",
role: "Frequent Diner",
company: "Nashik",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=2",
},
{
id: "2",
name: "Priya V.",
role: "Foodie",
company: "Nashik",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2",
},
{
id: "3",
name: "Rahul Deshmukh",
role: "Business Owner",
company: "Nashik",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-unshaven-young-dark-skinned-male-laughing-out-loud_273609-14042.jpg?_wi=2",
},
{
id: "4",
name: "Sunita K.",
role: "Traveler",
company: "Nashik",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg?_wi=2",
},
{
id: "5",
name: "Vikram A.",
role: "Local Resident",
company: "Nashik",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg?_wi=2",
},
{ id: "1", name: "Amit Shah", role: "Frequent Diner", company: "Nashik", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
{ id: "2", name: "Priya V.", role: "Foodie", company: "Nashik", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg" },
{ id: "3", name: "Rahul Deshmukh", role: "Business Owner", company: "Nashik", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/handsome-unshaven-young-dark-skinned-male-laughing-out-loud_273609-14042.jpg" },
{ id: "4", name: "Sunita K.", role: "Traveler", company: "Nashik", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg" },
{ id: "5", name: "Vikram A.", role: "Local Resident", company: "Nashik", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg" }
]}
kpiItems={[
{
label: "Google Reviews",
value: "531+",
},
{
label: "Star Rating",
value: "4.2",
},
{
label: "Daily Patrons",
value: "500+",
},
{ label: "Google Reviews", value: "531+" },
{ label: "Star Rating", value: "4.2" },
{ label: "Daily Patrons", value: "500+" }
]}
title="Loved by Our Guests"
description="4.2 Star Rating with 531+ Google Reviews."
@@ -380,19 +169,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Visit us at Dindori Road, Pimpalnare, Nashik. Open till 12:00 AM."
buttons={[
{
text: "Call Now",
href: "tel:+91XXXXXXXXXX",
},
{
text: "Get Directions",
href: "https://maps.google.com",
},
{ text: "Call Now", href: "tel:+91XXXXXXXXXX" },
{ text: "Get Directions", href: "https://maps.google.com" }
]}
/>
</div>
@@ -400,14 +181,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hotel Sukhsagar Inn"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "© 2024 Hotel Sukhsagar Inn",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 Hotel Sukhsagar Inn", href: "#" }}
/>
</div>
</ReactLenis>