From 34134e7abfa4c5147a41cb6758f8b7f56c2083da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 18:40:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c45a1ca..8813c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Truck, Utensils, ChefHat } from "lucide-react"; +import { Truck, Utensils, ChefHat, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Order Now", id: "order" }, ]} brandName="The Wongs" - button={{ text: "Order Now", href: "#order" }} + button={{ text: "Order Now", href: "tel:+441495315125" }} /> @@ -46,7 +46,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1