11 Commits

Author SHA1 Message Date
b1f208b1a0 Update src/app/page.tsx 2026-03-12 12:11:30 +00:00
dfe71cfc04 Update src/app/page.tsx 2026-03-12 12:11:10 +00:00
cfdd5eeb5f Update src/app/page.tsx 2026-03-12 12:10:15 +00:00
b92f95ef85 Update src/app/page.tsx 2026-03-12 11:59:13 +00:00
e1b6ddc726 Update src/app/page.tsx 2026-03-12 11:58:09 +00:00
60da77af8e Merge version_2 into main
Merge version_2 into main
2026-03-12 11:54:40 +00:00
d7fac8c777 Update src/app/page.tsx 2026-03-12 11:54:36 +00:00
8427caac54 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:31:39 +00:00
98d5017384 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:24:44 +00:00
eb51c46f17 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:24:08 +00:00
9fe876d275 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:23:07 +00:00

View File

@@ -1,18 +1,22 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { useState } from "react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { MessageCircle } from 'lucide-react';
import { MessageCircle, Star, Users, Phone } from 'lucide-react';
export default function LandingPage() {
const [activeTab, setActiveTab] = useState('stay');
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -40,42 +44,67 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
title="Authentic Veg Food & Comfortable Stay in Deulgaon Raja"
<HeroCarouselLogo
logoText="Gokul Hotel"
description="Loved by travelers and families for genuine hospitality, clean rooms, and delicious traditional cuisine. Your trusted destination for food and rest."
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg", alt: "Business traveler guest" },
{ src: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", alt: "Family visitor guest" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat-holding-briefcase-with-both-hands-with-friendly-smile-enjoying-his-research-field-work-rainforest_273609-6322.jpg", alt: "Food traveler guest" }
]}
avatarText="Trusted by 500+ guests"
buttons={[
{ text: "Book Your Stay", href: "#booking" },
{ text: "Order Food", href: "#dining" }
{ text: "Book Your Stay", onClick: () => setActiveTab('stay') },
{ text: "Order Food", onClick: () => setActiveTab('dining') }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg?_wi=1", imageAlt: "Trusted Business Travelers" },
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg?_wi=1", imageAlt: "Family Visitors" },
{ imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat-holding-briefcase-with-both-hands-with-friendly-smile-enjoying-his-research-field-work-rainforest_273609-6322.jpg?_wi=1", imageAlt: "Food Enthusiasts" }
]}
buttonAnimation="slide-up"
ariaLabel="Gokul Hotel hero section"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
<SplitAbout
title="Welcome to Gokul Hotel"
description="For over two decades, Gokul Hotel has been Deulgaon Raja's most trusted destination for authentic vegetarian dining and comfortable accommodation. We pride ourselves on three core commitments: serving genuine, home-cooked Maharashtrian cuisine prepared fresh daily, maintaining pristine room cleanliness and hygiene standards, and offering warm, personalized hospitality that makes every guest feel like family. Whether you're traveling for business, visiting family, or exploring our region's rich food culture, Gokul Hotel is your home away from home."
tag="About Gokul"
imageSrc="http://img.b2bpic.net/free-photo/pillow-bed_74190-3678.jpg"
imageAlt="Gokul Hotel welcoming entrance"
useInvertedBackground={true}
textboxLayout="default"
bulletPoints={[
{ title: "Authentic Cuisine", description: "Traditional Maharashtrian recipes" },
{ title: "Clean Rooms", description: "Pristine accommodations" },
{ title: "Warm Hospitality", description: "Personalized service" }
]}
mediaAnimation="slide-up"
buttons={[
{ text: "View Our Rooms", href: "#rooms" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
title="Why Choose Gokul Hotel"
description="Experience the best of hospitality with our carefully curated services and amenities."
tag="Our Strengths"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1", title: "Authentic Cuisine", description: "Traditional Maharashtrian vegetarian recipes passed down through generations, prepared fresh daily with locally sourced ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dish-with-chicken-vegetables-grunge-wooden-desk_23-2148113625.jpg?_wi=1", imageAlt: "Authentic Cuisine"
},
{
id: "2", title: "Clean Rooms", description: "Pristine accommodations maintained to the highest hygiene standards, ensuring comfort and peace of mind for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-tablet-while-having-breakfast_23-2147601316.jpg", imageAlt: "Clean Rooms"
},
{
id: "3", title: "Warm Hospitality", description: "Genuine, personalized service that treats every guest like family, with 24/7 support for all your needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-enjoying-christmas-together-home_23-2149174158.jpg?_wi=1", imageAlt: "Warm Hospitality"
}
]}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
/>
</div>
<div id="dining" data-section="dining">
<ProductCardThree
<ProductCardTwo
title="Authentic Vegetarian Dining"
description="Experience the flavors of traditional Maharashtrian cuisine, prepared fresh daily with locally sourced ingredients and family recipes passed down through generations."
tag="Restaurant"
@@ -85,20 +114,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Traditional Thali", price: "₹150-250", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dish-with-chicken-vegetables-grunge-wooden-desk_23-2148113625.jpg?_wi=1", imageAlt: "Traditional vegetarian thali meal"
id: "1", name: "Traditional Thali", brand: "Gokul House Special", price: "₹150-250", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dish-with-chicken-vegetables-grunge-wooden-desk_23-2148113625.jpg?_wi=2", imageAlt: "Traditional vegetarian thali meal"
},
{
id: "2", name: "Homestyle Curries", price: "₹80-180", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg", imageAlt: "Authentic vegetarian curry dishes"
id: "2", name: "Homestyle Curries", brand: "Chef's Selection", price: "₹80-180", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-red-tomato-chopping-board_23-2147944239.jpg", imageAlt: "Authentic vegetarian curry dishes"
},
{
id: "3", name: "Fresh Breads & Rice", price: "₹30-100", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dish-with-chicken-vegetables-grunge-wooden-desk_23-2148113625.jpg?_wi=2", imageAlt: "Traditional breads and rice preparations"
id: "3", name: "Fresh Breads & Rice", brand: "Daily Special", price: "₹30-100", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/healthy-dish-with-chicken-vegetables-grunge-wooden-desk_23-2148113625.jpg?_wi=3", imageAlt: "Traditional breads and rice preparations"
}
]}
/>
</div>
<div id="rooms" data-section="rooms">
<PricingCardNine
<PricingCardTwo
title="Comfortable Budget Rooms"
description="Clean, well-maintained accommodations designed for travelers seeking comfort without compromise. Every room includes essential amenities and impeccable hygiene standards."
tag="Accommodation"
@@ -107,13 +139,19 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "standard", title: "Standard Room", price: "₹800-1200", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-tablet-while-having-breakfast_23-2147601316.jpg", imageAlt: "Standard clean hotel room", button: { text: "Book Room", href: "https://wa.me/919999999999" },
id: "standard", badge: "Standard Room", price: "₹800-1200", subtitle: "Perfect for solo travelers", buttons: [
{ text: "Book Room", href: "https://wa.me/919999999999" },
{ text: "Learn More", onClick: () => {} }
],
features: [
"Clean, spacious room", "Attached bathroom with hot water", "24-hour room service", "Free WiFi connectivity", "Air conditioning"
]
},
{
id: "deluxe", title: "Deluxe Room", price: "₹1500-2000", period: "/night", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ecological-zero-waster-concept_23-2148591690.jpg", imageAlt: "Deluxe room with premium bathroom", button: { text: "Book Room", href: "https://wa.me/919999999999" },
id: "deluxe", badge: "Deluxe Room", price: "₹1500-2000", subtitle: "Luxury comfort experience", buttons: [
{ text: "Book Room", href: "https://wa.me/919999999999" },
{ text: "Learn More", onClick: () => {} }
],
features: [
"Larger deluxe suite", "Premium bathroom fixtures", "24-hour room service", "Complimentary breakfast", "Entertainment system"
]
@@ -122,90 +160,80 @@ export default function LandingPage() {
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
title="Loved by Our Guests"
description="Genuine reviews from travelers, families, and food enthusiasts who've experienced Gokul's authentic hospitality and exceptional service."
tag="Guest Reviews"
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Our Impact"
description="20+ years of trusted service to travelers and families across Maharashtra."
tag="Since 2004"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
metrics={[
{
id: "1", name: "Rajesh Sharma", role: "Business Traveler", company: "Maharashtra Sales Territory", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg", imageAlt: "Rajesh Sharma, business guest"
id: "1", value: "500+", title: "Happy Guests", description: "Happy guests served annually", icon: Users
},
{
id: "2", name: "Priya Deshmukh", role: "Family Visitor", company: "Regional Trips", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", imageAlt: "Priya Deshmukh, family guest"
id: "2", value: "20+", title: "Years", description: "Years of authentic service", icon: Star
},
{
id: "3", name: "Amit Patel", role: "Food Enthusiast", company: "Culinary Explorer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-enjoying-christmas-together-home_23-2149174158.jpg", imageAlt: "Amit Patel, food traveler"
id: "3", value: "100%", title: "Vegetarian", description: "Vegetarian cuisine commitment", icon: Phone
},
{
id: "4", name: "Neha Joshi", role: "Wedding Guest", company: "Regional Events", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat-holding-briefcase-with-both-hands-with-friendly-smile-enjoying-his-research-field-work-rainforest_273609-6322.jpg", imageAlt: "Neha Joshi, event visitor"
},
{
id: "5", name: "Vikram Kumar", role: "Frequent Traveler", company: "Distribution Network", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-hindu-couple-posed-street_627829-12969.jpg", imageAlt: "Vikram Kumar, loyal guest"
},
{
id: "6", name: "Anita Reddy", role: "Family Guide", company: "Local Expeditions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-outdoors_23-2149235086.jpg", imageAlt: "Anita Reddy, family coordinator"
id: "4", value: "24/7", title: "Support", description: "Customer support available", icon: MessageCircle
}
]}
/>
</div>
<div id="partners" data-section="partners">
<SocialProofOne
title="Find Us On Your Favorite Platforms"
description="Book directly or through your preferred travel and review platforms. We're listed on all major booking services for your convenience."
tag="Book Online"
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="Loved by Our Guests"
description="Genuine reviews from travelers, families, and food enthusiasts who've experienced Gokul's authentic hospitality and exceptional service."
tag="Guest Reviews"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
logos={[
"http://img.b2bpic.net/free-psd/gradient-abstract-logo_23-2150689652.jpg", "http://img.b2bpic.net/free-vector/detailed-click-collect-sign_23-2148782062.jpg", "http://img.b2bpic.net/free-vector/travel-lettering-background-with-photo_23-2148236087.jpg", "http://img.b2bpic.net/free-vector/pin-map-logo_1043-275.jpg", "http://img.b2bpic.net/free-photo/freelancer-traveler-waiting-transport-station_1163-1458.jpg", "http://img.b2bpic.net/free-photo/portrait-asian-girl-takes-selfie-mobile-phone-korean-woman-smiling-video-chat-smartphone_1258-193054.jpg", "http://img.b2bpic.net/free-vector/contact-us-icons-set_98292-6887.jpg"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Rajesh Sharma", role: "Business Traveler", testimonial: "Excellent hospitality and authentic cuisine. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg?_wi=2", imageAlt: "Rajesh Sharma, business guest"
},
{
id: "2", name: "Priya Deshmukh", role: "Family Visitor", testimonial: "Perfect place for family vacations. Clean and welcoming!", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg?_wi=2", imageAlt: "Priya Deshmukh, family guest"
},
{
id: "3", name: "Amit Patel", role: "Food Enthusiast", testimonial: "The food is absolutely authentic and delicious. A culinary gem!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-enjoying-christmas-together-home_23-2149174158.jpg?_wi=2", imageAlt: "Amit Patel, food traveler"
},
{
id: "4", name: "Neha Joshi", role: "Wedding Guest", testimonial: "Great service and comfortable rooms. Will definitely return!", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat-holding-briefcase-with-both-hands-with-friendly-smile-enjoying-his-research-field-work-rainforest_273609-6322.jpg?_wi=2", imageAlt: "Neha Joshi, event visitor"
},
{
id: "5", name: "Vikram Kumar", role: "Frequent Traveler", testimonial: "My go-to place every time I visit. Consistent quality and service!", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-hindu-couple-posed-street_627829-12969.jpg", imageAlt: "Vikram Kumar, loyal guest"
},
{
id: "6", name: "Anita Reddy", role: "Family Guide", testimonial: "Wonderful experience with excellent hospitality throughout our stay!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-outdoors_23-2149235086.jpg", imageAlt: "Anita Reddy, family coordinator"
}
]}
names={[
"Google", "Booking.com", "TripAdvisor", "Airbnb", "OTA", "WhatsApp", "Phone"
]}
speed={35}
showCard={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Book Your Stay or Order Food"
ctaDescription="Connect with us via WhatsApp, phone, or email to reserve your room or place a food order. We're here to help 24/7 with personalized service."
ctaButton={{ text: "Message on WhatsApp", href: "https://wa.me/919999999999" }}
ctaIcon={MessageCircle}
useInvertedBackground={false}
<div id="team" data-section="team">
<TeamCardFive
title="Meet Our Team"
description="Dedicated professionals committed to providing you with exceptional service and warm hospitality."
tag="Our Staff"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
accordionAnimationType="smooth"
showCard={true}
faqs={[
team={[
{
id: "1", title: "What are your room rates and availability?", content: "Standard rooms start at ₹800-1200 per night, while Deluxe rooms are ₹1500-2000 per night. We offer competitive rates for extended stays and group bookings. Check availability directly through our WhatsApp or call us for real-time bookings."
id: "1", name: "Gokul Patil", role: "Owner & Founder", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg?_wi=3", imageAlt: "Gokul Patil"
},
{
id: "2", title: "Is the restaurant open for non-guests?", content: "Yes, absolutely. Our restaurant welcomes all guests, families, and travelers. We serve authentic vegetarian Maharashtrian cuisine daily. Walk-ins are always welcome, or you can reserve a table via WhatsApp."
id: "2", name: "Priya Patil", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg?_wi=3", imageAlt: "Priya Patil"
},
{
id: "3", title: "What makes Gokul Hotel special?", content: "We combine authentic home-cooked vegetarian food, pristine cleanliness standards, and genuine warm hospitality. Our staff treats every guest like family, and we've built trust over 20+ years with regional travelers, families, and food enthusiasts."
},
{
id: "4", title: "Do you offer group booking discounts?", content: "Yes, we provide special rates for group bookings, corporate travelers, and extended stays. Contact us directly via WhatsApp or phone to discuss your specific needs and get a customized quote."
},
{
id: "5", title: "How can I book a room?", content: "You can book through WhatsApp, phone, or our listed pages on Google, Booking.com, and TripAdvisor. Direct bookings often include special rates. Our team responds quickly to ensure your comfort."
},
{
id: "6", title: "What dietary preferences do you accommodate?", content: "We specialize in authentic vegetarian cuisine. We can accommodate specific dietary preferences, allergies, and customized meal requests. Let us know your needs when booking, and we'll prepare special meals with care."
id: "3", name: "Chef Ramesh", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat-holding-briefcase-with-both-hands-with-friendly-smile-enjoying-his-research-field-work-rainforest_273609-6322.jpg?_wi=3", imageAlt: "Chef Ramesh"
}
]}
/>
@@ -238,7 +266,7 @@ export default function LandingPage() {
title: "More", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#reviews" },
{ label: "Book Online", href: "#partners" },
{ label: "Team", href: "#team" },
{ label: "Contact", href: "#contact" }
]
}
@@ -247,4 +275,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}