5 Commits

Author SHA1 Message Date
0f9762687b Merge version_4 into main
Merge version_4 into main
2026-04-29 10:30:54 +00:00
fc4071dcdf Update src/app/page.tsx 2026-04-29 10:30:51 +00:00
22914f5063 Merge version_3 into main
Merge version_3 into main
2026-04-29 10:30:18 +00:00
1e7939626f Update src/app/page.tsx 2026-04-29 10:30:15 +00:00
418ec22cff Merge version_2 into main
Merge version_2 into main
2026-04-29 10:29:36 +00:00

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", alt: "Beautiful thanksgiving meal concept"},
{
src: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings"},
src: "http://img.b2bpic.net/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", alt: "Close up of restaurant table with pink velvet chairs in grey painted hall with classic paintings"},
{
src: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018734.jpg", alt: "Friends having dinner at a restaurant"},
]}
@@ -187,7 +187,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. You can easily secure your spot via our online reservation platform at [link]."},
{
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all dietary needs."},
{
@@ -240,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}