Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-04-23 18:30:13 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Authentic Cuisine, Served with Warmth"
description="The Wongs: Brynmawr's most beloved Chinese takeaway since decades, crafted with tradition and heart."
description=" Brynmawr's most beloved Chinese takeaway for over a decade, crafted with tradition and heart."
buttons={[
{ text: "Call to Order", href: "tel:+441495315125" },
{ text: "View Menu", href: "#menu" },
@@ -68,7 +68,7 @@ export default function LandingPage() {
title="The Wongs by the Numbers"
tag="Our Legacy"
metrics={[
{ id: "1", value: "50+", description: "5-Star Reviews" },
{ id: "1", value: "100+", description: "5-Star Reviews" },
{ id: "2", value: "7", description: "Days Open Weekly" },
{ id: "3", value: "100%", description: "Freshly Prepared" },
]}
@@ -79,7 +79,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Our Heritage on Bailey Street"
title="Find us on Bailey Street"
description="Tucked away in the heart of Brynmawr, The Wongs has become a local institution, serving authentic flavors to families across the valleys."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288323.jpg"
/>
@@ -111,7 +111,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fresh Preparation", description: "Made to order every time.", bentoComponent: "icon-info-cards", items: [{ icon: ChefHat, label: "Quality", value: "100%" }]
title: "Fresh Preparation", description: "Made to order every time.", bentoComponent: "icon-info-cards", items: [{ icon: ChefHat, label: "Qaulity ", value: "100%" }]
},
{
title: "Local Delivery", description: "To Brynmawr and beyond.", bentoComponent: "icon-info-cards", items: [{ icon: Truck, label: "Service", value: "Fast" }]
@@ -137,7 +137,7 @@ export default function LandingPage() {
{ id: "4", name: "Anna Baczmanska", role: "Local Guide", testimonial: "Best curry I ever had.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309945.jpg" },
{ id: "5", name: "Gary Brooks", role: "Local Guide", testimonial: "Tried the rest, now try the best.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-corn-dog_23-2149929404.jpg" },
]}
title="Community Voices"
title="Community Reviews"
description="What our customers are saying about us."
/>
</div>