Merge version_1 into main #1

Merged
bender merged 9 commits from version_1 into main 2026-03-09 08:53:39 +00:00
9 changed files with 1413 additions and 46 deletions

View File

@@ -144,7 +144,7 @@ export default function AboutPage() {
testimonial:
"With over 25 years in Michelin-starred kitchens across Europe and America, I've dedicated my career to creating dishes that tell stories and connect people through food.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg",
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=2",
imageAlt: "Chef Marco Rossi",
icon: Quote,
},
@@ -155,7 +155,7 @@ export default function AboutPage() {
testimonial:
"Pastry is my passion. Every dessert that leaves our kitchen is a reflection of the care, precision, and artistry that defines Culinary Haven's philosophy.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2",
imageAlt: "Sophia Laurent",
icon: Quote,
},
@@ -166,7 +166,7 @@ export default function AboutPage() {
testimonial:
"Selecting the perfect wine pairing is an art form. I'm honored to guide our guests through curated selections that elevate every culinary experience.",
imageSrc:
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg",
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=2",
imageAlt: "James Wellington",
icon: Quote,
},
@@ -176,7 +176,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=2"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -124,7 +124,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=9"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -104,7 +104,7 @@ export default function GalleryPage() {
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",
"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",
},
{
@@ -115,7 +115,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "189",
imageSrc:
"http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg",
"http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=6",
imageAlt: "Elegant restaurant table setting",
},
{
@@ -137,7 +137,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg",
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=4",
imageAlt: "Signature culinary creation",
},
{
@@ -148,7 +148,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "334",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg",
"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",
},
]}
@@ -182,7 +182,7 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=7"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

File diff suppressed because it is too large Load Diff

View File

@@ -62,7 +62,7 @@ export default function MenuPage() {
price: "$42.00",
rating: 5,
reviewCount: "284",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=2",
imageAlt: "Prime grilled ribeye steak",
},
{
@@ -72,7 +72,7 @@ export default function MenuPage() {
price: "$38.00",
rating: 5,
reviewCount: "216",
imageSrc: "http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=2",
imageAlt: "Herb-crusted salmon fillet",
},
{
@@ -82,7 +82,7 @@ export default function MenuPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=2",
imageAlt: "Traditional handmade pasta carbonara",
},
{
@@ -92,7 +92,7 @@ export default function MenuPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg?_wi=2",
imageAlt: "Seasonal vegetable medley",
},
{
@@ -102,7 +102,7 @@ export default function MenuPage() {
price: "$18.00",
rating: 5,
reviewCount: "195",
imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=2",
imageAlt: "Elegant foie gras appetizer",
},
{
@@ -112,7 +112,7 @@ export default function MenuPage() {
price: "$12.00",
rating: 5,
reviewCount: "412",
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=2",
imageAlt: "Decadent chocolate lava cake",
},
]}
@@ -164,7 +164,7 @@ export default function MenuPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=3"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -93,7 +93,7 @@ export default function OrderPage() {
rating: 5,
reviewCount: "284",
imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg",
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=3",
imageAlt: "Prime grilled ribeye steak",
},
{
@@ -104,7 +104,7 @@ export default function OrderPage() {
rating: 5,
reviewCount: "216",
imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg",
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=3",
imageAlt: "Herb-crusted salmon fillet",
},
{
@@ -115,7 +115,7 @@ export default function OrderPage() {
rating: 5,
reviewCount: "328",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg",
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=3",
imageAlt: "Traditional handmade pasta carbonara",
},
{
@@ -126,7 +126,7 @@ export default function OrderPage() {
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",
"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",
},
{
@@ -137,7 +137,7 @@ export default function OrderPage() {
rating: 5,
reviewCount: "195",
imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg",
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=3",
imageAlt: "Elegant foie gras appetizer",
},
{
@@ -148,7 +148,7 @@ export default function OrderPage() {
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg",
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=3",
imageAlt: "Decadent chocolate lava cake",
},
]}
@@ -182,7 +182,7 @@ export default function OrderPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=5"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -100,7 +100,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg"
imageSrc="http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=1"
imageAlt="Elegantly plated fine dining dish"
mediaAnimation="slide-up"
frameStyle="card"
@@ -126,7 +126,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "284",
imageSrc:
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg",
"http://img.b2bpic.net/free-photo/fresh-ham-salad-table_140725-5652.jpg?_wi=1",
imageAlt: "Prime grilled ribeye steak",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "216",
imageSrc:
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg",
"http://img.b2bpic.net/free-photo/guy-eating-pasta-with-stuffed-meat-sauce_140725-9908.jpg?_wi=1",
imageAlt: "Herb-crusted salmon fillet",
},
{
@@ -148,7 +148,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "328",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg",
"http://img.b2bpic.net/free-photo/top-view-shrimp-teriyaki-sauce-served-with-fettuccini_140725-5180.jpg?_wi=1",
imageAlt: "Traditional handmade pasta carbonara",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-table_179666-18154.jpg?_wi=1",
imageAlt: "Seasonal vegetable medley",
},
{
@@ -170,7 +170,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "195",
imageSrc:
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg",
"http://img.b2bpic.net/free-photo/caprese-salad-glass-with-onion-rings_140725-3.jpg?_wi=1",
imageAlt: "Elegant foie gras appetizer",
},
{
@@ -181,7 +181,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "412",
imageSrc:
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg",
"http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-with-red-drink_114579-16566.jpg?_wi=1",
imageAlt: "Decadent chocolate lava cake",
},
]}
@@ -269,7 +269,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
icon: Quote,
},
@@ -280,7 +280,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1",
imageAlt: "Michael Chen",
icon: Quote,
},
@@ -291,7 +291,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1",
imageAlt: "Jennifer Rodriguez",
icon: Quote,
},
@@ -302,7 +302,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1",
imageAlt: "David Thompson",
icon: Quote,
},
@@ -334,7 +334,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=1"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -74,7 +74,7 @@ export default function ReservationsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
{
@@ -82,7 +82,7 @@ export default function ReservationsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=3",
imageAlt: "Michael Chen",
},
{
@@ -90,7 +90,7 @@ export default function ReservationsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=3",
imageAlt: "Jennifer Rodriguez",
},
{
@@ -98,7 +98,7 @@ export default function ReservationsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=3",
imageAlt: "David Thompson",
},
]}
@@ -107,7 +107,7 @@ export default function ReservationsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=4"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."

View File

@@ -89,7 +89,7 @@ export default function ReviewsPage() {
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",
"http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=3",
imageAlt: "Sarah Mitchell",
},
{
@@ -99,7 +99,7 @@ export default function ReviewsPage() {
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",
"http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=4",
imageAlt: "Michael Chen",
},
{
@@ -109,7 +109,7 @@ export default function ReviewsPage() {
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",
"http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=4",
imageAlt: "Jennifer Rodriguez",
},
{
@@ -119,7 +119,7 @@ export default function ReviewsPage() {
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",
"http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=4",
imageAlt: "David Thompson",
},
]}
@@ -152,7 +152,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=8"
imageAlt="Elegant restaurant interior"
logoText="Culinary Haven"
copyrightText="© 2025 Culinary Haven. All rights reserved."