Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 973246e84d | |||
| d465c905a6 | |||
| fcc6e0497a | |||
| 1f61f2ae85 | |||
| 9f90f01df9 | |||
| a5433021ba |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user