Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef2fc709c3 | |||
| 2bf6970bec | |||
| f862b737d4 | |||
| 5c0e4f6bd5 | |||
| 17cee3545a | |||
| 26ecb26d42 | |||
| 0b02f44927 | |||
| 573786db23 | |||
| d8b5545b8f | |||
| cdac9e6961 | |||
| 519bdfd9de |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
logoText="MULAN"
|
||||
description="Authentic Chinese Cuisine. Refined. Elegant. Unforgettable."
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc3zTGnyNdmBlvmTmqF5rIcr5X/uploaded-1774776478349-f8y85tsy.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc3zTGnyNdmBlvmTmqF5rIcr5X/uploaded-1774777341981-yz4tgdyn.jpg"
|
||||
imageAlt="Mulan Restaurant Interior"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Reservation details or special requests", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-restaurant_23-2148015003.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc3zTGnyNdmBlvmTmqF5rIcr5X/uploaded-1774777168263-i4eivdh5.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "Larnaca, Cyprus", href: "#" }] },
|
||||
{ title: "Visit Us", items: [{ label: "Areos 1, Larnaca 6016, Cyprus", href: "#" }] },
|
||||
{ title: "Reservations", items: [{ label: "Book Online", href: "#contact" }] },
|
||||
]}
|
||||
logoText="MULAN"
|
||||
@@ -133,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user