From 0f1c76fbc41a036b42cf0250794fe95a39da8628 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:55:24 +0000 Subject: [PATCH 1/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eaef056..5ba7b43 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Dining", - items: [ + title: "Dining", items: [ { label: "Menu", href: "#menu" }, { label: "Reservations", href: "#reservations" }, { label: "Order Online", href: "#order" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "#about" }, { label: "Chef Biography", href: "#about" }, { label: "Gallery", href: "#gallery" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Newsletter", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -67,9 +64,7 @@ export default function ContactPage() { id: item.id, }))} button={{ - text: "Reserve Table", - href: "#reservations", - }} + text: "Reserve Table", href: "#reservations"}} /> @@ -77,20 +72,12 @@ export default function ContactPage() { @@ -86,71 +81,29 @@ export default function GalleryPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", - brand: "Culinary Haven", - name: "Fine Dining Ambiance", - price: "Experience", - rating: 5, - reviewCount: "156", - imageSrc: - "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg", - imageAlt: "Fine dining room atmosphere", - }, + id: "1", brand: "Culinary Haven", name: "Fine Dining Ambiance", price: "Experience", rating: 5, + reviewCount: "156", imageSrc: + "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199326.jpg", imageAlt: "Fine dining room atmosphere"}, { - id: "2", - brand: "Culinary Haven", - name: "Gourmet Plating", - price: "Art", - rating: 5, - reviewCount: "298", - imageSrc: - "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=2", - imageAlt: "Artfully plated gourmet dish", - }, + id: "2", brand: "Culinary Haven", name: "Gourmet Plating", price: "Art", rating: 5, + reviewCount: "298", imageSrc: + "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "Artfully plated gourmet dish"}, { - id: "3", - brand: "Culinary Haven", - name: "Restaurant Interior", - price: "Elegance", - rating: 5, - reviewCount: "189", - imageSrc: - "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=6", - imageAlt: "Elegant restaurant table setting", - }, + id: "3", brand: "Culinary Haven", name: "Restaurant Interior", price: "Elegance", rating: 5, + reviewCount: "189", imageSrc: + "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg", imageAlt: "Elegant restaurant table setting"}, { - id: "4", - brand: "Culinary Haven", - name: "Family Moments", - price: "Joy", - rating: 5, - reviewCount: "267", - imageSrc: - "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306409.jpg", - imageAlt: "Family enjoying a meal together", - }, + id: "4", brand: "Culinary Haven", name: "Family Moments", price: "Joy", rating: 5, + reviewCount: "267", imageSrc: + "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306409.jpg", imageAlt: "Family enjoying a meal together"}, { - id: "5", - brand: "Culinary Haven", - name: "Signature Dish", - price: "Passion", - rating: 5, - reviewCount: "412", - imageSrc: - "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=4", - imageAlt: "Signature culinary creation", - }, + id: "5", brand: "Culinary Haven", name: "Signature Dish", price: "Passion", rating: 5, + reviewCount: "412", imageSrc: + "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg", imageAlt: "Signature culinary creation"}, { - id: "6", - brand: "Culinary Haven", - name: "Premium Preparation", - price: "Craftsmanship", - rating: 5, - reviewCount: "334", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=4", - imageAlt: "Chef preparing a premium dish", - }, + id: "6", brand: "Culinary Haven", name: "Premium Preparation", price: "Craftsmanship", rating: 5, + reviewCount: "334", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg", imageAlt: "Chef preparing a premium dish"}, ]} /> @@ -164,25 +117,20 @@ export default function GalleryPage() { description="Visit Culinary Haven and discover the elegance, flavors, and ambiance that our guests love. Reserve your table today for an unforgettable dining experience." buttons={[ { - text: "Make a Reservation", - href: "/", - }, + text: "Make a Reservation", href: "/"}, { - text: "View Menu", - href: "/order", - }, + text: "View Menu", href: "/order"}, ]} buttonAnimation="slide-up" background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -86,71 +81,29 @@ export default function OrderPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", - brand: "Culinary Haven", - name: "Prime Grilled Ribeye", - price: "$42.00", - rating: 5, - reviewCount: "284", - imageSrc: - "http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=3", - imageAlt: "Prime grilled ribeye steak", - }, + id: "1", brand: "Culinary Haven", name: "Prime Grilled Ribeye", price: "$42.00", rating: 5, + reviewCount: "284", imageSrc: + "http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg", imageAlt: "Prime grilled ribeye steak"}, { - id: "2", - brand: "Culinary Haven", - name: "Herb-Crusted Salmon", - price: "$38.00", - rating: 5, - reviewCount: "216", - imageSrc: - "http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=3", - imageAlt: "Herb-crusted salmon fillet", - }, + id: "2", brand: "Culinary Haven", name: "Herb-Crusted Salmon", price: "$38.00", rating: 5, + reviewCount: "216", imageSrc: + "http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg", imageAlt: "Herb-crusted salmon fillet"}, { - id: "3", - brand: "Culinary Haven", - name: "Handmade Pasta Carbonara", - price: "$28.00", - rating: 5, - reviewCount: "328", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=3", - imageAlt: "Traditional handmade pasta carbonara", - }, + id: "3", brand: "Culinary Haven", name: "Handmade Pasta Carbonara", price: "$28.00", rating: 5, + reviewCount: "328", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg", imageAlt: "Traditional handmade pasta carbonara"}, { - id: "4", - brand: "Culinary Haven", - name: "Seasonal Vegetable Medley", - price: "$22.00", - rating: 4, - reviewCount: "142", - imageSrc: - "http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg?_wi=3", - imageAlt: "Seasonal vegetable medley", - }, + id: "4", brand: "Culinary Haven", name: "Seasonal Vegetable Medley", price: "$22.00", rating: 4, + reviewCount: "142", imageSrc: + "http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg", imageAlt: "Seasonal vegetable medley"}, { - id: "5", - brand: "Culinary Haven", - name: "Foie Gras Appetizer", - price: "$18.00", - rating: 5, - reviewCount: "195", - imageSrc: - "http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=3", - imageAlt: "Elegant foie gras appetizer", - }, + id: "5", brand: "Culinary Haven", name: "Foie Gras Appetizer", price: "$18.00", rating: 5, + reviewCount: "195", imageSrc: + "http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg", imageAlt: "Elegant foie gras appetizer"}, { - id: "6", - brand: "Culinary Haven", - name: "Chocolate Lava Cake", - price: "$12.00", - rating: 5, - reviewCount: "412", - imageSrc: - "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=3", - imageAlt: "Decadent chocolate lava cake", - }, + id: "6", brand: "Culinary Haven", name: "Chocolate Lava Cake", price: "$12.00", rating: 5, + reviewCount: "412", imageSrc: + "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg", imageAlt: "Decadent chocolate lava cake"}, ]} /> @@ -164,25 +117,20 @@ export default function OrderPage() { description="Browse our complete menu and place your order for delivery or pickup. Fresh, expertly prepared meals delivered to your door or ready for takeout." buttons={[ { - text: "Continue Shopping", - href: "/order", - }, + text: "Continue Shopping", href: "/order"}, { - text: "View Full Menu", - href: "/", - }, + text: "View Full Menu", href: "/"}, ]} buttonAnimation="slide-up" background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -93,14 +88,14 @@ export default function HomePage() { @@ -199,40 +152,28 @@ export default function HomePage() { features={[ { icon: Leaf, - title: "Fresh Ingredients", - description: - "Farm-to-table sourcing with daily deliveries of the finest, locally-sourced produce and proteins.", - }, + title: "Fresh Ingredients", description: + "Farm-to-table sourcing with daily deliveries of the finest, locally-sourced produce and proteins."}, { icon: ChefHat, - title: "Expert Chefs", - description: - "Award-winning culinary team with decades of combined experience in fine dining.", - }, + title: "Expert Chefs", description: + "Award-winning culinary team with decades of combined experience in fine dining."}, { icon: Zap, - title: "Fast Service", - description: - "Prompt, professional service without compromising on quality or attention to detail.", - }, + title: "Fast Service", description: + "Prompt, professional service without compromising on quality or attention to detail."}, { icon: Home, - title: "Cozy Ambience", - description: - "Warm, elegant dining atmosphere perfect for intimate dinners and special celebrations.", - }, + title: "Cozy Ambience", description: + "Warm, elegant dining atmosphere perfect for intimate dinners and special celebrations."}, { icon: Shield, - title: "Hygienic Kitchen", - description: - "Certified food safety standards with rigorous sanitation protocols and quality control.", - }, + title: "Hygienic Kitchen", description: + "Certified food safety standards with rigorous sanitation protocols and quality control."}, { icon: Sparkles, - title: "Affordable Luxury", - description: - "Premium dining experience at accessible prices, celebrating quality food and service.", - }, + title: "Affordable Luxury", description: + "Premium dining experience at accessible prices, celebrating quality food and service."}, ]} /> @@ -248,7 +189,7 @@ export default function HomePage() { { text: "Browse Menu", href: "#menu" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -263,48 +204,24 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Event Planner", - testimonial: - "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", - imageSrc: - "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1", - imageAlt: "Sarah Mitchell", - icon: Quote, + id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: + "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: + "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell", icon: Quote, }, { - id: "2", - name: "Michael Chen", - role: "Business Executive", - testimonial: - "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1", - imageAlt: "Michael Chen", - icon: Quote, + id: "2", name: "Michael Chen", role: "Business Executive", testimonial: + "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: + "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen", icon: Quote, }, { - id: "3", - name: "Jennifer Rodriguez", - role: "Chef & Food Critic", - testimonial: - "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1", - imageAlt: "Jennifer Rodriguez", - icon: Quote, + id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial: + "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez", icon: Quote, }, { - id: "4", - name: "David Thompson", - role: "Restaurant Owner", - testimonial: - "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", - imageSrc: - "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1", - imageAlt: "David Thompson", - icon: Quote, + id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial: + "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: + "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson", icon: Quote, }, ]} /> @@ -318,15 +235,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Michelin Guide Featured", - "Best Restaurant Award", - "Chef's Choice 2024", - "Top Rated Platform", - "Fresh Ingredient Certified", - "Food Safety Certified", - "Express Delivery Partner", - "Customer Favorite", - ]} + "Michelin Guide Featured", "Best Restaurant Award", "Chef's Choice 2024", "Top Rated Platform", "Fresh Ingredient Certified", "Food Safety Certified", "Express Delivery Partner", "Customer Favorite"]} speed={40} showCard={true} /> @@ -334,7 +243,7 @@ export default function HomePage() { @@ -70,51 +70,26 @@ export default function ReservationsPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Event Planner", - testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Michael Chen", - role: "Business Executive", - testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=3", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Business Executive", testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Jennifer Rodriguez", - role: "Chef & Food Critic", - testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=3", - imageAlt: "Jennifer Rodriguez", - }, + id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez"}, { - id: "4", - name: "David Thompson", - role: "Restaurant Owner", - testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=3", - imageAlt: "David Thompson", - }, + id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson"}, ]} /> @@ -83,45 +78,21 @@ export default function ReviewsPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Event Planner", - testimonial: - "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", - imageSrc: - "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=3", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: + "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: + "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Michael Chen", - role: "Business Executive", - testimonial: - "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=4", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Business Executive", testimonial: + "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: + "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Jennifer Rodriguez", - role: "Chef & Food Critic", - testimonial: - "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", - imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=4", - imageAlt: "Jennifer Rodriguez", - }, + id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial: + "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez"}, { - id: "4", - name: "David Thompson", - role: "Restaurant Owner", - testimonial: - "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", - imageSrc: - "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=4", - imageAlt: "David Thompson", - }, + id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial: + "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: + "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson"}, ]} /> @@ -134,25 +105,20 @@ export default function ReviewsPage() { description="Book your table now and experience the perfect blend of exquisite cuisine, elegant ambiance, and exceptional service." buttons={[ { - text: "Reserve Your Table", - href: "#reservations", - }, + text: "Reserve Your Table", href: "#reservations"}, { - text: "Browse Menu", - href: "#menu", - }, + text: "Browse Menu", href: "#menu"}, ]} buttonAnimation="slide-up" background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} />