Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49b84469ae | |||
| 2ec3682694 | |||
| 34134e7abf | |||
| 3490dbfa98 | |||
| 33aad75c54 |
@@ -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,15 +38,15 @@ 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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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."
|
||||
title="Brynmawr's Finest Authentic Cuisine, Served with Warmth"
|
||||
description=" Brynmawr's most beloved Chinese takeaway for over a decade, crafted with tradition and heart. Call us now at 01495 315125 to order for collection or delivery."
|
||||
buttons={[
|
||||
{ text: "Call to Order", href: "tel:+441495315125" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
@@ -182,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user