Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Clock, Flame, Users, ChefHat } from "lucide-react";
|
||||
import { Award, Clock, Flame, Users, ChefHat, Phone, ExternalLink } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -173,10 +173,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Book Your Table"
|
||||
description="Enjoy traditional hospitality in the heart of Bahrain."
|
||||
buttons={[{ text: "Reserve Now", href: "#" }]}
|
||||
tag="Order Now"
|
||||
title="How would you like to order?"
|
||||
description="Enjoy traditional hospitality in the heart of Bahrain through our convenient ordering channels."
|
||||
buttons={[
|
||||
{ text: "Call to Order", onClick: () => window.location.href = "tel:+97317210647" },
|
||||
{ text: "Order on Talabat", href: "https://www.talabat.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user