Merge version_1 into main #1
454
src/app/page.tsx
454
src/app/page.tsx
@@ -28,334 +28,148 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Bismi Hotel"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bismi Hotel"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Welcome to Bismi Hotel"
|
||||
description="Experience authentic flavors and warm hospitality in the heart of Kaithappoyil, Kerala. We pride ourselves on quality service and delicious traditional dishes."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul P.",
|
||||
handle: "@rahulp",
|
||||
testimonial: "Excellent food and a very cozy environment. Best spot for travelers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sana M.",
|
||||
handle: "@sanam",
|
||||
testimonial: "The best Biryani I have ever tasted in Kerala. So flavorful!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-sitting-bed-holding-glass-juice-healthy-slices-fruits-plate_23-2148033313.jpg",
|
||||
},
|
||||
{
|
||||
name: "Karthik K.",
|
||||
handle: "@karthikk",
|
||||
testimonial: "Clean, hygienic, and very polite service. Highly recommended.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ananya J.",
|
||||
handle: "@ananyaj",
|
||||
testimonial: "The atmosphere is perfect for a family dinner. Loved it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462484.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vijay R.",
|
||||
handle: "@vijayr",
|
||||
testimonial: "Great value for money. The breakfast options are amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7220.jpg",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-stylish-young-woman-standing-restaurant_23-2147936182.jpg",
|
||||
alt: "Guest profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
alt: "Guest profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg",
|
||||
alt: "Guest profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
alt: "Guest profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
|
||||
alt: "Guest profile 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5000+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Kerala Cuisine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Hospitality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Great Ambience",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "plain" }}
|
||||
title="Welcome to Bismi Hotel"
|
||||
description="Experience authentic flavors and warm hospitality in the heart of Kaithappoyil, Kerala. We pride ourselves on quality service and delicious traditional dishes."
|
||||
testimonials={[
|
||||
{ name: "Rahul P.", handle: "@rahulp", testimonial: "Excellent food and a very cozy environment. Best spot for travelers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg" },
|
||||
{ name: "Sana M.", handle: "@sanam", testimonial: "The best Biryani I have ever tasted in Kerala. So flavorful!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-sitting-bed-holding-glass-juice-healthy-slices-fruits-plate_23-2148033313.jpg" },
|
||||
{ name: "Karthik K.", handle: "@karthikk", testimonial: "Clean, hygienic, and very polite service. Highly recommended.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg" },
|
||||
{ name: "Ananya J.", handle: "@ananyaj", testimonial: "The atmosphere is perfect for a family dinner. Loved it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462484.jpg" },
|
||||
{ name: "Vijay R.", handle: "@vijayr", testimonial: "Great value for money. The breakfast options are amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7220.jpg" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-stylish-young-woman-standing-restaurant_23-2147936182.jpg", alt: "Guest profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Guest profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg", alt: "Guest profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg", alt: "Guest profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg", alt: "Guest profile 5" }
|
||||
]}
|
||||
avatarText="Join 5000+ happy diners"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Authentic Kerala Cuisine" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Traditional Hospitality" },
|
||||
{ type: "text", text: "Family Friendly" },
|
||||
{ type: "text", text: "Great Ambience" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Quality"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Delicious Meals",
|
||||
value: "100+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "5000+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Quality"
|
||||
metrics={[
|
||||
{ icon: Utensils, label: "Delicious Meals", value: "100+" },
|
||||
{ icon: Users, label: "Happy Guests", value: "5000+" },
|
||||
{ icon: Award, label: "Years Experience", value: "10+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Traditional Kerala Cuisine",
|
||||
description: "Authentic recipes prepared with fresh, local ingredients.",
|
||||
tag: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-fried-eggs-spinach-tomatoes-bacon-white-background-with-napkin-fork_23-2147956856.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fresh Beverages",
|
||||
description: "Handcrafted drinks to keep you refreshed on your journey.",
|
||||
tag: "Refresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854425.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comfortable Dining",
|
||||
description: "Relax in our clean, family-friendly atmosphere.",
|
||||
tag: "Ambience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Discover our signature dishes and the comfort of our service."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Traditional Kerala Cuisine", description: "Authentic recipes prepared with fresh, local ingredients.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-fried-eggs-spinach-tomatoes-bacon-white-background-with-napkin-fork_23-2147956856.jpg" },
|
||||
{ id: "2", title: "Fresh Beverages", description: "Handcrafted drinks to keep you refreshed on your journey.", tag: "Refresh", imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854425.jpg" },
|
||||
{ id: "3", title: "Comfortable Dining", description: "Relax in our clean, family-friendly atmosphere.", tag: "Ambience", imageSrc: "http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg" }
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Discover our signature dishes and the comfort of our service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul P.",
|
||||
handle: "@rahulp",
|
||||
testimonial: "Excellent food and a very cozy environment. Best spot for travelers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-smiling-drinking-from-tubes-resting-cafe-outside-shot_176420-6937.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sana M.",
|
||||
handle: "@sanam",
|
||||
testimonial: "Authentic taste and very friendly staff. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-talking-phone-new-year-s-eve-party_23-2149144044.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karthik K.",
|
||||
handle: "@karthikk",
|
||||
testimonial: "Quick service and great hygiene. A must-visit place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ananya J.",
|
||||
handle: "@ananyaj",
|
||||
testimonial: "The biryani is simply fantastic. My favorite stop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-breakfast_1398-665.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vijay R.",
|
||||
handle: "@vijayr",
|
||||
testimonial: "Great atmosphere for families. We enjoyed every bit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-sitting-bed-holding-glass-juice-mobile-phone-looking-away_23-2148033310.jpg",
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Guests"
|
||||
description="We love serving our community and travelers passing through Kaithappoyil."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rahul P.", handle: "@rahulp", testimonial: "Excellent food and a very cozy environment. Best spot for travelers.", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-smiling-drinking-from-tubes-resting-cafe-outside-shot_176420-6937.jpg" },
|
||||
{ id: "2", name: "Sana M.", handle: "@sanam", testimonial: "Authentic taste and very friendly staff. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-talking-phone-new-year-s-eve-party_23-2149144044.jpg" },
|
||||
{ id: "3", name: "Karthik K.", handle: "@karthikk", testimonial: "Quick service and great hygiene. A must-visit place.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg" },
|
||||
{ id: "4", name: "Ananya J.", handle: "@ananyaj", testimonial: "The biryani is simply fantastic. My favorite stop.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-breakfast_1398-665.jpg" },
|
||||
{ id: "5", name: "Vijay R.", handle: "@vijayr", testimonial: "Great atmosphere for families. We enjoyed every bit.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-sitting-bed-holding-glass-juice-mobile-phone-looking-away_23-2148033310.jpg" }
|
||||
]}
|
||||
title="Hear From Our Guests"
|
||||
description="We love serving our community and travelers passing through Kaithappoyil."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Serving Hours",
|
||||
value: "Daily 7am-10pm",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: MapPin,
|
||||
title: "Location",
|
||||
value: "Kaithappoyil, Kerala",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Phone,
|
||||
title: "Support",
|
||||
value: "Available 24/7",
|
||||
},
|
||||
]}
|
||||
title="Serving with Pride"
|
||||
description="Our legacy is built on the satisfaction of our guests and the quality of our food."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: Clock, title: "Serving Hours", value: "Daily 7am-10pm" },
|
||||
{ id: "m2", icon: MapPin, title: "Location", value: "Kaithappoyil, Kerala" },
|
||||
{ id: "m3", icon: Phone, title: "Support", value: "Available 24/7" }
|
||||
]}
|
||||
title="Serving with Pride"
|
||||
description="Our legacy is built on the satisfaction of our guests and the quality of our food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you serve vegetarian options?",
|
||||
content: "Yes, we offer a variety of traditional vegetarian dishes.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we provide convenient parking for all our guests.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you accept digital payments?",
|
||||
content: "Yes, we accept all major digital payment methods.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about Bismi Hotel."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you serve vegetarian options?", content: "Yes, we offer a variety of traditional vegetarian dishes." },
|
||||
{ id: "q2", title: "Is parking available?", content: "Yes, we provide convenient parking for all our guests." },
|
||||
{ id: "q3", title: "Do you accept digital payments?", content: "Yes, we accept all major digital payment methods." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about Bismi Hotel."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Get in Touch"
|
||||
description="Have a query or want to place a bulk order? Contact us today."
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
tag="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
title="Get in Touch"
|
||||
description="Have a query or want to place a bulk order? Contact us today."
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
tag="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/labels-collection-hotel-business_23-2150245696.jpg"
|
||||
logoText="Bismi Hotel"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/labels-collection-hotel-business_23-2150245696.jpg"
|
||||
logoText="Bismi Hotel"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Specials", href: "#features" }, { label: "Drinks", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "Location", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user