5 Commits

Author SHA1 Message Date
dce0a062e6 Update src/app/page.tsx 2026-04-27 07:14:02 +00:00
e42abcae0e Merge version_2 into main
Merge version_2 into main
2026-04-27 07:12:26 +00:00
ab157e63b9 Update src/app/page.tsx 2026-04-27 07:12:23 +00:00
977a76a714 Merge version_1 into main
Merge version_1 into main
2026-04-27 07:11:10 +00:00
959874a0b7 Merge version_1 into main
Merge version_1 into main
2026-04-27 07:10:40 +00:00

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
{
id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
]}
title="Menu Highlights"
title="Signature Culinary Creations"
description="A glimpse into our seasonal culinary creations."
/>
</div>
@@ -199,6 +199,7 @@ export default function LandingPage() {
tag="Reservations"
title="Book Your Table Now"
description="Secure your spot at Douala's finest riverside kitchen."
buttonText="Confirm Reservation"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4009.jpg"
mediaAnimation="slide-up"
/>
@@ -233,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}