From 0ffaadd9150cc74eb57db51bab65a8d8238d93d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:36 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c01fd7..0e641ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,32 +19,16 @@ export default function AboutPage() { const storyFeatures = [ { - title: "Heritage & Tradition", - description: "Built on generations of Bengali culinary excellence and Mughlai traditions, Jashn-E-Bengal honors authentic recipes and cooking methods.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg?_wi=2", - imageAlt: "Traditional spices", - buttonIcon: ChevronRight + title: "Heritage & Tradition", description: "Built on generations of Bengali culinary excellence and Mughlai traditions, Jashn-E-Bengal honors authentic recipes and cooking methods.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg", imageAlt: "Traditional spices", buttonIcon: ChevronRight }, { - title: "Premium Ingredients", - description: "We source the finest spices, fresh vegetables, and quality meats to ensure every dish meets our exacting standards.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg?_wi=3", - imageAlt: "Premium ingredients", - buttonIcon: ChevronRight + title: "Premium Ingredients", description: "We source the finest spices, fresh vegetables, and quality meats to ensure every dish meets our exacting standards.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg", imageAlt: "Premium ingredients", buttonIcon: ChevronRight }, { - title: "Master Chefs", - description: "Our team of experienced chefs brings passion and expertise to every plate, creating unforgettable culinary experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232162.jpg?_wi=2", - imageAlt: "Master chefs", - buttonIcon: ChevronRight + title: "Master Chefs", description: "Our team of experienced chefs brings passion and expertise to every plate, creating unforgettable culinary experiences.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232162.jpg", imageAlt: "Master chefs", buttonIcon: ChevronRight }, { - title: "Community First", - description: "We celebrate with the Bandel community, hosting weddings, festivals, and family gatherings with warmth and dedication.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262198.jpg?_wi=2", - imageAlt: "Community celebration", - buttonIcon: ChevronRight + title: "Community First", description: "We celebrate with the Bandel community, hosting weddings, festivals, and family gatherings with warmth and dedication.", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262198.jpg", imageAlt: "Community celebration", buttonIcon: ChevronRight } ]; @@ -57,8 +41,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, @@ -66,8 +49,7 @@ export default function AboutPage() { ] }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM", href: "#" }, { label: "Dinner: 6 PM - 11 PM", href: "#" }, { label: "Closed Mondays", href: "#" }, @@ -75,8 +57,7 @@ export default function AboutPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX", href: "#" }, { label: "Email: hello@jashne-bengal.com", href: "#" }, { label: "Instagram", href: "https://instagram.com" }, @@ -84,8 +65,7 @@ export default function AboutPage() { ] }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road", href: "#" }, { label: "Hooghly, West Bengal", href: "#" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -134,7 +114,6 @@ export default function AboutPage() { description="Jashn-E-Bengal is more than a restaurant—it's a celebration of tradition, quality, and community." features={storyFeatures} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1 From c0f2621d1599f7e3b032c8bddc8cfeb616a3cc5d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:37 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed90ca5..545bfec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/#menu" }, { label: "About", href: "/#about" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM" }, { label: "Dinner: 6 PM - 11 PM" }, { label: "Closed Mondays" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX" }, { label: "Email: hello@jashne-bengal.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -44,8 +41,7 @@ export default function ContactPage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road" }, { label: "Hooghly, West Bengal" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -87,39 +83,26 @@ export default function ContactPage() { description="Experience the warmth of Bengali hospitality and the finest flavors at Jashn-E-Bengal. Book your reservation now and join our family of food lovers." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "date", - type: "date", - placeholder: "Preferred Date", - required: true, + name: "date", type: "date", placeholder: "Preferred Date", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Special requests or dietary preferences...", - rows: 4, + name: "message", placeholder: "Special requests or dietary preferences...", rows: 4, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" imageAlt="Elegant dining table reservation ready" mediaPosition="right" + mediaAnimation="none" buttonText="Book Table" onSubmit={handleReservationSubmit} /> -- 2.49.1 From 625eec9b2bf222005023664a5486b703894330cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:37 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 105 +++++++++--------------------------------- 1 file changed, 21 insertions(+), 84 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ea16490..9cce820 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { ChevronRight, Heart } from "lucide-react"; +import { Heart } from "lucide-react"; export default function MenuPage() { const navItems = [ @@ -20,8 +20,7 @@ export default function MenuPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "#about" }, @@ -29,8 +28,7 @@ export default function MenuPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM" }, { label: "Dinner: 6 PM - 11 PM" }, { label: "Closed Mondays" }, @@ -38,8 +36,7 @@ export default function MenuPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX" }, { label: "Email: hello@jashne-bengal.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -47,8 +44,7 @@ export default function MenuPage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road" }, { label: "Hooghly, West Bengal" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -85,65 +81,23 @@ export default function MenuPage() { description="Explore our full range of authentic Bengali and Mughlai specialties, crafted with premium ingredients and traditional techniques." products={[ { - id: "1", - brand: "Jashn Special", - name: "Royal Kolkata Biryani", - price: "₹450", - rating: 5, - reviewCount: "280+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg?_wi=2", - imageAlt: "royal biryani basmati rice aromatic traditional", - }, + id: "1", brand: "Jashn Special", name: "Royal Kolkata Biryani", price: "₹450", rating: 5, + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg", imageAlt: "royal biryani basmati rice aromatic traditional"}, { - id: "2", - brand: "Signature", - name: "Juicy Seekh Kebabs", - price: "₹320", - rating: 5, - reviewCount: "195+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-kebab-with-red-onions-wooden-board_141793-1466.jpg?_wi=2", - imageAlt: "seekh kebab indian meat skewer grilled", - }, + id: "2", brand: "Signature", name: "Juicy Seekh Kebabs", price: "₹320", rating: 5, + reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-kebab-with-red-onions-wooden-board_141793-1466.jpg", imageAlt: "seekh kebab indian meat skewer grilled"}, { - id: "3", - brand: "Mughlai Classic", - name: "Mughlai Chicken", - price: "₹380", - rating: 5, - reviewCount: "210+", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=2", - imageAlt: "mughlai chicken creamy sauce traditional", - }, + id: "3", brand: "Mughlai Classic", name: "Mughlai Chicken", price: "₹380", rating: 5, + reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg", imageAlt: "mughlai chicken creamy sauce traditional"}, { - id: "4", - brand: "House Specialty", - name: "Chicken Chap", - price: "₹350", - rating: 5, - reviewCount: "165+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg?_wi=2", - imageAlt: "chicken chap bengali cutlet fried", - }, + id: "4", brand: "House Specialty", name: "Chicken Chap", price: "₹350", rating: 5, + reviewCount: "165+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg", imageAlt: "chicken chap bengali cutlet fried"}, { - id: "5", - brand: "Fusion Creation", - name: "Special Jashn Pizza", - price: "₹280", - rating: 5, - reviewCount: "142+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-food-dough-snack-pizza-italian_140725-101744.jpg?_wi=2", - imageAlt: "indian fusion pizza tandoori spices", - }, + id: "5", brand: "Fusion Creation", name: "Special Jashn Pizza", price: "₹280", rating: 5, + reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-food-dough-snack-pizza-italian_140725-101744.jpg", imageAlt: "indian fusion pizza tandoori spices"}, { - id: "6", - brand: "Dessert Bliss", - name: "Bengali Firni", - price: "₹120", - rating: 5, - reviewCount: "98+", - imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg?_wi=2", - imageAlt: "firni traditional bengali dessert rice", - }, + id: "6", brand: "Dessert Bliss", name: "Bengali Firni", price: "₹120", rating: 5, + reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg", imageAlt: "firni traditional bengali dessert rice"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -158,36 +112,19 @@ export default function MenuPage() { description="Indulge in our freshly baked selection and signature desserts that celebrate Bengal's sweet traditions." features={[ { - title: "Artisan Cakes", - description: "Custom celebration cakes crafted for your special occasions and family gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg?_wi=2", - imageAlt: "Beautiful custom celebration cakes", - buttonIcon: Heart, + title: "Artisan Cakes", description: "Custom celebration cakes crafted for your special occasions and family gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg", imageAlt: "Beautiful custom celebration cakes", buttonIcon: Heart, }, { - title: "Fresh Pastries", - description: "Buttery, flaky pastries baked fresh daily using traditional techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-slice-pie-wooden-table_114579-36700.jpg?_wi=2", - imageAlt: "Fresh baked pastries display", - buttonIcon: Heart, + title: "Fresh Pastries", description: "Buttery, flaky pastries baked fresh daily using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-slice-pie-wooden-table_114579-36700.jpg", imageAlt: "Fresh baked pastries display", buttonIcon: Heart, }, { - title: "Gourmet Cookies", - description: "Handmade cookies with authentic flavors perfect for gifts or personal indulgence.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-tasty-biscuits-light-dark-surface_140725-103214.jpg?_wi=2", - imageAlt: "Assorted gourmet cookies", - buttonIcon: Heart, + title: "Gourmet Cookies", description: "Handmade cookies with authentic flavors perfect for gifts or personal indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-tasty-biscuits-light-dark-surface_140725-103214.jpg", imageAlt: "Assorted gourmet cookies", buttonIcon: Heart, }, { - title: "Special Treats", - description: "Seasonal specials and limited-edition creations celebrating Bengali culinary traditions.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-cookies-blue-sweet-dessert-dough-tea-cake-sugar-biscuits_179666-43802.jpg?_wi=2", - imageAlt: "Special bakery creations", - buttonIcon: Heart, + title: "Special Treats", description: "Seasonal specials and limited-edition creations celebrating Bengali culinary traditions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-cookies-blue-sweet-dessert-dough-tea-cake-sugar-biscuits_179666-43802.jpg", imageAlt: "Special bakery creations", buttonIcon: Heart, }, ]} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1 From a9c459b9671faf5da9aae144e6b5cdc722aa9f94 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:38 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 206 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 371a8a2..08db902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,183 +23,85 @@ export default function HomePage() { const testimonials = [ { - id: "1", - name: "Atanu Chanda", - role: "Food Enthusiast", - company: "Bandel Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg", - imageAlt: "Atanu Chanda - Food Enthusiast" + id: "1", name: "Atanu Chanda", role: "Food Enthusiast", company: "Bandel Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg", imageAlt: "Atanu Chanda - Food Enthusiast" }, { - id: "2", - name: "Abhishi", - role: "Home Chef", - company: "Kolkata", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", - imageAlt: "Abhishi - Home Chef" + id: "2", name: "Abhishi", role: "Home Chef", company: "Kolkata", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Abhishi - Home Chef" }, { - id: "3", - name: "Mr. Raj", - role: "Restaurateur", - company: "Food Critics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg", - imageAlt: "Mr. Raj - Restaurateur" + id: "3", name: "Mr. Raj", role: "Restaurateur", company: "Food Critics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg", imageAlt: "Mr. Raj - Restaurateur" }, { - id: "4", - name: "Roshni Dey", - role: "Food Blogger", - company: "Bandel Food Guide", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-creating-content-culinary-blog-preparing-tasty-bread-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14438.jpg", - imageAlt: "Roshni Dey - Food Blogger" + id: "4", name: "Roshni Dey", role: "Food Blogger", company: "Bandel Food Guide", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-creating-content-culinary-blog-preparing-tasty-bread-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14438.jpg", imageAlt: "Roshni Dey - Food Blogger" }, { - id: "5", - name: "Neel", - role: "Chef", - company: "Culinary Expert", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232162.jpg?_wi=1", - imageAlt: "Neel - Chef" + id: "5", name: "Neel", role: "Chef", company: "Culinary Expert", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232162.jpg", imageAlt: "Neel - Chef" }, { - id: "6", - name: "Astha Ghosh", - role: "Food Critic", - company: "Bengal Food Magazine", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-young-good-looking-woman-wants-loose-weight_273609-8875.jpg", - imageAlt: "Astha Ghosh - Food Critic" + id: "6", name: "Astha Ghosh", role: "Food Critic", company: "Bengal Food Magazine", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-young-good-looking-woman-wants-loose-weight_273609-8875.jpg", imageAlt: "Astha Ghosh - Food Critic" } ]; const products = [ { - id: "1", - brand: "Jashn Special", - name: "Royal Kolkata Biryani", - price: "₹450", - rating: 5, - reviewCount: "280+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg?_wi=1", - imageAlt: "Royal Kolkata Biryani" + id: "1", brand: "Jashn Special", name: "Royal Kolkata Biryani", price: "₹450", rating: 5, + reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-pilaf-bowl-appetizing-pilaf-meat-dried-fruits_140725-78894.jpg", imageAlt: "Royal Kolkata Biryani" }, { - id: "2", - brand: "Signature", - name: "Juicy Seekh Kebabs", - price: "₹320", - rating: 5, - reviewCount: "195+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-kebab-with-red-onions-wooden-board_141793-1466.jpg?_wi=1", - imageAlt: "Juicy Seekh Kebabs" + id: "2", brand: "Signature", name: "Juicy Seekh Kebabs", price: "₹320", rating: 5, + reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-kebab-with-red-onions-wooden-board_141793-1466.jpg", imageAlt: "Juicy Seekh Kebabs" }, { - id: "3", - brand: "Mughlai Classic", - name: "Mughlai Chicken", - price: "₹380", - rating: 5, - reviewCount: "210+", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=1", - imageAlt: "Mughlai Chicken" + id: "3", brand: "Mughlai Classic", name: "Mughlai Chicken", price: "₹380", rating: 5, + reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg", imageAlt: "Mughlai Chicken" }, { - id: "4", - brand: "House Specialty", - name: "Chicken Chap", - price: "₹350", - rating: 5, - reviewCount: "165+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg?_wi=1", - imageAlt: "Chicken Chap" + id: "4", brand: "House Specialty", name: "Chicken Chap", price: "₹350", rating: 5, + reviewCount: "165+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg", imageAlt: "Chicken Chap" }, { - id: "5", - brand: "Fusion Creation", - name: "Special Jashn Pizza", - price: "₹280", - rating: 5, - reviewCount: "142+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-food-dough-snack-pizza-italian_140725-101744.jpg?_wi=1", - imageAlt: "Special Jashn Pizza" + id: "5", brand: "Fusion Creation", name: "Special Jashn Pizza", price: "₹280", rating: 5, + reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-surface-meal-food-dough-snack-pizza-italian_140725-101744.jpg", imageAlt: "Special Jashn Pizza" }, { - id: "6", - brand: "Dessert Bliss", - name: "Bengali Firni", - price: "₹120", - rating: 5, - reviewCount: "98+", - imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg?_wi=1", - imageAlt: "Bengali Firni" + id: "6", brand: "Dessert Bliss", name: "Bengali Firni", price: "₹120", rating: 5, + reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg", imageAlt: "Bengali Firni" } ]; const experienceFeatures = [ { - title: "Spacious Family Seating", - description: "Comfortable, well-spaced tables perfect for families and groups to enjoy meals together.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1", - imageAlt: "Spacious dining area", - buttonIcon: ChevronRight + title: "Spacious Family Seating", description: "Comfortable, well-spaced tables perfect for families and groups to enjoy meals together.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "Spacious dining area", buttonIcon: ChevronRight }, { - title: "Elegant Ambiance", - description: "Warm lighting, traditional Bengali décor, and thoughtful design create the perfect atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg?_wi=1", - imageAlt: "Elegant ambiance", - buttonIcon: ChevronRight + title: "Elegant Ambiance", description: "Warm lighting, traditional Bengali décor, and thoughtful design create the perfect atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg", imageAlt: "Elegant ambiance", buttonIcon: ChevronRight }, { - title: "Attentive Staff Service", - description: "Our dedicated team, led by renowned hospitality experts like Amjad, ensures every need is anticipated.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg?_wi=1", - imageAlt: "Professional staff service", - buttonIcon: ChevronRight + title: "Attentive Staff Service", description: "Our dedicated team, led by renowned hospitality experts like Amjad, ensures every need is anticipated.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg", imageAlt: "Professional staff service", buttonIcon: ChevronRight }, { - title: "Authentic Recipes", - description: "Traditional cooking methods and premium ingredients honor Bengali and Mughlai culinary heritage.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg?_wi=1", - imageAlt: "Authentic spices", - buttonIcon: ChevronRight + title: "Authentic Recipes", description: "Traditional cooking methods and premium ingredients honor Bengali and Mughlai culinary heritage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices_23-2148747709.jpg", imageAlt: "Authentic spices", buttonIcon: ChevronRight } ]; const bakeryFeatures = [ { - title: "Artisan Cakes", - description: "Custom celebration cakes crafted for your special occasions and family gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg?_wi=1", - imageAlt: "Artisan cakes", - buttonIcon: Heart + title: "Artisan Cakes", description: "Custom celebration cakes crafted for your special occasions and family gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-carries-luxurious-violet-wedding-cake-decorated_8353-568.jpg", imageAlt: "Artisan cakes", buttonIcon: Heart }, { - title: "Fresh Pastries", - description: "Buttery, flaky pastries baked fresh daily using traditional techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-slice-pie-wooden-table_114579-36700.jpg?_wi=1", - imageAlt: "Fresh pastries", - buttonIcon: Heart + title: "Fresh Pastries", description: "Buttery, flaky pastries baked fresh daily using traditional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-slice-pie-wooden-table_114579-36700.jpg", imageAlt: "Fresh pastries", buttonIcon: Heart }, { - title: "Gourmet Cookies", - description: "Handmade cookies with authentic flavors perfect for gifts or personal indulgence.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-tasty-biscuits-light-dark-surface_140725-103214.jpg?_wi=1", - imageAlt: "Gourmet cookies", - buttonIcon: Heart + title: "Gourmet Cookies", description: "Handmade cookies with authentic flavors perfect for gifts or personal indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-tasty-biscuits-light-dark-surface_140725-103214.jpg", imageAlt: "Gourmet cookies", buttonIcon: Heart }, { - title: "Special Treats", - description: "Seasonal specials and limited-edition creations celebrating Bengali culinary traditions.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-cookies-blue-sweet-dessert-dough-tea-cake-sugar-biscuits_179666-43802.jpg?_wi=1", - imageAlt: "Special treats", - buttonIcon: Heart + title: "Special Treats", description: "Seasonal specials and limited-edition creations celebrating Bengali culinary traditions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-cookies-blue-sweet-dessert-dough-tea-cake-sugar-biscuits_179666-43802.jpg", imageAlt: "Special treats", buttonIcon: Heart } ]; @@ -212,39 +114,22 @@ export default function HomePage() { const galleryFeatures = [ { - title: "Restaurant Interior", - description: "Elegant dining spaces designed for comfort and celebration.", - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-plates-arrangement_23-2148848672.jpg", - imageAlt: "Restaurant interior", - buttonIcon: Eye + title: "Restaurant Interior", description: "Elegant dining spaces designed for comfort and celebration.", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-plates-arrangement_23-2148848672.jpg", imageAlt: "Restaurant interior", buttonIcon: Eye }, { - title: "Food Photography", - description: "Stunning close-ups of our signature dishes in all their glory.", - imageSrc: "http://img.b2bpic.net/free-photo/food-content-creator-filming-variety-dishes-upload-internet_23-2151461711.jpg", - imageAlt: "Food photography", - buttonIcon: Eye + title: "Food Photography", description: "Stunning close-ups of our signature dishes in all their glory.", imageSrc: "http://img.b2bpic.net/free-photo/food-content-creator-filming-variety-dishes-upload-internet_23-2151461711.jpg", imageAlt: "Food photography", buttonIcon: Eye }, { - title: "Family Moments", - description: "Joyful memories created at our tables with loved ones.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262198.jpg?_wi=1", - imageAlt: "Family moments", - buttonIcon: Eye + title: "Family Moments", description: "Joyful memories created at our tables with loved ones.", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262198.jpg", imageAlt: "Family moments", buttonIcon: Eye }, { - title: "Dessert Showcase", - description: "Exquisite desserts and bakery creations from our kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-with-powdered-sugar-berries-chocolate-waffles_140725-71848.jpg", - imageAlt: "Dessert showcase", - buttonIcon: Eye + title: "Dessert Showcase", description: "Exquisite desserts and bakery creations from our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-with-powdered-sugar-berries-chocolate-waffles_140725-71848.jpg", imageAlt: "Dessert showcase", buttonIcon: Eye } ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, @@ -252,8 +137,7 @@ export default function HomePage() { ] }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM", href: "#" }, { label: "Dinner: 6 PM - 11 PM", href: "#" }, { label: "Closed Mondays", href: "#" }, @@ -261,8 +145,7 @@ export default function HomePage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX", href: "#" }, { label: "Email: hello@jashne-bengal.com", href: "#" }, { label: "Instagram", href: "https://instagram.com" }, @@ -270,8 +153,7 @@ export default function HomePage() { ] }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road", href: "#" }, { label: "Hooghly, West Bengal", href: "#" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -310,7 +192,7 @@ export default function HomePage() { { text: "Reserve a Table", href: "#reservations" }, { text: "View Menu", href: "#menu" } ]} - imageSrc="http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg" imageAlt="Luxury restaurant interior with warm lighting and elegant ambiance" showDimOverlay={true} /> @@ -323,7 +205,6 @@ export default function HomePage() { testimonials={testimonials} gridVariant="uniform-all-items-equal" textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> @@ -346,7 +227,6 @@ export default function HomePage() { description="Every element of Jashn-E-Bengal is designed to create unforgettable moments with loved ones." features={experienceFeatures} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> @@ -357,7 +237,6 @@ export default function HomePage() { description="Alongside our restaurant, enjoy a delightful range of fresh baked treats and celebration cakes." features={bakeryFeatures} textboxLayout="default" - animationType="slide-up" useInvertedBackground={true} /> @@ -391,7 +270,6 @@ export default function HomePage() { description="Glimpse into the warmth, elegance, and culinary excellence of Jashn-E-Bengal." features={galleryFeatures} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} /> @@ -408,7 +286,7 @@ export default function HomePage() { ]} textarea={{ name: "message", placeholder: "Special requests or dietary preferences...", rows: 4 }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" imageAlt="Elegant dining table reservation ready" mediaPosition="right" mediaAnimation="none" -- 2.49.1 From 6d3775536b3dad515a31e23d89fc25449b71d36c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:39 +0000 Subject: [PATCH 5/5] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index c4025a7..1b7381a 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -18,32 +18,19 @@ export default function ReservationsPage() { const infoFeatures = [ { - title: "Location", - description: "Visit us at Bandel Station Road, Hooghly, West Bengal. Easily accessible and perfect for celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2", - imageAlt: "Restaurant location", - buttonIcon: MapPin + title: "Location", description: "Visit us at Bandel Station Road, Hooghly, West Bengal. Easily accessible and perfect for celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "Restaurant location", buttonIcon: MapPin }, { - title: "Operating Hours", - description: "Lunch: 12 PM - 3 PM | Dinner: 6 PM - 11 PM. We're closed on Mondays but open for special events.", - imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg?_wi=3", - imageAlt: "Restaurant hours", - buttonIcon: Clock + title: "Operating Hours", description: "Lunch: 12 PM - 3 PM | Dinner: 6 PM - 11 PM. We're closed on Mondays but open for special events.", imageSrc: "http://img.b2bpic.net/free-photo/serving-tables-wedding-old-restaurant_8353-9579.jpg", imageAlt: "Restaurant hours", buttonIcon: Clock }, { - title: "Contact Us", - description: "Call us to discuss group reservations, event catering, or any special dietary requirements you may have.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg?_wi=2", - imageAlt: "Contact support", - buttonIcon: Phone + title: "Contact Us", description: "Call us to discuss group reservations, event catering, or any special dietary requirements you may have.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg", imageAlt: "Contact support", buttonIcon: Phone } ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, @@ -51,8 +38,7 @@ export default function ReservationsPage() { ] }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM", href: "#" }, { label: "Dinner: 6 PM - 11 PM", href: "#" }, { label: "Closed Mondays", href: "#" }, @@ -60,8 +46,7 @@ export default function ReservationsPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX", href: "#" }, { label: "Email: hello@jashne-bengal.com", href: "#" }, { label: "Instagram", href: "https://instagram.com" }, @@ -69,8 +54,7 @@ export default function ReservationsPage() { ] }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road", href: "#" }, { label: "Hooghly, West Bengal", href: "#" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -113,7 +97,7 @@ export default function ReservationsPage() { ]} textarea={{ name: "specialRequests", placeholder: "Special requests, dietary preferences, or event details...", rows: 4 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" imageAlt="Elegant dining experience" mediaPosition="right" mediaAnimation="none" @@ -127,7 +111,6 @@ export default function ReservationsPage() { description="Secure your spot and enjoy the assurance of a well-prepared meal in our warm, welcoming setting." features={infoFeatures} textboxLayout="default" - animationType="slide-up" useInvertedBackground={true} /> -- 2.49.1