Merge version_1 into main #1
@@ -67,19 +67,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Trendy Atmosphere", description: "Featuring a unique neon aesthetic and a Hip & Cozy vibe perfect for socializing or relaxing in style.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Trendy café atmosphere with neon lights"
|
||||
title: "Trendy Atmosphere", description: "Featuring a unique neon aesthetic and a Hip & Cozy vibe perfect for socializing or relaxing in style.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Trendy café atmosphere with neon lights"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Prime Location", description: "Conveniently located on Rue Lahmouli Bouzekri with ample free street parking for your convenience.", imageSrc: "http://img.b2bpic.net/free-vector/coloured-business-card-design_1043-322.jpg", imageAlt: "Café location and accessibility"
|
||||
title: "Prime Location", description: "Conveniently located on Rue Lahmouli Bouzekri with ample free street parking for your convenience.", imageSrc: "http://img.b2bpic.net/free-vector/coloured-business-card-design_1043-322.jpg?_wi=1", imageAlt: "Café location and accessibility"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Top-Rated Service", description: "Proudly holding a 4.3-star rating for our exceptional quality, welcoming staff, and outstanding customer care.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Exceptional service and hospitality"
|
||||
title: "Top-Rated Service", description: "Proudly holding a 4.3-star rating for our exceptional quality, welcoming staff, and outstanding customer care.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "Exceptional service and hospitality"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Full Accessibility", description: "Fully accessible facilities designed to welcome all our guests comfortably and ensure an inclusive experience.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Accessible and welcoming café environment"
|
||||
title: "Full Accessibility", description: "Fully accessible facilities designed to welcome all our guests comfortably and ensure an inclusive experience.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=3", imageAlt: "Accessible and welcoming café environment"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -97,11 +97,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Juventus", name: "Signature Espresso", price: "From 2.50 DH", rating: 5,
|
||||
reviewCount: "4.3k", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-wooden-table_53876-176758.jpg", imageAlt: "Signature Espresso Shot"
|
||||
reviewCount: "4.3k", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-wooden-table_53876-176758.jpg?_wi=1", imageAlt: "Signature Espresso Shot"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Juventus", name: "Creamy Cappuccino", price: "From 3.50 DH", rating: 5,
|
||||
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-wooden-table_53876-176758.jpg", imageAlt: "Creamy Cappuccino with Latte Art"
|
||||
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/assorted-coffee-cups-wooden-table_53876-176758.jpg?_wi=2", imageAlt: "Creamy Cappuccino with Latte Art"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Juventus", name: "Juventus Special Shake", price: "From 4.50 DH", rating: 5,
|
||||
@@ -109,11 +109,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Juventus", name: "Fresh Pressed Juices", price: "From 3.00 DH", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/mocktails-glass_74190-670.jpg", imageAlt: "Seasonal Fresh Pressed Juices"
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/mocktails-glass_74190-670.jpg?_wi=1", imageAlt: "Seasonal Fresh Pressed Juices"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Juventus", name: "Refreshing Mocktails", price: "From 4.00 DH", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/mocktails-glass_74190-670.jpg", imageAlt: "Seasonal Refreshing Mocktails"
|
||||
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/mocktails-glass_74190-670.jpg?_wi=2", imageAlt: "Seasonal Refreshing Mocktails"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Juventus", name: "Sweet Pastries & Snacks", price: "From 1.50 DH", rating: 5,
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/coloured-business-card-design_1043-322.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/coloured-business-card-design_1043-322.jpg?_wi=2"
|
||||
imageAlt="Café location on the map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user