9 Commits

Author SHA1 Message Date
32aa294c40 Update src/app/page.tsx 2026-04-30 11:00:21 +00:00
1c0ecd0ff2 Merge version_3 into main
Merge version_3 into main
2026-04-30 10:59:15 +00:00
9150ef7c48 Update src/app/page.tsx 2026-04-30 10:59:12 +00:00
5bedb4549a Merge version_2 into main
Merge version_2 into main
2026-04-30 10:56:01 +00:00
e6fca6c714 Update src/app/styles/variables.css 2026-04-30 10:55:58 +00:00
6ecf9946e7 Update src/app/page.tsx 2026-04-30 10:55:58 +00:00
e947e0e998 Merge version_1 into main
Merge version_1 into main
2026-04-30 10:54:39 +00:00
e6253754eb Merge version_1 into main
Merge version_1 into main
2026-04-30 10:54:10 +00:00
a123461104 Merge version_1 into main
Merge version_1 into main
2026-04-30 10:53:37 +00:00
2 changed files with 23 additions and 23 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--background: #fbfbfb;
--card: #f2f2f2;
--foreground: #1a1a1a;
--primary-cta: #c89f5f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #d4af37;
--background-accent: #f5f5f5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);