Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 534360602c | |||
| 32aa294c40 | |||
| 1c0ecd0ff2 | |||
| 9150ef7c48 | |||
| 5bedb4549a |
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "The Essence of QiaoWei" },
|
||||
{ type: "text", content: "Born from decades of family tradition, our culinary philosophy centers on slow-crafted, authentic Mandarin techniques. We preserve the specific regional spices and hand-pulling methods that define the soul of our heritage to ensure every bite transports you back to our hometown." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/black-man-chief-is-preparing-cake-molds-before-fill-them-with-batter-his-professional-artisan-confectionery_346278-681.jpg", alt: "Handmade noodles" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -171,12 +171,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Reserve your table at C. de Dolores Barranco, 41, Usera, Madrid. We look forward to serving you authentic Mandarin cuisine. Call us at 910 54 03 53 to book your visit."
|
||||
text="Reserve your table at C. de Dolores Barranco, 41, Usera, Madrid. We are open daily from 12:00 PM to 11:00 PM. Call us at 910 54 03 53 or Reserve Now to secure your spot."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Call Us Now", href: "tel:910540353" },
|
||||
{ text: "Book a Table", href: "#contact" }
|
||||
{ text: "Reserve Now", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -195,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user