3 Commits

Author SHA1 Message Date
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

@@ -199,6 +199,7 @@ export default function LandingPage() {
tag="Reservations" tag="Reservations"
title="Book Your Table Now" title="Book Your Table Now"
description="Secure your spot at Douala's finest riverside kitchen." 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" imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4009.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -233,4 +234,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }