diff --git a/src/app/page.tsx b/src/app/page.tsx index 444e695..073c5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,22 +53,22 @@ export default function LandingPage() { description="Relax, enjoy great coffee, and discover our delicious pancakes and desserts. Experience premium hospitality at LIVIGNO COFFEE." tag="Welcome to LIVIGNO" tagIcon={Coffee} - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" imageAlt="Premium coffee and desserts showcase" imagePosition="right" testimonials={[ { name: "Fatima M.", handle: "Regular Customer", testimonial: "Best coffee in Beni Mellal! The atmosphere is so welcoming and the desserts are incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg" }, { name: "Hassan K.", handle: "Local Favorite", testimonial: "The frappuccino is absolutely delicious, and the service is exceptional. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg" }, { name: "Amira L.", handle: "Student", testimonial: "Love studying here! Perfect place to meet friends and enjoy amazing pancakes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-elegant-young-woman-coat-with-scarf-near-grey-wall_23-2148068380.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/confident-elegant-young-woman-coat-with-scarf-near-grey-wall_23-2148068380.jpg" } ]} buttons={[ @@ -87,7 +87,7 @@ export default function LandingPage() { description="LIVIGNO COFFEE is a beloved café in Beni Mellal known for exceptional coffee, indulgent desserts, and a calm, welcoming atmosphere. Whether you're meeting friends, enjoying breakfast, or craving our signature pancakes and frappuccinos, we're the perfect place to relax and recharge. Open daily with dine-in, takeaway, and delivery options." tag="Our Story" tagIcon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691617.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691617.jpg" imageAlt="LIVIGNO COFFEE interior café ambiance" buttons={[ { text: "View Menu", href: "#menu" } @@ -128,7 +128,7 @@ export default function LandingPage() { title="Why Customers Love Us" description="Experience the perfect blend of quality, atmosphere, and service at LIVIGNO COFFEE" tag="What Sets Us Apart" - tagIcon={Sparkles} + tagIcon={Star} features={[ { title: "Premium Coffee", description: "Expertly brewed specialty coffees using the finest beans", bentoComponent: "icon-info-cards", items: [ @@ -179,15 +179,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Noor S.", handle: "@noorvisits", testimonial: "Absolutely loved this café! The mix of premium coffee and delicious desserts is amazing — everything was incredibly fresh and beautifully presented. The service is outstanding!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg" }, { id: "2", name: "Karim B.", handle: "Regular Visitor", testimonial: "Best frappuccino in town! The atmosphere is so inviting and perfect for working or catching up with friends. Highly recommend LIVIGNO COFFEE.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg" }, { id: "3", name: "Leila M.", handle: "@benimellalfoodie", testimonial: "The Kinder chocolate fondue is out of this world! Definitely Instagram-worthy. Staff is super friendly and the prices are reasonable for the quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-elegant-young-woman-coat-with-scarf-near-grey-wall_23-2148068380.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/confident-elegant-young-woman-coat-with-scarf-near-grey-wall_23-2148068380.jpg" }, { id: "4", name: "Ahmed D.", handle: "Coffee Enthusiast", testimonial: "Finally found a café that takes their coffee seriously. The pancakes are fluffy and delicious, perfect breakfast spot. Will be back soon!", rating: 5, @@ -195,11 +195,11 @@ export default function LandingPage() { }, { id: "5", name: "Sarah H.", handle: "Tourist", testimonial: "Visiting Beni Mellal and stumbled upon this gem! Best coffee and desserts I've had in a while. Definitely a must-visit spot. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4695.jpg" }, { id: "6", name: "Younes K.", handle: "Local Resident", testimonial: "My go-to spot for daily coffee. Consistent quality, excellent service, and a welcoming atmosphere. LIVIGNO COFFEE is truly special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg" } ]} showRating={true} @@ -238,7 +238,7 @@ export default function LandingPage() { description="Visit LIVIGNO COFFEE at our central location in Beni Mellal. Dine-in, takeaway, and delivery available." tag="Find Us" tagIcon={MapPin} - imageSrc="http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691617.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691617.jpg" imageAlt="LIVIGNO COFFEE location at Boulevard Mohammed V" faqs={[ { @@ -268,7 +268,7 @@ export default function LandingPage() { tagIcon={Phone} title="Ready to Visit LIVIGNO COFFEE?" description="Call us now to place an order, make a reservation, or get directions to our café. We're excited to serve you!" - background={{ variant: "grid" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/waiter-wiping-counter-with-napkin-cafa_1170-582.jpg" imageAlt="LIVIGNO COFFEE café coffee preparation" mediaAnimation="slide-up" @@ -294,6 +294,4 @@ export default function LandingPage() { ); -} - -const Sparkles = Star; \ No newline at end of file +} \ No newline at end of file