Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-16 03:55:47 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PanPan Wok"
/>
@@ -55,67 +47,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Authentic Chinese Cuisine at Affordable Prices"
description="Experience fresh, fast, and flavorful Chinese food right here in Pico Rivera. Your local favorite for quality meals."
buttons={[
{
text: "Order Online",
href: "#",
},
text: "Order Online", href: "#"},
{
text: "Call Now",
href: "tel:5629481213",
},
text: "Call Now", href: "tel:5629481213"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xxvy7l"
mediaAnimation="slide-up"
avatars={[
{
src: "asset://hero-avatar-1",
alt: "Happy regular customer",
},
src: "asset://hero-avatar-1", alt: "Happy regular customer"},
{
src: "asset://hero-avatar-2",
alt: "Satisfied diner",
},
src: "asset://hero-avatar-2", alt: "Satisfied diner"},
{
src: "asset://hero-avatar-3",
alt: "Frequent guest",
},
src: "asset://hero-avatar-3", alt: "Frequent guest"},
{
src: "asset://hero-avatar-4",
alt: "Local food lover",
},
src: "asset://hero-avatar-4", alt: "Local food lover"},
{
src: "asset://hero-avatar-5",
alt: "Family customer",
},
src: "asset://hero-avatar-5", alt: "Family customer"},
]}
avatarText="Trusted by 500+ locals"
marqueeItems={[
{
type: "text",
text: "Fresh Ingredients",
type: "text", text: "Fresh Ingredients"},
{
type: "text", text: "Daily Specials"},
{
type: "text-icon", text: "Family Recipes", icon: Utensils,
},
{
type: "text",
text: "Daily Specials",
},
type: "text", text: "Fast Delivery"},
{
type: "text-icon",
text: "Family Recipes",
icon: Utensils,
},
{
type: "text",
text: "Fast Delivery",
},
{
type: "text-icon",
text: "Authentic Taste",
icon: Award,
type: "text-icon", text: "Authentic Taste", icon: Award,
},
]}
/>
@@ -127,9 +94,7 @@ export default function LandingPage() {
title="Welcome to PanPan Wok"
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
/>
</div>
@@ -142,41 +107,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Wonton Soup",
price: "$12.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k81pwm",
},
id: "1", name: "Wonton Soup", price: "$12.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k81pwm"},
{
id: "2",
name: "Chow Mein Trio",
price: "$14.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdhs8k",
},
id: "2", name: "Chow Mein Trio", price: "$14.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdhs8k"},
{
id: "3",
name: "Orange Chicken & Broccoli",
price: "$15.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i362fo",
},
id: "3", name: "Orange Chicken & Broccoli", price: "$15.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i362fo"},
{
id: "4",
name: "Jalapeño Chicken",
price: "$16.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sfij99",
},
id: "4", name: "Jalapeño Chicken", price: "$16.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sfij99"},
{
id: "5",
name: "Tofu Mix Vegetables",
price: "$13.99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gi7nu",
},
id: "5", name: "Tofu Mix Vegetables", price: "$13.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gi7nu"},
{
id: "6",
name: "Boba Tea Duo",
price: "$6.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loln7q",
},
id: "6", name: "Boba Tea Duo", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loln7q"},
]}
title="Menu Highlights"
description="Discover our most-loved dishes, crafted with tradition and care."
@@ -190,20 +131,11 @@ export default function LandingPage() {
tag="Trusted by locals"
metrics={[
{
id: "m1",
value: "4.4",
description: "Star Rating",
},
id: "m1", value: "4.4", description: "Star Rating"},
{
id: "m2",
value: "155+",
description: "Happy Reviews",
},
id: "m2", value: "155+", description: "Happy Reviews"},
{
id: "m3",
value: "10+",
description: "Years Serving",
},
id: "m3", value: "10+", description: "Years Serving"},
]}
metricsAnimation="slide-up"
/>
@@ -216,40 +148,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@foodie",
testimonial: "Amazing food, so fast and fresh!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4pb7f6",
},
id: "1", name: "Sarah J.", handle: "@foodie", testimonial: "Amazing food, so fast and fresh!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4pb7f6"},
{
id: "2",
name: "Mike R.",
handle: "@local",
testimonial: "Best orange chicken in Pico Rivera.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj91nn",
},
id: "2", name: "Mike R.", handle: "@local", testimonial: "Best orange chicken in Pico Rivera.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj91nn"},
{
id: "3",
name: "Emily P.",
handle: "@family",
testimonial: "Great portions, very budget friendly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr85gl",
},
id: "3", name: "Emily P.", handle: "@family", testimonial: "Great portions, very budget friendly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr85gl"},
{
id: "4",
name: "David W.",
handle: "@regular",
testimonial: "Clean and always consistent quality.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a9gls",
},
id: "4", name: "David W.", handle: "@regular", testimonial: "Clean and always consistent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a9gls"},
{
id: "5",
name: "Lisa K.",
handle: "@fan",
testimonial: "The jalapeño chicken is incredible.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye8p05",
},
id: "5", name: "Lisa K.", handle: "@fan", testimonial: "The jalapeño chicken is incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye8p05"},
]}
title="Customer Stories"
description="See why our neighbors keep coming back."
@@ -262,20 +169,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What are your hours?",
content: "10:30 AM 9 PM Daily.",
},
id: "f1", title: "What are your hours?", content: "10:30 AM 9 PM Daily."},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, through our online platform.",
},
id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."},
{
id: "f3",
title: "Is seating available?",
content: "Yes, we offer clean, comfortable dine-in seating.",
},
id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."},
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -287,8 +185,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Visit Us Today"
description="8830 Whittier Blvd, Pico Rivera, CA"
@@ -303,25 +200,17 @@ export default function LandingPage() {
logoText="PanPan Wok"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Full Menu",
href: "#menu",
},
label: "Full Menu", href: "#menu"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Call",
href: "tel:5629481213",
},
label: "Call", href: "tel:5629481213"},
],
},
]}