Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ea87c4655 | |||
| eb92c675c1 | |||
| 76c71f6aaa | |||
| 419709f1ed | |||
| 6394aa3a49 | |||
| fbe6c7c1df | |||
| a24a1a477f | |||
| ce0633d49d | |||
| 0035bad348 | |||
| d5d674c0da | |||
| 1d44c79c59 |
@@ -13,8 +13,11 @@ 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 { useState } from "react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const [phoneText, setPhoneText] = useState("Call to Order");
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -111,8 +114,8 @@ export default function LandingPage() {
|
||||
title="Our Signature Menu"
|
||||
description="Traditional breakfast and tea rituals."
|
||||
products={[
|
||||
{ id: "1", name: "Karak Tea", price: "0.500 BHD", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bun-with-butter-red-fish-plate-with-sauce_141793-4780.jpg" },
|
||||
{ id: "2", name: "Traditional Bread", price: "0.200 BHD", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg" },
|
||||
{ id: "1", name: "Karak Tea", price: "0.500 BHD", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DROYdETcDjFZ2RD8dlCcwKPT5o/uploaded-1778243398109-ca22e7m8.webp" },
|
||||
{ id: "2", name: "Traditional Bread", price: "0.200 BHD", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DROYdETcDjFZ2RD8dlCcwKPT5o/uploaded-1778243486901-rbef3djm.jpg" },
|
||||
{ id: "3", name: "Balaleet", price: "1.200 BHD", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-salad-with-pineapple-bananas-berries-white-plate_140725-12377.jpg" },
|
||||
{ id: "4", name: "Eggs & Tomato", price: "1.500 BHD", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-dates-nuts-dry-fruits_114579-2578.jpg" },
|
||||
{ id: "5", name: "Samosa", price: "0.300 BHD", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-wooden-board_23-2148747690.jpg" },
|
||||
@@ -173,10 +176,17 @@ 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."
|
||||
buttonClassName="transition-transform duration-300 hover:scale-105"
|
||||
buttons={[
|
||||
{
|
||||
text: phoneText,
|
||||
onClick: () => window.location.href = "tel:+97317210647"
|
||||
},
|
||||
{ text: "Order on Talabat", href: "https://www.talabat.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user