6 Commits

Author SHA1 Message Date
973246e84d Merge version_4 into main
Merge version_4 into main
2025-12-23 11:52:24 +00:00
d465c905a6 Update src/app/page.tsx 2025-12-23 11:52:20 +00:00
fcc6e0497a Merge version_3 into main
Merge version_3 into main
2025-12-23 11:51:45 +00:00
1f61f2ae85 Update src/app/page.tsx 2025-12-23 11:51:40 +00:00
9f90f01df9 Merge version_2 into main
Merge version_2 into main
2025-12-23 11:51:04 +00:00
a5433021ba Update src/app/page.tsx 2025-12-23 11:51:00 +00:00

View File

@@ -42,10 +42,8 @@ export default function LandingPage() {
tag="Welcome to DoDo"
title="Exceptional Dining Experience Awaits"
description="Discover our curated selection of authentic dishes crafted with passion and the finest ingredients. Join us for an unforgettable culinary journey."
buttons={[
{ text: "View Menu", href: "menu" },
{ text: "Reserve Now", href: "contact" }
]}
buttons={[{ text: "View Menu", href: "menu" },
{"text":"Reserve Now a Table","href":"contact"}]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490266944-6grpqq0f.jpg"
imageAlt="Restaurant dining ambiance"
frameStyle="browser"
@@ -71,7 +69,7 @@ export default function LandingPage() {
label: "100% Fresh"
}
]}
buttons={[{ text: "Learn More", href: "#" }]}
buttons={[{"text":"Learn More","href":"www.youtube.com"}]}
useInvertedBackground="noInvert"
/>
</div>
@@ -158,7 +156,7 @@ export default function LandingPage() {
<ContactInline
text="Ready for an unforgettable meal?"
inputPlaceholder="Enter your email to reserve or inquire"
buttonText="Get in Touch"
buttonText="Get and Touch"
animationType="reveal-blur"
useInvertedBackground="noInvert"
/>