10 Commits

Author SHA1 Message Date
cc66d19e94 Merge version_3 into main
Merge version_3 into main
2026-04-15 00:55:47 +00:00
b45f0f8e07 Update src/app/page.tsx 2026-04-15 00:55:44 +00:00
b77f1662ee Update src/app/gallery/page.tsx 2026-04-15 00:55:44 +00:00
6b4c127ab3 Merge version_3 into main
Merge version_3 into main
2026-04-15 00:55:23 +00:00
ae2eedd540 Update src/app/reservations/page.tsx 2026-04-15 00:55:20 +00:00
6e72b40869 Update src/app/page.tsx 2026-04-15 00:55:19 +00:00
a809c48bd0 Update src/app/menu/page.tsx 2026-04-15 00:55:19 +00:00
134b6f458b Update src/app/gallery/page.tsx 2026-04-15 00:55:18 +00:00
e85e253259 Merge version_2 into main
Merge version_2 into main
2026-04-15 00:49:26 +00:00
ca56199c41 Merge version_2 into main
Merge version_2 into main
2026-04-15 00:48:56 +00:00
4 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ export default function GalleryPage() {
{ name: "Gallery", id: "/gallery" },
{ name: "Reservations", id: "/reservations" },
]}
brandName="Lumière Dining"
brandName="Wing Joint"
button={{ text: "Book Table", href: "/reservations" }}
/>
</div>
@@ -28,9 +28,9 @@ export default function GalleryPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Plated Art", description: "Signature dishes served daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg" },
{ title: "Atmosphere", description: "Our elegant dining space.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" },
{ title: "Crafted Drinks", description: "Premium refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg" },
{ title: "Plated Art", description: "Signature dishes served daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1" },
{ title: "Atmosphere", description: "Our elegant dining space.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=1" },
{ title: "Crafted Drinks", description: "Premium refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg?_wi=1" },
]}
/>
</div>

View File

@@ -15,7 +15,7 @@ export default function MenuPage() {
{ name: "Gallery", id: "/gallery" },
{ name: "Reservations", id: "/reservations" },
]}
brandName="Lumière Dining"
brandName="Wing Joint"
button={{ text: "Book Table", href: "/reservations" }}
/>
</div>

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Lumière Dining"
brandName="Wing Joint"
button={{ text: "Book Table", href: "#contact" }}
/>
</div>
@@ -47,8 +47,8 @@ export default function LandingPage() {
tag="Since 1985"
buttons={[{ text: "Book Your Experience", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Luxurious dining atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Signature gourmet dish" }
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg?_wi=2", imageAlt: "Luxurious dining atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", imageAlt: "Signature gourmet dish" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
features={[
{ title: "Sommelier Selection", description: "Hand-picked vintage wines from premier estates worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg", imageAlt: "Wine cellar" },
{ title: "Sommelier Selection", description: "Hand-picked vintage wines from premier estates worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-wine-glass-table-decorated-christmas-new-year-eve-concept_132075-11254.jpg?_wi=2", imageAlt: "Wine cellar" },
{ title: "Farm to Table", description: "Sustainably sourced ingredients harvested at peak ripeness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-healthy-vegetables-colander-marble-desk_23-2147956588.jpg", imageAlt: "Fresh ingredients" },
{ title: "Ambience Redefined", description: "Impeccable interior design for ultimate comfort and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", imageAlt: "Restaurant dining room" },
]}
@@ -134,10 +134,10 @@ export default function LandingPage() {
],
},
]}
logoText="Lumière Dining"
logoText="Wing Joint"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -15,7 +15,7 @@ export default function ReservationsPage() {
{ name: "Gallery", id: "/gallery" },
{ name: "Reservations", id: "/reservations" },
]}
brandName="Lumière Dining"
brandName="Wing Joint"
button={{ text: "Book Table", href: "/reservations" }}
/>
</div>