diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 419ef19..fbf237b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,223 +12,122 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Traditional Taste" + title="Welcome to Kulhad Kothi" + description="Authentic chai, refreshing shakes, and delicious snacks in a cozy, vibrant environment. Visit us at Pandeypur Crossing, Varanasi." + primaryButton={{ text: "View Menu", href: "#menu" }} + secondaryButton={{ text: "Get Directions", href: "#contact" }} + items={[ + { text: "24/7 Open", icon: Clock }, + { text: "Authentic Taste", icon: Coffee }, + { text: "Cozy Ambience", icon: Heart }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/moroccan-stuff_181624-36914.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Story" + title="A Home Away From Home" + description="Kulhad Kothi is where tradition meets taste. We serve every cup with love and dedication, creating a space where friends meet, stories are shared, and every sip feels like a warm embrace." + imageSrc="http://img.b2bpic.net/free-photo/two-cups-coffee-book-coffee-beans-stone-table-high-quality-photo_114579-67818.jpg" + /> +
+
- -
- +
+ - -
+ tag="Join the Community" + title="Our Happy Neighbors" + description="Our community is growing every day." + names={[ + "Students of Varanasi", "Local Explorers", "Chai Lovers", "Food Enthusiasts", "Morning Walkers", "Evening Gatherings", "Friendly Neighborhood"]} + /> +
+
-
- +
+ - -
+ tag="Community Impact" + title="Serving Smiles Daily" + description="More than just a shop, a place of daily joy for our patrons." + metrics={[ + { value: "4.9", title: "Rating", description: "46+ Google Reviews", imageSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Feedback" + title="What Our Friends Say" + description="Hear from our wonderful community." + testimonials={[ + { name: "Rahul Verma", role: "Local Patron", quote: "Nice environment and food, truly a place to relax.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg" }, + { name: "Ananya Sharma", role: "Student", quote: "Best place, ambiance is very attractive, must try chai and Maggie.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg" }, + { name: "Vikram Singh", role: "Coffee Enthusiast", quote: "Wow, nice experience at such a low rate! Must visit.", imageSrc: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006745.jpg" }, + { name: "Priya Gupta", role: "Regular", quote: "The chai here is soul-warming, and the staff is wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg" }, + { name: "Amit Kumar", role: "Foodie", quote: "Perfect spot for evening catchups with friends. Great vibe.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12419.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Questions" + title="Everything You Need to Know" + description="Common questions answered here." + items={[ + { question: "Are you open on weekends?", answer: "Yes, we are open 24/7 every day, including weekends and holidays." }, + { question: "Where is the shop located?", answer: "We are located at Panchkoshi Rd, Near Pandeypur Crossing, Naibasti, Varanasi." }, + { question: "What's the best time to visit?", answer: "Whether it's early morning or late night, we are always ready to serve you." }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-tea-while-man-taking-order_23-2147775866.jpg" + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Come experience the magic of Kulhad Kothi for yourself. We are located near Pandeypur Crossing, Varanasi." + primaryButton={{ text: "Get Directions", href: "#" }} + secondaryButton={{ text: "Call Now", href: "tel:+91" }} + /> +
+
); }