|
|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
@@ -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={[
|
|
|
|
|
@@ -170,29 +170,29 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<ContactText
|
|
|
|
|
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" }}
|
|
|
|
|
tag="Get in Touch"
|
|
|
|
|
title="Visit Us Today"
|
|
|
|
|
description="Located at C. de Dolores Barranco, 41, Usera, Madrid. Come visit us for an authentic meal."
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now: 910 54 03 53", href: "tel:910540353" },
|
|
|
|
|
{ text: "Call Us Now", href: "tel:910540353" },
|
|
|
|
|
{ text: "Reserve Now", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
columns={[
|
|
|
|
|
{ items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#products" }] },
|
|
|
|
|
{ items: [{ label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
<FooterMedia
|
|
|
|
|
logoText="周家侨味"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg?_wi=1"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Quick Links", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#products" }] },
|
|
|
|
|
{ title: "Information", items: [{ label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|