Update src/app/page.tsx
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -79,26 +79,18 @@ export default function HomePage() {
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Your Cozy Coffee Spot in Sahloul, Sousse"
|
||||
description="Specialty coffee, brunch favorites, and chill vibes. A warm escape where friends meet, students study, and everyone feels at home."
|
||||
tag="Welcome to Yucca"
|
||||
tagIcon={Coffee}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "Calm place, we enjoyed the pancakes and the cozy upstairs seating!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-cup-coffee-cafa_1170-750.jpg",
|
||||
},
|
||||
name: "Sarah M.", handle: "Regular Customer", testimonial: "Calm place, we enjoyed the pancakes and the cozy upstairs seating!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-cup-coffee-cafa_1170-750.jpg"},
|
||||
{
|
||||
name: "Ahmed K.",
|
||||
handle: "Student",
|
||||
testimonial: "Perfect spot for studying with amazing coffee and friendly service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-redhead-bearded-student-preparing-exam-cafe_171337-10012.jpg",
|
||||
},
|
||||
name: "Ahmed K.", handle: "Student", testimonial: "Perfect spot for studying with amazing coffee and friendly service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-redhead-bearded-student-preparing-exam-cafe_171337-10012.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+21650312312" },
|
||||
@@ -135,32 +127,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cozy Upstairs Seating",
|
||||
content: "Escape to our peaceful upper floor, perfect for quiet moments, studying, or intimate conversations with friends.",
|
||||
},
|
||||
id: "1", title: "Cozy Upstairs Seating", content: "Escape to our peaceful upper floor, perfect for quiet moments, studying, or intimate conversations with friends."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Specialty Coffee & Brunch",
|
||||
content: "From expertly crafted American coffee to our signature pancakes and crêpes—every menu item is made with care.",
|
||||
},
|
||||
id: "2", title: "Specialty Coffee & Brunch", content: "From expertly crafted American coffee to our signature pancakes and crêpes—every menu item is made with care."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Relaxed Atmosphere",
|
||||
content: "Warm lighting, comfortable seating, and friendly service create a space where you can truly unwind.",
|
||||
},
|
||||
id: "3", title: "Relaxed Atmosphere", content: "Warm lighting, comfortable seating, and friendly service create a space where you can truly unwind."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Ideal for Every Occasion",
|
||||
content: "Whether you're meeting friends, working remotely, or on a date—Yucca is the perfect setting.",
|
||||
},
|
||||
id: "4", title: "Ideal for Every Occasion", content: "Whether you're meeting friends, working remotely, or on a date—Yucca is the perfect setting."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Improved Customer Experience",
|
||||
content: "We listen to our guests and continuously enhance our service and menu offerings.",
|
||||
},
|
||||
id: "5", title: "Improved Customer Experience", content: "We listen to our guests and continuously enhance our service and menu offerings."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
|
||||
imageAlt="Yucca Coffee Shop cozy upstairs seating area"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -177,45 +154,17 @@ export default function HomePage() {
|
||||
tagIcon={UtensilsCrossed}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Yucca Signature",
|
||||
name: "American Coffee",
|
||||
price: "TND 3.500",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=1",
|
||||
imageAlt: "Freshly brewed American coffee",
|
||||
},
|
||||
id: "1", brand: "Yucca Signature", name: "American Coffee", price: "TND 3.500", rating: 5,
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", imageAlt: "Freshly brewed American coffee"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Yucca Specialty",
|
||||
name: "Pancakes Stack",
|
||||
price: "TND 8.500",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=1",
|
||||
imageAlt: "Fluffy pancake stack with toppings",
|
||||
},
|
||||
id: "2", brand: "Yucca Specialty", name: "Pancakes Stack", price: "TND 8.500", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", imageAlt: "Fluffy pancake stack with toppings"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Yucca Favorite",
|
||||
name: "Crêpes Nutella",
|
||||
price: "TND 7.000",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=1",
|
||||
imageAlt: "Fresh crêpes with Nutella and berries",
|
||||
},
|
||||
id: "3", brand: "Yucca Favorite", name: "Crêpes Nutella", price: "TND 7.000", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", imageAlt: "Fresh crêpes with Nutella and berries"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Yucca Classic",
|
||||
name: "Brunch Plate",
|
||||
price: "TND 12.000",
|
||||
rating: 5,
|
||||
reviewCount: "134",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg?_wi=1",
|
||||
imageAlt: "Complete brunch plate with eggs and toast",
|
||||
},
|
||||
id: "4", brand: "Yucca Classic", name: "Brunch Plate", price: "TND 12.000", rating: 5,
|
||||
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg", imageAlt: "Complete brunch plate with eggs and toast"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -234,47 +183,17 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mona R.",
|
||||
role: "Frequent Visitor",
|
||||
testimonial: "Calm place, we enjoyed the pancakes and crêpes. The upstairs is especially cozy!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Mona R.", role: "Frequent Visitor", testimonial: "Calm place, we enjoyed the pancakes and crêpes. The upstairs is especially cozy!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hassan B.",
|
||||
role: "Student",
|
||||
testimonial: "Perfect study spot with amazing coffee and friendly staff. I practically live here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Hassan B.", role: "Student", testimonial: "Perfect study spot with amazing coffee and friendly staff. I practically live here!", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leila K.",
|
||||
role: "Local Couple",
|
||||
testimonial: "Nice and cozy, especially the upper floor. Great for romantic dinners and relaxation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg",
|
||||
},
|
||||
id: "3", name: "Leila K.", role: "Local Couple", testimonial: "Nice and cozy, especially the upper floor. Great for romantic dinners and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Youssef M.",
|
||||
role: "Coffee Enthusiast",
|
||||
testimonial: "The specialty coffee here is exceptional. Every visit is a treat, and the team is always welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe-near-window_171337-18122.jpg",
|
||||
},
|
||||
id: "4", name: "Youssef M.", role: "Coffee Enthusiast", testimonial: "The specialty coffee here is exceptional. Every visit is a treat, and the team is always welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe-near-window_171337-18122.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nadia S.",
|
||||
role: "Remote Worker",
|
||||
testimonial: "Reliable WiFi, comfortable seating, and never-ending coffee. My second office!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Nadia S.", role: "Remote Worker", testimonial: "Reliable WiFi, comfortable seating, and never-ending coffee. My second office!", imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ahmed L.",
|
||||
role: "Food Lover",
|
||||
testimonial: "The brunch menu is incredible. Fresh ingredients and generous portions every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
||||
},
|
||||
id: "6", name: "Ahmed L.", role: "Food Lover", testimonial: "The brunch menu is incredible. Fresh ingredients and generous portions every time.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -291,32 +210,17 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open daily from morning until midnight, so you can enjoy us whenever you like—whether it's a morning coffee or a late-night dessert.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We're open daily from morning until midnight, so you can enjoy us whenever you like—whether it's a morning coffee or a late-night dessert."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you have WiFi for remote workers?",
|
||||
content: "Yes! We have reliable WiFi and plenty of comfortable seating. Many of our guests work from Yucca—bring your laptop and stay as long as you'd like.",
|
||||
},
|
||||
id: "2", title: "Do you have WiFi for remote workers?", content: "Yes! We have reliable WiFi and plenty of comfortable seating. Many of our guests work from Yucca—bring your laptop and stay as long as you'd like."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve a table for a group?",
|
||||
content: "Absolutely! We welcome group bookings. Please message us on WhatsApp at +216 50 312 312 or call for reservations and special requests.",
|
||||
},
|
||||
id: "3", title: "Can I reserve a table for a group?", content: "Absolutely! We welcome group bookings. Please message us on WhatsApp at +216 50 312 312 or call for reservations and special requests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer takeaway?",
|
||||
content: "Yes, we offer both dine-in and takeaway service. Order ahead by calling us or stop by—we'll have your order ready!",
|
||||
},
|
||||
id: "4", title: "Do you offer takeaway?", content: "Yes, we offer both dine-in and takeaway service. Order ahead by calling us or stop by—we'll have your order ready!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are the prices displayed on the menu final?",
|
||||
content: "Our menu prices are in Tunisian Dinar (TND), ranging from TND 3.50 for coffee to TND 12+ for full brunch plates. All prices are inclusive.",
|
||||
},
|
||||
id: "5", title: "Are the prices displayed on the menu final?", content: "Our menu prices are in Tunisian Dinar (TND), ranging from TND 3.50 for coffee to TND 12+ for full brunch plates. All prices are inclusive."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg"
|
||||
imageAlt="Barista preparing specialty coffee at Yucca"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user