2 Commits

Author SHA1 Message Date
d79f582fa1 Update theme colors 2026-04-23 18:07:25 +00:00
1a6130a323 Update theme colors 2026-04-23 18:07:11 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Authentic Cuisine, Served with Warmth"
description=" Brynmawr's most beloved Chinese takeaway for over a decade, crafted with tradition and heart."
description="The Wongs: Brynmawr's most beloved Chinese takeaway since decades, 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: "100+", description: "5-Star Reviews" },
{ id: "1", value: "50+", 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="Find us on Bailey Street"
title="Our Heritage 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: "Qaulity ", value: "100%" }]
title: "Fresh Preparation", description: "Made to order every time.", bentoComponent: "icon-info-cards", items: [{ icon: ChefHat, label: "Quality", 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 Reviews"
title="Community Voices"
description="What our customers are saying about us."
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1a1008;
--card: #2d2520;
--foreground: #faf6ee;
--primary-cta: #8b0000;
--primary-cta-text: #f5edd4;
--secondary-cta: #c9a84c;
--secondary-cta-text: #1a1008;
--accent: #c9a84c;
--background-accent: #5c0000;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);