From 27962505c26794d0a33bb382505b738e0388aa22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:22:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 332 +++++++++++------------------------------------ 1 file changed, 77 insertions(+), 255 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26b1158..6335725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Leaf, Smile, Soup, Star, Sun, UserCheck } from "lucide-react"; +import { Award, ChefHat, HeartHandshake, Leaf, Smile, Soup, Star, Sun, UserCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,38 +33,22 @@ export default function LandingPage() { @@ -75,72 +59,40 @@ export default function LandingPage() { description="Hotel City Point combines stunning outdoor ambiance with exceptional vegetarian cuisine in Washim's most welcoming restaurant. Experience soft, juicy Mushroom Paneer Tikka and creamy Paneer Tikka Masala in an atmosphere designed for unforgettable moments." testimonials={[ { - name: "Ravi Kumar", - handle: "@ravifoodie", - testimonial: "The outdoor seating here is magical! And the Mushroom Paneer Tikka is a game-changer. Absolutely loved the service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=1", - }, + name: "Ravi Kumar", handle: "@ravifoodie", testimonial: "The outdoor seating here is magical! And the Mushroom Paneer Tikka is a game-changer. Absolutely loved the service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg"}, { - name: "Priya Sharma", - handle: "@priyatravels", - testimonial: "A true gem in Washim. The Paneer Tikka Masala was incredibly creamy and flavorful. Perfect for a romantic evening.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg?_wi=1", - }, + name: "Priya Sharma", handle: "@priyatravels", testimonial: "A true gem in Washim. The Paneer Tikka Masala was incredibly creamy and flavorful. Perfect for a romantic evening.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg"}, { - name: "Amit & Seema", - handle: "@datenightwashim", - testimonial: "Celebrated our anniversary here! The ambiance was perfect, and every dish was a delight. Highly recommend for special occasions.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-dinner-party_23-2150648862.jpg", - }, + name: "Amit & Seema", handle: "@datenightwashim", testimonial: "Celebrated our anniversary here! The ambiance was perfect, and every dish was a delight. Highly recommend for special occasions.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-dinner-party_23-2150648862.jpg"}, { - name: "The Gupta Family", - handle: "@washimfamilies", - testimonial: "A wonderful place for family dinners. The vegetarian options are extensive and delicious, catering to everyone's taste.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-holding-each-other-party_23-2149187058.jpg", - }, + name: "The Gupta Family", handle: "@washimfamilies", testimonial: "A wonderful place for family dinners. The vegetarian options are extensive and delicious, catering to everyone's taste.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-smiling-holding-each-other-party_23-2149187058.jpg"}, { - name: "Dr. Anjali Mehta", - handle: "@anjalidines", - testimonial: "As a local professional, I appreciate the quality and consistent excellence. My go-to for client dinners and personal treats.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg", - }, + name: "Dr. Anjali Mehta", handle: "@anjalidines", testimonial: "As a local professional, I appreciate the quality and consistent excellence. My go-to for client dinners and personal treats.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Reserve Your Table Today", - href: "#contact", - }, + text: "Reserve Your Table Today", href: "#contact"}, ]} avatars={[ { - src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-smartphone_23-2149915890.jpg", - alt: "Ravi Kumar", - }, + src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-smartphone_23-2149915890.jpg", alt: "Ravi Kumar"}, { - src: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg", - alt: "Priya Sharma", - }, + src: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg", alt: "Priya Sharma"}, { - src: "http://img.b2bpic.net/free-photo/dating-cafe_1098-16407.jpg", - alt: "Amit & Seema", - }, + src: "http://img.b2bpic.net/free-photo/dating-cafe_1098-16407.jpg", alt: "Amit & Seema"}, { - src: "http://img.b2bpic.net/free-photo/happy-african-american-mother-daughter-eating-dining-table_637285-12635.jpg", - alt: "The Gupta Family", - }, + src: "http://img.b2bpic.net/free-photo/happy-african-american-mother-daughter-eating-dining-table_637285-12635.jpg", alt: "The Gupta Family"}, { - src: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", - alt: "Happy young elegant man smiling", - }, + src: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", alt: "Happy young elegant man smiling"}, ]} avatarText="Join our delighted guests!" - imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg" imageAlt="Luxurious outdoor dining area at Hotel City Point" showDimOverlay={true} showBlur={true} @@ -157,21 +109,13 @@ export default function LandingPage() { description="At Hotel City Point, we believe that dining is more than just a meal—it's an experience. We meticulously craft each vegetarian dish using fresh, locally sourced ingredients, bringing authentic flavors of India to your table. Our commitment extends beyond the plate to our warm hospitality and the serene ambiance of our outdoor dining spaces." bulletPoints={[ { - title: "Authentic Flavors", - description: "Experience traditional Indian vegetarian recipes perfected over generations, with a modern touch.", - }, + title: "Authentic Flavors", description: "Experience traditional Indian vegetarian recipes perfected over generations, with a modern touch."}, { - title: "Farm-Fresh Ingredients", - description: "We partner with local farmers to ensure every ingredient is fresh, seasonal, and of the highest quality.", - }, + title: "Farm-Fresh Ingredients", description: "We partner with local farmers to ensure every ingredient is fresh, seasonal, and of the highest quality."}, { - title: "Unmatched Ambiance", - description: "Dine under the stars in our beautifully landscaped outdoor area, offering a tranquil escape.", - }, + title: "Unmatched Ambiance", description: "Dine under the stars in our beautifully landscaped outdoor area, offering a tranquil escape."}, { - title: "Warm Hospitality", - description: "Our dedicated team provides attentive and friendly service, making every visit feel special.", - }, + title: "Warm Hospitality", description: "Our dedicated team provides attentive and friendly service, making every visit feel special."}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-female-chef-washing-vegetables-kitchen_23-2148763176.jpg" imageAlt="Chef preparing vegetarian dishes in a professional kitchen" @@ -186,80 +130,53 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Enchanting Outdoor Dining", - description: "Immerse yourself in a magical dining experience under the open sky. Our outdoor area is adorned with soft lighting and lush greenery, creating a perfect setting for romantic dinners and family gatherings.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-cutlery_23-2148172713.jpg", - imageAlt: "Beautiful outdoor dining area at night", - }, + title: "Enchanting Outdoor Dining", description: "Immerse yourself in a magical dining experience under the open sky. Our outdoor area is adorned with soft lighting and lush greenery, creating a perfect setting for romantic dinners and family gatherings.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-cutlery_23-2148172713.jpg", imageAlt: "Beautiful outdoor dining area at night"}, items: [ { icon: Sun, - text: "Al fresco charm", - }, + text: "Al fresco charm"}, { icon: Star, - text: "Starlit ambiance", - }, + text: "Starlit ambiance"}, { icon: Leaf, - text: "Lush greenery", - }, + text: "Lush greenery"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg?_wi=2", - imageAlt: "elegant outdoor dining experience night", + reverse: false }, { - title: "Exquisite Vegetarian Cuisine", - description: "Savor the rich, authentic flavors of our signature vegetarian dishes. Our chefs masterfully blend traditional techniques with fresh, high-quality ingredients to create culinary masterpieces like the soft Mushroom Paneer Tikka and creamy Paneer Tikka Masala.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg", - imageAlt: "Platter of mushroom paneer tikka", - }, + title: "Exquisite Vegetarian Cuisine", description: "Savor the rich, authentic flavors of our signature vegetarian dishes. Our chefs masterfully blend traditional techniques with fresh, high-quality ingredients to create culinary masterpieces like the soft Mushroom Paneer Tikka and creamy Paneer Tikka Masala.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20776.jpg", imageAlt: "Platter of mushroom paneer tikka"}, items: [ { icon: ChefHat, - text: "Gourmet preparations", - }, + text: "Gourmet preparations"}, { icon: Award, - text: "Signature recipes", - }, + text: "Signature recipes"}, { icon: Soup, - text: "Diverse menu", - }, + text: "Diverse menu"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg?_wi=2", - imageAlt: "elegant outdoor dining experience night", + reverse: true }, { - title: "Unrivaled Hospitality", - description: "At Hotel City Point, every guest is treated like family. Our attentive and friendly staff are dedicated to ensuring your comfort and satisfaction, providing a truly welcoming and memorable dining experience from the moment you arrive.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269231.jpg", - imageAlt: "Friendly restaurant staff serving guests", - }, + title: "Unrivaled Hospitality", description: "At Hotel City Point, every guest is treated like family. Our attentive and friendly staff are dedicated to ensuring your comfort and satisfaction, providing a truly welcoming and memorable dining experience from the moment you arrive.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269231.jpg", imageAlt: "Friendly restaurant staff serving guests"}, items: [ { icon: HeartHandshake, - text: "Personalized service", - }, + text: "Personalized service"}, { icon: Smile, - text: "Welcoming atmosphere", - }, + text: "Welcoming atmosphere"}, { icon: UserCheck, - text: "Guest satisfaction", - }, + text: "Guest satisfaction"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-brunette-woman-drinking-coffee-eating-pastries-terrace_839833-33100.jpg?_wi=2", - imageAlt: "elegant outdoor dining experience night", - }, + reverse: false + } ]} title="Signature Dining Experiences" description="Discover what makes Hotel City Point the premier dining destination in Washim. From enchanting outdoor settings to a menu crafted with passion, every detail is designed for your delight." @@ -274,47 +191,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Mushroom Paneer Tikka", - price: "₹320", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-mushrooms-inside-plate-with-seasonings-purple-tissue-dish-meal-cooking-mushrooms-dinner_140725-117615.jpg", - imageAlt: "Mushroom Paneer Tikka", - }, + id: "1", name: "Mushroom Paneer Tikka", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-mushrooms-inside-plate-with-seasonings-purple-tissue-dish-meal-cooking-mushrooms-dinner_140725-117615.jpg", imageAlt: "Mushroom Paneer Tikka"}, { - id: "2", - name: "Paneer Tikka Masala", - price: "₹350", - imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg", - imageAlt: "Paneer Tikka Masala", - }, + id: "2", name: "Paneer Tikka Masala", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20779.jpg", imageAlt: "Paneer Tikka Masala"}, { - id: "3", - name: "Dal Makhani", - price: "₹280", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg", - imageAlt: "Dal Makhani", - }, + id: "3", name: "Dal Makhani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-bell-peppers-garlic-onion_140725-72418.jpg", imageAlt: "Dal Makhani"}, { - id: "4", - name: "Vegetable Biryani", - price: "₹380", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-close-up_23-2148294953.jpg", - imageAlt: "Vegetable Biryani", - }, + id: "4", name: "Vegetable Biryani", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-close-up_23-2148294953.jpg", imageAlt: "Vegetable Biryani"}, { - id: "5", - name: "Garlic Naan", - price: "₹80", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg", - imageAlt: "Garlic Naan", - }, + id: "5", name: "Garlic Naan", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-eggplant-salad-bowl-grey-surface_140725-88536.jpg", imageAlt: "Garlic Naan"}, { - id: "6", - name: "Gulab Jamun", - price: "₹150", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-cake-sweets-cake-with-slices-lime-chocolate-bowls-limes-yellow-candies-chocolate-chocolate-cream-table_140725-111328.jpg", - imageAlt: "Gulab Jamun", - }, + id: "6", name: "Gulab Jamun", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-cake-sweets-cake-with-slices-lime-chocolate-bowls-limes-yellow-candies-chocolate-chocolate-cream-table_140725-111328.jpg", imageAlt: "Gulab Jamun"}, ]} title="Our Signature Vegetarian Menu" description="Indulge in a culinary journey with our expertly crafted vegetarian dishes, each a testament to flavor and tradition. Discover your new favorite!" @@ -326,35 +213,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Neha Patel", - imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg", - }, + id: "1", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"}, { - id: "2", - name: "Sanjay Rao", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3204.jpg", - }, + id: "2", name: "Sanjay Rao", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3204.jpg"}, { - id: "3", - name: "Ananya & Rohan", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", - }, + id: "3", name: "Ananya & Rohan", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"}, { - id: "4", - name: "Divya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-food_23-2149410394.jpg", - }, + id: "4", name: "Divya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-food_23-2149410394.jpg"}, { - id: "5", - name: "Karan Singh", - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-woman-lightening-candle-family-lunch-christmas_637285-13027.jpg", - }, + id: "5", name: "Karan Singh", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-woman-lightening-candle-family-lunch-christmas_637285-13027.jpg"}, { - id: "6", - name: "Pooja Mehta", - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg", - }, + id: "6", name: "Pooja Mehta", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg"}, ]} cardTitle="Hear From Our Delighted Guests" cardTag="Customer Stories" @@ -367,15 +236,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Washim Foodies Club", - "Local Review Digest", - "Taste of Maharashtra", - "DineOut Washim", - "City Life Magazine", - "Indian Culinary Blog", - "The Vegetarian Table", - "Travel India Monthly", - ]} + "Washim Foodies Club", "Local Review Digest", "Taste of Maharashtra", "DineOut Washim", "City Life Magazine", "Indian Culinary Blog", "The Vegetarian Table", "Travel India Monthly"]} title="Trusted by Locals & Featured By" description="Our commitment to quality dining and exceptional service has earned us recognition and loyalty within the Washim community." speed={40} @@ -388,30 +249,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What are your operating hours?", - content: "Hotel City Point is open daily from 12 PM to 11 PM for lunch and dinner service. Our outdoor dining is available during these hours, weather permitting.", - }, + id: "faq1", title: "What are your operating hours?", content: "Hotel City Point is open daily from 12 PM to 11 PM for lunch and dinner service. Our outdoor dining is available during these hours, weather permitting."}, { - id: "faq2", - title: "Do you offer reservations for outdoor dining?", - content: "Yes, we highly recommend making a reservation, especially for our popular outdoor seating. You can book directly through our website or by calling us.", - }, + id: "faq2", title: "Do you offer reservations for outdoor dining?", content: "Yes, we highly recommend making a reservation, especially for our popular outdoor seating. You can book directly through our website or by calling us."}, { - id: "faq3", - title: "Is Hotel City Point exclusively vegetarian?", - content: "Yes, we pride ourselves on offering a diverse and exquisite menu that is 100% pure vegetarian, catering to all palates with flavorful options.", - }, + id: "faq3", title: "Is Hotel City Point exclusively vegetarian?", content: "Yes, we pride ourselves on offering a diverse and exquisite menu that is 100% pure vegetarian, catering to all palates with flavorful options."}, { - id: "faq4", - title: "Do you host private events or celebrations?", - content: "Absolutely! We offer bespoke arrangements for private parties, celebrations, and corporate events. Please contact our events team for personalized packages.", - }, + id: "faq4", title: "Do you host private events or celebrations?", content: "Absolutely! We offer bespoke arrangements for private parties, celebrations, and corporate events. Please contact our events team for personalized packages."}, { - id: "faq5", - title: "Is parking available at the restaurant?", - content: "Yes, we provide ample and secure parking facilities for our guests right at the premises of Hotel City Point.", - }, + id: "faq5", title: "Is parking available at the restaurant?", content: "Yes, we provide ample and secure parking facilities for our guests right at the premises of Hotel City Point."}, ]} sideTitle="Your Questions, Answered" sideDescription="Find quick answers to the most common questions about dining at Hotel City Point, your premier vegetarian restaurant in Washim." @@ -428,45 +274,25 @@ export default function LandingPage() { description="Ready to savor the exquisite flavors and enjoy the enchanting ambiance of Hotel City Point? Book your table or inquire about our services below." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number (Optional)", + name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}, + { + name: "date", type: "date", placeholder: "Preferred Date", required: true, }, { - name: "date", - type: "date", - placeholder: "Preferred Date", - required: true, + name: "time", type: "time", placeholder: "Preferred Time", required: true, }, { - name: "time", - type: "time", - placeholder: "Preferred Time", - required: true, - }, - { - name: "guests", - type: "number", - placeholder: "Number of Guests", - required: true, + name: "guests", type: "number", placeholder: "Number of Guests", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Any special requests or comments?", - rows: 4, + name: "message", placeholder: "Any special requests or comments?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-several-tables-put-front-glass-building_181624-9903.jpg" imageAlt="Elegant restaurant entrance at night" @@ -480,13 +306,9 @@ export default function LandingPage() { -- 2.49.1