2 Commits

Author SHA1 Message Date
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

View File

@@ -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={[
@@ -195,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}