2 Commits

2 changed files with 34 additions and 34 deletions

View File

@@ -50,27 +50,27 @@ export default function LandingPage() {
<div id="metriccardone" data-section="metriccardone">
<MetricCardOne
metrics={[
{
id: "1",
value: "15+",
title: "Years Experience",
description: "Serving authentic Asian cuisine",
icon: ChefHat ?? null
},
{
id: "2",
value: "50K+",
title: "Happy Customers",
description: "Satisfied diners every month",
icon: Users ?? null
},
{
id: "3",
value: "100%",
title: "Fresh Ingredients",
description: "Sourced daily from local markets",
icon: Leaf ?? null
},
{
id: "1",
value: "15+",
title: "Years Experience",
description: "Serving authentic Asian cuisine",
icon: typeof ChefHat !== 'undefined' ? ChefHat : null
},
{
id: "2",
value: "50K+",
title: "Happy Customers",
description: "Satisfied diners every month",
icon: typeof Users !== 'undefined' ? Users : null
},
{
id: "3",
value: "100%",
title: "Fresh Ingredients",
description: "Sourced daily from local markets",
icon: typeof Leaf !== 'undefined' ? Leaf : null
},
{
id: "4",
value: "24/7",

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1c1c1c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
--card: #2d2d2d;;
--foreground: #ffffff;;
--primary-cta: #dc2626;;
--secondary-cta: #1a1a1a;;
--accent: #ef4444;;
--background-accent: #7f1d1d;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1c1c1c;;
--background: #1a1a1a;;
--card: #2d2d2d;;
--foreground: #ffffff;;
--primary-cta: #dc2626;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta: #1a1a1a;;
--secondary-cta-text: #1c1c1c;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--accent: #ef4444;;
--background-accent: #7f1d1d;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);