Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-03 05:43:17 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
]}
brandName="Hotel Kinara"
/>
@@ -58,60 +43,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Welcome to Hotel Kinara"
description="Experience the finest flavors of Seafood, Chinese, and North Indian cuisine in the heart of Naigaon."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-sitting-room-watching-videos-laptop-eating-lunch-breakfast_1258-254353.jpg",
alt: "Customer dining",
},
{
src: "http://img.b2bpic.net/free-photo/two-happy-friends-watch-video-mobile-phone-have-coffee-break-after-classes-wear-spectacles-eat-delicious-salad-drink-coffee-pose-against-cozy-cafe-interior-connected-wireless-internet_273609-29068.jpg",
alt: "Smiling diner",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg",
alt: "Happy guest",
},
{
src: "http://img.b2bpic.net/free-photo/woman-talking-phone-holding-paper-bag_23-2148332165.jpg",
alt: "Satisfied customer",
},
{
src: "http://img.b2bpic.net/free-photo/healthy-woman-eating-veggie-salad_1398-3599.jpg",
alt: "Woman eating salad",
},
{ src: "https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=600", alt: "Customer dining" },
{ src: "https://images.unsplash.com/photo-1552566626-52f8b828add9?q=80&w=600", alt: "Smiling diner" },
{ src: "https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=600", alt: "Happy guest" },
{ src: "https://images.unsplash.com/photo-1592861956120-e524fc739696?q=80&w=600", alt: "Satisfied customer" },
{ src: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=80&w=600", alt: "Woman eating salad" },
]}
avatarText="Loved by 3.5K+ diners"
marqueeItems={[
{
type: "text-icon",
text: "Fresh Ingredients",
icon: Leaf,
},
{
type: "text-icon",
text: "Authentic Spices",
icon: Flame,
},
{
type: "text-icon",
text: "Family Friendly",
icon: Users,
},
{
type: "text-icon",
text: "Rooftop Dining",
icon: Moon,
},
{
type: "text-icon",
text: "Private Events",
icon: CalendarDays,
},
{ type: "text-icon", text: "Fresh Ingredients", icon: Leaf },
{ type: "text-icon", text: "Authentic Spices", icon: Flame },
{ type: "text-icon", text: "Family Friendly", icon: Users },
{ type: "text-icon", text: "Rooftop Dining", icon: Moon },
{ type: "text-icon", text: "Private Events", icon: CalendarDays },
]}
/>
</div>
@@ -124,7 +72,7 @@ export default function LandingPage() {
description="Hotel Kinara has been serving the community with authentic culinary experiences for years. Our commitment to freshness and tradition ensures every meal is a memorable one."
subdescription="Whether you're visiting for a quiet family dinner or a festive rooftop party, we provide the perfect setting for your appetite."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
imageSrc="https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=1200"
mediaAnimation="slide-up"
/>
</div>
@@ -135,36 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Seafood",
author: "Culinary Team",
description: "Expertly seasoned local catches served fresh.",
tags: [
"Seafood",
],
imageSrc: "http://img.b2bpic.net/free-photo/holiday-cheese-menu-with-fruit-nuts-sauce_7502-7079.jpg",
},
{
id: "f2",
title: "North Indian",
author: "Head Chef",
description: "Authentic spices and slow-cooked perfection.",
tags: [
"Indian",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-around-world_23-2151937420.jpg",
},
{
id: "f3",
title: "Chinese Delights",
author: "Asian Cuisine",
description: "Classic dishes with a modern, savory twist.",
tags: [
"Chinese",
],
imageSrc: "http://img.b2bpic.net/free-photo/food-bowl-with-sticks-high-angle_23-2148771254.jpg",
},
{ id: "f1", title: "Fresh Seafood", author: "Culinary Team", description: "Expertly seasoned local catches served fresh.", tags: ["Seafood"], imageSrc: "https://images.unsplash.com/photo-1625937659734-e85d263b6559?q=80&w=800" },
{ id: "f2", title: "North Indian", author: "Head Chef", description: "Authentic spices and slow-cooked perfection.", tags: ["Indian"], imageSrc: "https://images.unsplash.com/photo-1585937421612-70a008356fbe?q=80&w=800" },
{ id: "f3", title: "Chinese Delights", author: "Asian Cuisine", description: "Classic dishes with a modern, savory twist.", tags: ["Chinese"], imageSrc: "https://images.unsplash.com/photo-1534604973900-c43ab4c2e0ab?q=80&w=800" },
]}
title="Our Signature Cuisines"
description="Dive into a world of diverse, mouth-watering specialties prepared with passion."
@@ -178,48 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Prawn Masala",
price: "₹450",
variant: "Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg",
},
{
id: "p2",
name: "Dal Makhani",
price: "₹280",
variant: "Vegetarian",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bowl-soup-food-photography-recipe-idea_53876-41053.jpg",
},
{
id: "p3",
name: "Schezwan Noodles",
price: "₹320",
variant: "Chinese",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-vegetables_23-2148377506.jpg",
},
{
id: "p4",
name: "Grilled Fish",
price: "₹500",
variant: "Seafood",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg",
},
{
id: "p5",
name: "Veg Platter",
price: "₹380",
variant: "Indian",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4659.jpg",
},
{
id: "p6",
name: "Dim Sums",
price: "₹250",
variant: "Chinese",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dumplings-concept_23-2148678788.jpg",
},
{ id: "p1", name: "Prawn Masala", price: "₹450", variant: "Spicy", imageSrc: "https://images.unsplash.com/photo-1599084993091-1cb5c0721cc6?q=80&w=600" },
{ id: "p2", name: "Dal Makhani", price: "₹280", variant: "Vegetarian", imageSrc: "https://images.unsplash.com/photo-1546833999-b9f581a1996d?q=80&w=600" },
{ id: "p3", name: "Schezwan Noodles", price: "₹320", variant: "Chinese", imageSrc: "https://images.unsplash.com/photo-1585032226651-759b368d7246?q=80&w=600" },
{ id: "p4", name: "Grilled Fish", price: "₹500", variant: "Seafood", imageSrc: "https://images.unsplash.com/photo-1626645738196-c2a7c87a8f58?q=80&w=600" },
{ id: "p5", name: "Veg Platter", price: "₹380", variant: "Indian", imageSrc: "https://images.unsplash.com/photo-1540189549336-e6e99c3675fe?q=80&w=600" },
{ id: "p6", name: "Dim Sums", price: "₹250", variant: "Chinese", imageSrc: "https://images.unsplash.com/photo-1563241522-386d499426f0?q=80&w=600" },
]}
title="Explore Our Menu"
description="Discover a curated selection of our most loved dishes."
@@ -230,31 +115,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Ananya P.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006708.jpg",
},
{
id: "t2",
name: "Rahul M.",
imageSrc: "http://img.b2bpic.net/free-photo/image-pleasant-looking-joyful-multiethnic-women-watch-comedy-cell-phone_273609-28695.jpg",
},
{
id: "t3",
name: "Sunita K.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
},
{
id: "t4",
name: "Vikram S.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
},
{
id: "t5",
name: "Meera D.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg",
},
{ id: "t1", name: "Ananya P.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=400" },
{ id: "t2", name: "Rahul M.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400" },
{ id: "t3", name: "Sunita K.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=400" },
{ id: "t4", name: "Vikram S.", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=400" },
{ id: "t5", name: "Meera D.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=400" },
]}
cardTitle="What Diners Say"
cardTag="4.3 Stars"
@@ -266,21 +131,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer rooftop seating?",
content: "Yes, we provide beautiful rooftop seating for an enhanced dining experience.",
},
{
id: "q2",
title: "Is private dining available?",
content: "Absolutely, we have private dining rooms for your special events and gatherings.",
},
{
id: "q3",
title: "What are your opening hours?",
content: "We are open daily starting at 11:30 AM.",
},
{ id: "q1", title: "Do you offer rooftop seating?", content: "Yes, we provide beautiful rooftop seating for an enhanced dining experience." },
{ id: "q2", title: "Is private dining available?", content: "Absolutely, we have private dining rooms for your special events and gatherings." },
{ id: "q3", title: "What are your opening hours?", content: "We are open daily starting at 11:30 AM." },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -290,18 +143,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Ready for a Meal?"
description="Find us at Pachu Bandar, Rajani Road, Naigaon West, Mumbai. Call us to book a table."
buttons={[
{
text: "Call Now",
href: "tel:09765640961",
},
]}
buttons={[{ text: "Call Now", href: "tel:09765640961" }]}
/>
</div>
@@ -309,32 +155,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Hotel Kinara"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Directions",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Directions", href: "#" }] },
]}
/>
</div>