Merge version_3 into main #9
@@ -3,16 +3,16 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { useState } from "react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardThree from '@/components/sections/feature/FeatureCardThree';
|
||||
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');
|
||||
@@ -45,18 +45,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
title="Authentic Veg Food & Comfortable Stay in Deulgaon Raja"
|
||||
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."
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg", "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", "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"
|
||||
]}
|
||||
logoNames={["Trusted Business Travelers", "Family Visitors", "Food Enthusiasts"]}
|
||||
buttons={[
|
||||
{ text: "Book Your Stay", onClick: () => setActiveTab('stay') },
|
||||
{ text: "Order Food", onClick: () => setActiveTab('dining') }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Gokul Hotel hero section"
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg", imageAlt: "Trusted Business Travelers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", 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", imageAlt: "Food Enthusiasts" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,10 +67,16 @@ export default function LandingPage() {
|
||||
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>
|
||||
|
||||
@@ -84,16 +89,17 @@ export default function LandingPage() {
|
||||
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"
|
||||
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", 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"
|
||||
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"
|
||||
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", imageAlt: "Warm Hospitality"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,13 +114,16 @@ 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", 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", 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", 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", imageAlt: "Traditional breads and rice preparations"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -156,22 +165,24 @@ export default function LandingPage() {
|
||||
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}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", description: "Happy guests served annually"
|
||||
id: "1", value: "500+", title: "Happy Guests", description: "Happy guests served annually", icon: Users
|
||||
},
|
||||
{
|
||||
id: "2", value: "20+", description: "Years of authentic service"
|
||||
id: "2", value: "20+", title: "Years", description: "Years of authentic service", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", value: "100%", description: "Vegetarian cuisine commitment"
|
||||
id: "3", value: "100%", title: "Vegetarian", description: "Vegetarian cuisine commitment", icon: Phone
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", description: "Customer support available"
|
||||
id: "4", value: "24/7", title: "Support", description: "Customer support available", icon: MessageCircle
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,34 +191,27 @@ export default function LandingPage() {
|
||||
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"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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", 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", imageAlt: "Rajesh Sharma, business guest"
|
||||
},
|
||||
{
|
||||
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", 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", imageAlt: "Priya Deshmukh, family guest"
|
||||
},
|
||||
{
|
||||
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", 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", imageAlt: "Amit Patel, food traveler"
|
||||
},
|
||||
{
|
||||
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: "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", 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: "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", 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: "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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -221,23 +225,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
groups={[
|
||||
team={[
|
||||
{
|
||||
id: "management", groupTitle: "Management", members: [
|
||||
{
|
||||
id: "1", title: "Gokul Patil", subtitle: "Owner & Founder", detail: "20+ years in hospitality", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg", imageAlt: "Gokul Patil"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Priya Patil", subtitle: "Operations Manager", detail: "Ensures guest satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", imageAlt: "Priya Patil"
|
||||
}
|
||||
]
|
||||
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", imageAlt: "Gokul Patil"
|
||||
},
|
||||
{
|
||||
id: "culinary", groupTitle: "Culinary Team", members: [
|
||||
{
|
||||
id: "3", title: "Chef Ramesh", subtitle: "Executive Chef", detail: "Master of traditional recipes", 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: "Chef Ramesh"
|
||||
}
|
||||
]
|
||||
id: "2", name: "Priya Patil", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", imageAlt: "Priya Patil"
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Chef Ramesh"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user