Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55e9fc1b76 | |||
| 2bb064e79d | |||
| 3f50d2632c | |||
| 5ca892799a | |||
| a72798668a | |||
| b165302fda |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
140
src/app/page.tsx
140
src/app/page.tsx
@@ -9,7 +9,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
|||||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Sparkles, Flame, Camera, Home, Users, Leaf, MapPin, Coffee, Utensils, Clock } from "lucide-react";
|
import { Sparkles, Flame, Camera, Home, Users, Leaf, MapPin, Coffee, Utensils, Clock, Smartphone, Users2, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="circleGradient"
|
background="circleGradient"
|
||||||
cardStyle="gradient-mesh"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
@@ -29,13 +29,14 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Gallery", id: "gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Order", id: "order" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."}}
|
text: "Order on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."
|
||||||
|
}}
|
||||||
brandName="Express Tea"
|
brandName="Express Tea"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -49,7 +50,8 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Now on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."},
|
text: "Order Now on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."
|
||||||
|
},
|
||||||
{ text: "View Menu & Gallery", href: "#menu" },
|
{ text: "View Menu & Gallery", href: "#menu" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -63,18 +65,21 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Menu", href: "#menu" },
|
{ text: "Menu", href: "#menu" },
|
||||||
{ text: "Order", href: "#order" },
|
{ text: "Order", href: "https://wa.me/971501234567" },
|
||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{
|
{
|
||||||
title: "Happy Customers", values: [1250, 1450, 1680],
|
title: "Happy Customers", values: [1250, 1450, 1680],
|
||||||
description: "Served this month"},
|
description: "Served this month"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Quality Rating", values: [4.8, 4.8, 4.9],
|
title: "Quality Rating", values: [4.8, 4.8, 4.9],
|
||||||
valueSuffix: "/5", description: "Average customer rating"},
|
valueSuffix: "/5", description: "Average customer rating"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Fast Delivery", values: [15, 15, 18],
|
title: "Fast Delivery", values: [15, 15, 18],
|
||||||
valueSuffix: " min", description: "Average pickup time"},
|
valueSuffix: " min", description: "Average pickup time"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
chartTitle: "Weekly Orders", chartData: [
|
chartTitle: "Weekly Orders", chartData: [
|
||||||
{ value: 45 },
|
{ value: 45 },
|
||||||
@@ -92,12 +97,44 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="services" data-section="services">
|
||||||
|
<FeatureBorderGlow
|
||||||
|
title="Our Services"
|
||||||
|
description="Discover what makes Express Tea your perfect destination for authentic Indian beverages and street food"
|
||||||
|
tag="Services"
|
||||||
|
tagIcon={Zap}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
animationType="slide-up"
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
icon: Smartphone,
|
||||||
|
title: "WhatsApp Ordering", description: "Place orders easily through WhatsApp for convenient pickup or delivery"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Users2,
|
||||||
|
title: "Catering Service", description: "Perfect for events, meetings, and gatherings with customizable packages"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Clock,
|
||||||
|
title: "Quick Service", description: "Fresh orders prepared within minutes without compromising quality"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: Coffee,
|
||||||
|
title: "Custom Blends", description: "Create your own tea blend with our selection of premium spices and ingredients"
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Our Menu"
|
title="Our Menu"
|
||||||
description="Freshly prepared teas, snacks, and authentic Indian street food made with love and quality ingredients"
|
description="Freshly prepared teas, snacks, and authentic Indian street food made with love and quality ingredients"
|
||||||
tag="Popular Items"
|
tag="Popular Items"
|
||||||
tagIcon={Flame}
|
tagIcon={Flame}
|
||||||
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -105,22 +142,40 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Express Tea", name: "Masala Chai (Regular)", price: "AED 3", rating: 5,
|
id: "1", brand: "Express Tea", name: "Masala Chai (Regular)", price: "AED 3", rating: 5,
|
||||||
reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=1", imageAlt: "indian chai tea varieties assorted"},
|
reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=1", imageAlt: "indian chai tea varieties assorted"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Express Tea", name: "Ginger Lemon Tea", price: "AED 4", rating: 5,
|
id: "2", brand: "Express Tea", name: "Ginger Lemon Tea", price: "AED 4", rating: 5,
|
||||||
reviewCount: "620+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=2", imageAlt: "indian chai tea varieties assorted"},
|
reviewCount: "620+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=2", imageAlt: "indian chai tea varieties assorted"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Express Tea", name: "Samosa (2 Pieces)", price: "AED 5", rating: 5,
|
id: "3", brand: "Express Tea", name: "Samosa (2 Pieces)", price: "AED 5", rating: 5,
|
||||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=1", imageAlt: "indian street snacks samosa pakora"},
|
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=1", imageAlt: "indian street snacks samosa pakora"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", brand: "Express Tea", name: "Vegetable Biryani", price: "AED 15", rating: 5,
|
id: "4", brand: "Express Tea", name: "Vegetable Biryani", price: "AED 15", rating: 5,
|
||||||
reviewCount: "756+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=1", imageAlt: "indian street food platter selection"},
|
reviewCount: "756+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=1", imageAlt: "indian street food platter selection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", brand: "Express Tea", name: "Chaat Special Mix", price: "AED 12", rating: 5,
|
id: "5", brand: "Express Tea", name: "Chaat Special Mix", price: "AED 12", rating: 5,
|
||||||
reviewCount: "542+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=2", imageAlt: "indian street food platter selection"},
|
reviewCount: "542+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=2", imageAlt: "indian street food platter selection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", brand: "Express Tea", name: "Pakora Plate (6 Pcs)", price: "AED 10", rating: 5,
|
id: "6", brand: "Express Tea", name: "Pakora Plate (6 Pcs)", price: "AED 10", rating: 5,
|
||||||
reviewCount: "834+", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=2", imageAlt: "indian street snacks samosa pakora"},
|
reviewCount: "834+", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=2", imageAlt: "indian street snacks samosa pakora"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "7", brand: "Express Tea", name: "Cardamom Tea Special", price: "AED 4.50", rating: 5,
|
||||||
|
reviewCount: "445+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=3", imageAlt: "indian chai tea varieties assorted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "8", brand: "Express Tea", name: "Onion Kachori", price: "AED 6", rating: 5,
|
||||||
|
reviewCount: "578+", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=3", imageAlt: "indian street snacks samosa pakora"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "9", brand: "Express Tea", name: "Paneer Tikka (6 Pcs)", price: "AED 14", rating: 5,
|
||||||
|
reviewCount: "692+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=3", imageAlt: "indian street food platter selection"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,20 +185,25 @@ export default function LandingPage() {
|
|||||||
title="Daily Specials & Offers"
|
title="Daily Specials & Offers"
|
||||||
description="Limited-time offers and daily specials to keep you coming back for more delicious tea and food"
|
description="Limited-time offers and daily specials to keep you coming back for more delicious tea and food"
|
||||||
tag="Today's Deal"
|
tag="Today's Deal"
|
||||||
|
tagIcon={Flame}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "Buy 2, Get 1 Free", description: "On selected teas every morning"},
|
id: "1", value: "Buy 2, Get 1 Free", description: "On selected teas every morning"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "20% OFF", description: "On meal combos after 5 PM"},
|
id: "2", value: "20% OFF", description: "On meal combos after 5 PM"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "Free Upgrade", description: "Medium to Large on orders over AED 25"},
|
id: "3", value: "Free Upgrade", description: "Medium to Large on orders over AED 25"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", value: "Loyalty Rewards", description: "Every 5th order gets 10% cashback"},
|
id: "4", value: "Loyalty Rewards", description: "Every 5th order gets 10% cashback"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,21 +216,25 @@ export default function LandingPage() {
|
|||||||
tagIcon={Camera}
|
tagIcon={Camera}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
title: "Cozy Interior", description: "Warm, welcoming ambiance perfect for enjoying your tea and snacks with family or friends"},
|
title: "Cozy Interior", description: "Warm, welcoming ambiance perfect for enjoying your tea and snacks with family or friends"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
title: "Quick Service", description: "Efficient counter service ensures your order is prepared fresh and ready in minutes"},
|
title: "Quick Service", description: "Efficient counter service ensures your order is prepared fresh and ready in minutes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
title: "Fresh Ingredients", description: "We source the finest teas and spices daily for authentic, flavorful beverages"},
|
title: "Fresh Ingredients", description: "We source the finest teas and spices daily for authentic, flavorful beverages"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
title: "Prime Location", description: "Located in central Sharjah for easy access. Free WiFi and comfortable seating included"},
|
title: "Prime Location", description: "Located in central Sharjah for easy access. Free WiFi and comfortable seating included"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -180,18 +244,23 @@ export default function LandingPage() {
|
|||||||
title="What Our Customers Love"
|
title="What Our Customers Love"
|
||||||
description="Real reviews from happy customers who visit us regularly"
|
description="Real reviews from happy customers who visit us regularly"
|
||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Best Chai in Sharjah!", quote: "I've tried many cafes, but Express Tea serves the most authentic masala chai. The flavors are perfect and the service is always quick. I visit almost every morning!", name: "Fatima Al-Mansouri", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg", imageAlt: "happy customer portrait smiling professional"},
|
id: "1", title: "Best Chai in Sharjah!", quote: "I've tried many cafes, but Express Tea serves the most authentic masala chai. The flavors are perfect and the service is always quick. I visit almost every morning!", name: "Fatima Al-Mansouri", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg", imageAlt: "happy customer portrait smiling professional"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Perfect for Work Breaks", quote: "Great location near my office. I love their samosas and ginger tea combo. Perfect for a quick break during work. The WiFi is reliable too!", name: "Ahmed Hassan", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/female-call-center-agent-posing-with-headphones-with-mic_329181-11381.jpg", imageAlt: "customer portrait woman satisfied happy"},
|
id: "2", title: "Perfect for Work Breaks", quote: "Great location near my office. I love their samosas and ginger tea combo. Perfect for a quick break during work. The WiFi is reliable too!", name: "Ahmed Hassan", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/female-call-center-agent-posing-with-headphones-with-mic_329181-11381.jpg", imageAlt: "customer portrait woman satisfied happy"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Family Favorite", quote: "We make it a weekend tradition to visit Express Tea. The biryani is delicious and the staff is very friendly. Kids love their special juice too!", name: "Layla Ibrahim", role: "Family Customer", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "person portrait man happy smiling"},
|
id: "3", title: "Family Favorite", quote: "We make it a weekend tradition to visit Express Tea. The biryani is delicious and the staff is very friendly. Kids love their special juice too!", name: "Layla Ibrahim", role: "Family Customer", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "person portrait man happy smiling"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Excellent WhatsApp Service", quote: "Ordering through WhatsApp is so convenient. My pickup order is always ready on time, and the quality is consistent. Highly recommended!", name: "Mohammad Khan", role: "Regular Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "customer portrait diverse satisfied happy"},
|
id: "4", title: "Excellent WhatsApp Service", quote: "Ordering through WhatsApp is so convenient. My pickup order is always ready on time, and the quality is consistent. Highly recommended!", name: "Mohammad Khan", role: "Regular Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "customer portrait diverse satisfied happy"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -204,9 +273,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."},
|
text: "Order on WhatsApp", href: "https://wa.me/971501234567?text=Hi%20Express%20Tea%21%20I%20would%20like%20to%20order..."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.google.com/?q=Express+Tea+Cafeteria+Sharjah"},
|
text: "Get Directions", href: "https://maps.google.com/?q=Express+Tea+Cafeteria+Sharjah"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -221,9 +292,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Quick Links", items: [
|
||||||
{ label: "Menu", href: "#menu" },
|
{ label: "Menu", href: "#menu" },
|
||||||
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "Gallery", href: "#gallery" },
|
{ label: "Gallery", href: "#gallery" },
|
||||||
{ label: "Reviews", href: "#testimonials" },
|
{ label: "Reviews", href: "#testimonials" },
|
||||||
{ label: "Order", href: "https://wa.me/971501234567" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -231,7 +302,8 @@ export default function LandingPage() {
|
|||||||
{ label: "WhatsApp: +971 50 123 4567", href: "https://wa.me/971501234567" },
|
{ label: "WhatsApp: +971 50 123 4567", href: "https://wa.me/971501234567" },
|
||||||
{ label: "Phone: +971 6 555 1234", href: "tel:+97165551234" },
|
{ label: "Phone: +971 6 555 1234", href: "tel:+97165551234" },
|
||||||
{
|
{
|
||||||
label: "Location: Al Taawun Street, Sharjah", href: "https://maps.google.com/?q=Express+Tea+Cafeteria+Sharjah"},
|
label: "Location: Al Taawun Street, Sharjah", href: "https://maps.google.com/?q=Express+Tea+Cafeteria+Sharjah"
|
||||||
|
},
|
||||||
{ label: "Hours: 7 AM - 11 PM Daily", href: "#" },
|
{ label: "Hours: 7 AM - 11 PM Daily", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user