Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
364
src/app/page.tsx
364
src/app/page.tsx
@@ -34,39 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Offerings",
|
||||
id: "#offerings",
|
||||
},
|
||||
name: "Offerings", id: "#offerings"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Bizerte Coffee & Kitchen"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,8 +58,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Bizerte Coffee & Kitchen"
|
||||
description="Experience the perfect blend of rich coffee aromas and delectable homemade dishes in the heart of Bizerte. Your daily escape awaits."
|
||||
@@ -83,66 +66,42 @@ export default function LandingPage() {
|
||||
tagIcon={Coffee}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
imageAlt="Cozy coffee shop interior with fresh coffee and pastries"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-tea-by-christmas-tree_1303-11314.jpg",
|
||||
alt: "Smiling customer enjoying coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-tea-by-christmas-tree_1303-11314.jpg", alt: "Smiling customer enjoying coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg",
|
||||
alt: "Happy patron at the cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/best-friend-always-makes-ma-laugh_329181-2920.jpg", alt: "Happy patron at the cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg",
|
||||
alt: "Person laughing while having coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg", alt: "Person laughing while having coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
alt: "Satisfied client at Bizerte Coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Satisfied client at Bizerte Coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-young-woman-holding-cups-coffee-while-smiling_114579-52414.jpg",
|
||||
alt: "Customer holding a coffee cup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-young-woman-holding-cups-coffee-while-smiling_114579-52414.jpg", alt: "Customer holding a coffee cup"},
|
||||
]}
|
||||
avatarText="Join our 50,000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Brewed",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Freshly Brewed", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Pastries",
|
||||
icon: Croissant,
|
||||
type: "text-icon", text: "Artisan Pastries", icon: Croissant,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delicious Meals",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Delicious Meals", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Ambiance",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Cozy Ambiance", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Friendly Service",
|
||||
icon: Smile,
|
||||
type: "text-icon", text: "Friendly Service", icon: Smile,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -158,7 +117,7 @@ export default function LandingPage() {
|
||||
description="At Bizerte Coffee & Kitchen, we believe in creating more than just meals and beverages. We craft experiences, cultivate community, and celebrate the simple joy of good food and great company. Our ingredients are locally sourced, our coffee beans are meticulously selected, and every dish is prepared with love and expertise."
|
||||
subdescription="Nestled in the vibrant city of Bizerte, our cafe is a cherished spot where tradition meets modern culinary art. We invite you to join us and discover your new favorite taste."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg"
|
||||
imageAlt="Close-up of a barista preparing coffee with latte art"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -171,80 +130,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Pastries",
|
||||
description: "Indulge in our exquisite selection of freshly baked pastries, made daily with the finest local ingredients. Perfect with your morning coffee.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-raisins-rolls-wooden-table_23-2148648814.jpg",
|
||||
imageAlt: "Assortment of freshly baked croissants and pastries",
|
||||
},
|
||||
title: "Artisan Pastries", description: "Indulge in our exquisite selection of freshly baked pastries, made daily with the finest local ingredients. Perfect with your morning coffee.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-raisins-rolls-wooden-table_23-2148648814.jpg", imageAlt: "Assortment of freshly baked croissants and pastries"},
|
||||
items: [
|
||||
{
|
||||
icon: Croissant,
|
||||
text: "Baked Fresh Daily",
|
||||
},
|
||||
text: "Baked Fresh Daily"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Finest Ingredients",
|
||||
},
|
||||
text: "Finest Ingredients"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Signature Recipes",
|
||||
},
|
||||
text: "Signature Recipes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2",
|
||||
imageAlt: "delicious pastries baked fresh cafe",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Masterful Espresso",
|
||||
description: "Savor the rich, aromatic flavors of our expertly brewed espresso, crafted by our skilled baristas. A true coffee experience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg",
|
||||
imageAlt: "Close-up of a rich espresso shot being pulled",
|
||||
},
|
||||
title: "Masterful Espresso", description: "Savor the rich, aromatic flavors of our expertly brewed espresso, crafted by our skilled baristas. A true coffee experience.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg", imageAlt: "Close-up of a rich espresso shot being pulled"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Premium Beans",
|
||||
},
|
||||
text: "Premium Beans"},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Expert Baristas",
|
||||
},
|
||||
text: "Expert Baristas"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Perfectly Brewed",
|
||||
},
|
||||
text: "Perfectly Brewed"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg?_wi=2",
|
||||
imageAlt: "delicious pastries baked fresh cafe",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Wholesome Sandwiches",
|
||||
description: "Enjoy our delicious and wholesome sandwiches, prepared with fresh, crisp vegetables and gourmet fillings. Ideal for a light lunch.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pot-with-herbs-sandwich_140725-1930.jpg",
|
||||
imageAlt: "Freshly made gourmet sandwich with healthy ingredients",
|
||||
},
|
||||
title: "Wholesome Sandwiches", description: "Enjoy our delicious and wholesome sandwiches, prepared with fresh, crisp vegetables and gourmet fillings. Ideal for a light lunch.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pot-with-herbs-sandwich_140725-1930.jpg", imageAlt: "Freshly made gourmet sandwich with healthy ingredients"},
|
||||
items: [
|
||||
{
|
||||
icon: Sandwich,
|
||||
text: "Fresh & Healthy",
|
||||
},
|
||||
text: "Fresh & Healthy"},
|
||||
{
|
||||
icon: Salad,
|
||||
text: "Gourmet Fillings",
|
||||
},
|
||||
text: "Gourmet Fillings"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Vegetarian Options",
|
||||
},
|
||||
text: "Vegetarian Options"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg?_wi=1",
|
||||
imageAlt: "delicious pastries baked fresh cafe",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Signature Delights"
|
||||
description="Discover our most loved offerings, crafted with fresh ingredients and a touch of passion. From our perfectly brewed coffee to our wholesome kitchen creations, there's something to satisfy every craving."
|
||||
@@ -260,47 +192,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "latte",
|
||||
name: "Classic Latte",
|
||||
price: "8 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg?_wi=2",
|
||||
imageAlt: "Classic latte with foam art",
|
||||
},
|
||||
id: "latte", name: "Classic Latte", price: "8 TND", imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg", imageAlt: "Classic latte with foam art"},
|
||||
{
|
||||
id: "cake",
|
||||
name: "Chocolate Fudge Cake",
|
||||
price: "12 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-white-plate-with-coffee-beans-wooden-table_1150-20925.jpg",
|
||||
imageAlt: "Slice of chocolate fudge cake",
|
||||
},
|
||||
id: "cake", name: "Chocolate Fudge Cake", price: "12 TND", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-white-plate-with-coffee-beans-wooden-table_1150-20925.jpg", imageAlt: "Slice of chocolate fudge cake"},
|
||||
{
|
||||
id: "salad",
|
||||
name: "Mediterranean Salad",
|
||||
price: "15 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-salad-table_23-2148515345.jpg",
|
||||
imageAlt: "Fresh Mediterranean salad with olives and feta",
|
||||
},
|
||||
id: "salad", name: "Mediterranean Salad", price: "15 TND", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-salad-table_23-2148515345.jpg", imageAlt: "Fresh Mediterranean salad with olives and feta"},
|
||||
{
|
||||
id: "smoothie",
|
||||
name: "Berry Blast Smoothie",
|
||||
price: "10 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-high-angle_23-2148574127.jpg",
|
||||
imageAlt: "Vibrant berry smoothie in a tall glass",
|
||||
},
|
||||
id: "smoothie", name: "Berry Blast Smoothie", price: "10 TND", imageSrc: "http://img.b2bpic.net/free-photo/natural-smoothies-high-angle_23-2148574127.jpg", imageAlt: "Vibrant berry smoothie in a tall glass"},
|
||||
{
|
||||
id: "tea",
|
||||
name: "Herbal Infusion Tea",
|
||||
price: "7 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cups-hot-tea-with-dried-fruits-oatmeal-cookies-stone-table_114579-42330.jpg",
|
||||
imageAlt: "Steaming cup of herbal tea",
|
||||
},
|
||||
id: "tea", name: "Herbal Infusion Tea", price: "7 TND", imageSrc: "http://img.b2bpic.net/free-photo/white-cups-hot-tea-with-dried-fruits-oatmeal-cookies-stone-table_114579-42330.jpg", imageAlt: "Steaming cup of herbal tea"},
|
||||
{
|
||||
id: "baguette",
|
||||
name: "Chicken Pesto Baguette",
|
||||
price: "13 TND",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-bakery-coffee_23-2147693721.jpg",
|
||||
imageAlt: "Crispy baguette sandwich with chicken and pesto",
|
||||
},
|
||||
id: "baguette", name: "Chicken Pesto Baguette", price: "13 TND", imageSrc: "http://img.b2bpic.net/free-photo/sweet-bakery-coffee_23-2147693721.jpg", imageAlt: "Crispy baguette sandwich with chicken and pesto"},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Explore our diverse range of handcrafted coffees, delectable teas, fresh pastries, and savory kitchen dishes. There's a perfect choice for every palate."
|
||||
@@ -315,20 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "10+",
|
||||
description: "Years Serving Bizerte",
|
||||
},
|
||||
id: "experience", value: "10+", description: "Years Serving Bizerte"},
|
||||
{
|
||||
id: "customers",
|
||||
value: "50K+",
|
||||
description: "Happy Customers Served",
|
||||
},
|
||||
id: "customers", value: "50K+", description: "Happy Customers Served"},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "500+",
|
||||
description: "Five-Star Reviews",
|
||||
},
|
||||
id: "reviews", value: "500+", description: "Five-Star Reviews"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Our commitment to quality, community, and exceptional service sets us apart. We take pride in every detail to ensure your visit is unforgettable."
|
||||
@@ -343,26 +236,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "chef",
|
||||
name: "Ahmed Ben Youssef",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg",
|
||||
imageAlt: "Portrait of Head Chef Ahmed Ben Youssef",
|
||||
},
|
||||
id: "chef", name: "Ahmed Ben Youssef", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-standing-cafe-s-front-door-waving-someone_637285-6578.jpg", imageAlt: "Portrait of Head Chef Ahmed Ben Youssef"},
|
||||
{
|
||||
id: "barista",
|
||||
name: "Fatma Zaidi",
|
||||
role: "Lead Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee_23-2149045715.jpg",
|
||||
imageAlt: "Portrait of Lead Barista Fatma Zaidi",
|
||||
},
|
||||
id: "barista", name: "Fatma Zaidi", role: "Lead Barista", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee_23-2149045715.jpg", imageAlt: "Portrait of Lead Barista Fatma Zaidi"},
|
||||
{
|
||||
id: "manager",
|
||||
name: "Sami Trabelsi",
|
||||
role: "Cafe Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-multiracial-baristas-aprons-standing-welcomingly-their-trendy-coffee-shop_613910-21046.jpg",
|
||||
imageAlt: "Portrait of Cafe Manager Sami Trabelsi",
|
||||
},
|
||||
id: "manager", name: "Sami Trabelsi", role: "Cafe Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-young-multiracial-baristas-aprons-standing-welcomingly-their-trendy-coffee-shop_613910-21046.jpg", imageAlt: "Portrait of Cafe Manager Sami Trabelsi"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our passionate team is the heart of Bizerte Coffee & Kitchen, bringing warmth and expertise to every cup and plate. Get to know the faces behind your favorite spot."
|
||||
@@ -376,64 +254,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amina Bouzid",
|
||||
role: "Local Resident",
|
||||
company: "Bizerte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-tanned-woman-brown-bra-denim-skirt-smiles-eats-waffle-with-maple-syrup_197531-18185.jpg",
|
||||
imageAlt: "Portrait of Amina Bouzid",
|
||||
},
|
||||
id: "1", name: "Amina Bouzid", role: "Local Resident", company: "Bizerte", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-tanned-woman-brown-bra-denim-skirt-smiles-eats-waffle-with-maple-syrup_197531-18185.jpg", imageAlt: "Portrait of Amina Bouzid"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Karim Jlassi",
|
||||
role: "Food Enthusiast",
|
||||
company: "Tunis",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-feeding-man-with-salad_23-2148014523.jpg",
|
||||
imageAlt: "Portrait of Karim Jlassi",
|
||||
},
|
||||
id: "2", name: "Karim Jlassi", role: "Food Enthusiast", company: "Tunis", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-feeding-man-with-salad_23-2148014523.jpg", imageAlt: "Portrait of Karim Jlassi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nadia Cherif",
|
||||
role: "Student",
|
||||
company: "University of Bizerte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1492.jpg",
|
||||
imageAlt: "Portrait of Nadia Cherif",
|
||||
},
|
||||
id: "3", name: "Nadia Cherif", role: "Student", company: "University of Bizerte", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1492.jpg", imageAlt: "Portrait of Nadia Cherif"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Youssef Hamdi",
|
||||
role: "Entrepreneur",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-hands-holding-cup-coffee-man-sitting-round-table-cafe-working-laptop-had_1258-245370.jpg",
|
||||
imageAlt: "Portrait of Youssef Hamdi",
|
||||
},
|
||||
id: "4", name: "Youssef Hamdi", role: "Entrepreneur", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-hands-holding-cup-coffee-man-sitting-round-table-cafe-working-laptop-had_1258-245370.jpg", imageAlt: "Portrait of Youssef Hamdi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fethi Khelifi",
|
||||
role: "Retired Teacher",
|
||||
company: "Bizerte",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-moment_23-2148214608.jpg",
|
||||
imageAlt: "Portrait of Fethi Khelifi",
|
||||
},
|
||||
id: "5", name: "Fethi Khelifi", role: "Retired Teacher", company: "Bizerte", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-moment_23-2148214608.jpg", imageAlt: "Portrait of Fethi Khelifi"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "Exceptional",
|
||||
label: "Taste",
|
||||
},
|
||||
value: "Exceptional", label: "Taste"},
|
||||
{
|
||||
value: "Cozy",
|
||||
label: "Ambiance",
|
||||
},
|
||||
value: "Cozy", label: "Ambiance"},
|
||||
{
|
||||
value: "Friendly",
|
||||
label: "Service",
|
||||
},
|
||||
value: "Friendly", label: "Service"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it. Hear from our cherished customers about their experiences at Bizerte Coffee & Kitchen."
|
||||
@@ -445,25 +287,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have a variety of delicious vegetarian and vegan options on our menu, clearly marked for your convenience.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegetarian options?", content: "Yes, we have a variety of delicious vegetarian and vegan options on our menu, clearly marked for your convenience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I make a reservation?",
|
||||
content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss arrangements.",
|
||||
},
|
||||
id: "2", title: "Can I make a reservation?", content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss arrangements."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide catering services?",
|
||||
content: "Absolutely! We offer catering for various events. Please reach out to our team with your requirements, and we'll create a custom package for you.",
|
||||
},
|
||||
id: "3", title: "Do you provide catering services?", content: "Absolutely! We offer catering for various events. Please reach out to our team with your requirements, and we'll create a custom package for you."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 7 AM to 9 PM. Check our contact section for holiday hours or special announcements.",
|
||||
},
|
||||
id: "4", title: "What are your opening hours?", content: "We are open daily from 7 AM to 9 PM. Check our contact section for holiday hours or special announcements."},
|
||||
]}
|
||||
sideTitle="Questions? We've Got Answers"
|
||||
sideDescription="Find quick answers to the most common questions about our menu, services, and visiting Bizerte Coffee & Kitchen."
|
||||
@@ -477,18 +307,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to visit or have a question? We'd love to hear from you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+21672312345",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+21672312345"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -498,50 +323,31 @@ export default function LandingPage() {
|
||||
logoText="Bizerte Coffee & Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/bizertecoffee",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/bizertecoffee"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/bizertecoffee",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/bizertecoffee"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user