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