Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 19:05:32 +00:00
5 changed files with 1395 additions and 28 deletions

View File

@@ -81,7 +81,7 @@ export default function AboutPage() {
description:
"Meticulously plated dishes that showcase Chef Thomas Keller's dedication to perfection and innovation.",
imageSrc:
"http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg",
"http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=2",
imageAlt: "Fine dining plated cuisine",
},
{
@@ -90,7 +90,7 @@ export default function AboutPage() {
description:
"Our skilled brigade executes each dish with precision and passion in our state-of-the-art kitchen.",
imageSrc:
"http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg",
"http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg?_wi=2",
imageAlt: "Professional fine dining kitchen",
},
{
@@ -99,7 +99,7 @@ export default function AboutPage() {
description:
"Sophisticated dining room overlooking Central Park, creating an atmosphere of refined luxury.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg",
"http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg?_wi=2",
imageAlt: "Elegant dining room interior",
},
]}

View File

@@ -82,7 +82,7 @@ export default function GalleryPage() {
description:
"Meticulously plated dishes that showcase Chef Thomas Keller's dedication to perfection and innovation.",
imageSrc:
"http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg",
"http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=3",
imageAlt: "Fine dining plated cuisine",
},
{
@@ -91,7 +91,7 @@ export default function GalleryPage() {
description:
"Our skilled brigade executes each dish with precision and passion in our state-of-the-art kitchen.",
imageSrc:
"http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg",
"http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg?_wi=3",
imageAlt: "Professional fine dining kitchen",
},
{
@@ -100,7 +100,7 @@ export default function GalleryPage() {
description:
"Sophisticated dining room overlooking Central Park, creating an atmosphere of refined luxury.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg",
"http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg?_wi=3",
imageAlt: "Elegant dining room interior",
},
]}
@@ -129,7 +129,7 @@ export default function GalleryPage() {
price: "Included",
variant: "Premier Opening Course",
imageSrc:
"http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg",
"http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=5",
imageAlt: "Caviar amuse-bouche",
},
{
@@ -138,7 +138,7 @@ export default function GalleryPage() {
price: "Included",
variant: "Signature Main Course",
imageSrc:
"http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg",
"http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=5",
imageAlt: "Butter-poached Maine lobster",
},
{
@@ -147,7 +147,7 @@ export default function GalleryPage() {
price: "Included",
variant: "Delicate Fish Course",
imageSrc:
"http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg",
"http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg?_wi=4",
imageAlt: "Rainbow trout",
},
{
@@ -156,7 +156,7 @@ export default function GalleryPage() {
price: "Included",
variant: "Premium Seafood",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg",
"http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=5",
imageAlt: "Sashimi with caviar",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -83,21 +83,21 @@ export default function MenuPage() {
id: 1,
title: "Amuse-Bouche",
description: "Begin your journey with our premiere amuse-bouche selection, including scallop creations, artisanal bread service, and exclusive salt assortments that set the tone for culinary excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=3",
imageAlt: "Amuse-bouche collection",
},
{
id: 2,
title: "Main Courses",
description: "Experience the signature dishes of Per Se, including butter-poached Maine lobster, delicate rainbow trout, and premium sashimi with caviar—each a masterpiece of technique and flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=3",
imageAlt: "Main course selections",
},
{
id: 3,
title: "Accompaniments & Desserts",
description: "Conclude with thoughtfully crafted accompaniments including quinoa risotto, cappuccino soup, and delicate mochi creations that provide the perfect balance to your dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=3",
imageAlt: "Dessert and accompaniments",
},
]}
@@ -119,7 +119,7 @@ export default function MenuPage() {
name: "Scallop Amuse-Bouche",
price: "Included",
variant: "Opening Course 1 of 3",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=4",
imageAlt: "Scallop amuse-bouche",
},
{
@@ -127,7 +127,7 @@ export default function MenuPage() {
name: "Bread & Butter Service",
price: "Included",
variant: "Artisanal Selection",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=4",
imageAlt: "Bread and butter service",
},
{
@@ -135,7 +135,7 @@ export default function MenuPage() {
name: "Butter-Poached Maine Lobster",
price: "Included",
variant: "Signature Main Per Se Classic",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg?_wi=3",
imageAlt: "Maine lobster",
},
{
@@ -143,7 +143,7 @@ export default function MenuPage() {
name: "Rainbow Trout",
price: "Included",
variant: "Delicate Fish Course",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=4",
imageAlt: "Rainbow trout",
},
]}

View File

@@ -91,19 +91,19 @@ export default function HomePage() {
imageAlt: "Per Se fine dining restaurant interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=1",
imageAlt: "Caviar amuse-bouche",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=1",
imageAlt: "Butter-poached Maine lobster",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg?_wi=1",
imageAlt: "Rainbow trout dish",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=1",
imageAlt: "Sashimi with caviar",
},
]}
@@ -124,7 +124,7 @@ export default function HomePage() {
name: "Caviar Amuse-Bouche",
price: "Included",
variant: "Premier Opening Course",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=2",
imageAlt: "Caviar amuse-bouche",
},
{
@@ -132,7 +132,7 @@ export default function HomePage() {
name: "Butter-Poached Maine Lobster",
price: "Included",
variant: "Signature Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=2",
imageAlt: "Butter-poached Maine lobster",
},
{
@@ -140,7 +140,7 @@ export default function HomePage() {
name: "Rainbow Trout",
price: "Included",
variant: "Delicate Fish Course",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg?_wi=2",
imageAlt: "Rainbow trout",
},
{
@@ -148,7 +148,7 @@ export default function HomePage() {
name: "Sashimi with Caviar",
price: "Included",
variant: "Premium Seafood",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=2",
imageAlt: "Sashimi with caviar",
},
]}
@@ -210,21 +210,21 @@ export default function HomePage() {
id: 1,
title: "Culinary Artistry",
description: "Meticulously plated dishes that showcase Chef Thomas Keller's dedication to perfection and innovation.",
imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=1",
imageAlt: "Fine dining plated cuisine",
},
{
id: 2,
title: "Professional Kitchen",
description: "Our skilled brigade executes each dish with precision and passion in our state-of-the-art kitchen.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg?_wi=1",
imageAlt: "Professional fine dining kitchen",
},
{
id: 3,
title: "Elegant Ambiance",
description: "Sophisticated dining room overlooking Central Park, creating an atmosphere of refined luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg?_wi=1",
imageAlt: "Elegant dining room interior",
},
]}