Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-06 00:47:52 +00:00
3 changed files with 24 additions and 24 deletions

View File

@@ -48,17 +48,17 @@ export default function MenuPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"},
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=2", imageAlt: "Chocolate Lava Cake"},
{
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"},
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=2", imageAlt: "Premium Waffles"},
{
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"},
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=2", imageAlt: "Artisan Crepes"},
{
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"},
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=2", imageAlt: "Hot Chocolate Deluxe"},
{
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"},
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=2", imageAlt: "Chocolate Mousse"},
{
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"},
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=2", imageAlt: "Specialty Cake Slice"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"

View File

@@ -100,17 +100,17 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"},
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=1", imageAlt: "Chocolate Lava Cake"},
{
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"},
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=1", imageAlt: "Premium Waffles"},
{
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"},
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=1", imageAlt: "Artisan Crepes"},
{
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"},
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=1", imageAlt: "Hot Chocolate Deluxe"},
{
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"},
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=1", imageAlt: "Chocolate Mousse"},
{
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"},
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=1", imageAlt: "Specialty Cake Slice"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -130,22 +130,22 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Fatima Al-Mansouri", icon: Heart,
id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=1", imageAlt: "Fatima Al-Mansouri", icon: Heart,
},
{
id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Mohammed Hassan", icon: Heart,
id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "Mohammed Hassan", icon: Heart,
},
{
id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg", imageAlt: "Noor Ibrahim", icon: Camera,
id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg?_wi=1", imageAlt: "Noor Ibrahim", icon: Camera,
},
{
id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Karim Fakhri", icon: Briefcase,
id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Karim Fakhri", icon: Briefcase,
},
{
id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg", imageAlt: "Amina Soliman", icon: Users,
id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg?_wi=1", imageAlt: "Amina Soliman", icon: Users,
},
{
id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg", imageAlt: "Rashid Al-Farsi", icon: Airplay,
id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg?_wi=1", imageAlt: "Rashid Al-Farsi", icon: Airplay,
},
]}
animationType="slide-up"

View File

@@ -47,22 +47,22 @@ export default function ReviewsPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Fatima Al-Mansouri", icon: Heart,
id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=2", imageAlt: "Fatima Al-Mansouri", icon: Heart,
},
{
id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Mohammed Hassan", icon: Heart,
id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2", imageAlt: "Mohammed Hassan", icon: Heart,
},
{
id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg", imageAlt: "Noor Ibrahim", icon: Camera,
id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg?_wi=2", imageAlt: "Noor Ibrahim", icon: Camera,
},
{
id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Karim Fakhri", icon: Briefcase,
id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Karim Fakhri", icon: Briefcase,
},
{
id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg", imageAlt: "Amina Soliman", icon: Users,
id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg?_wi=2", imageAlt: "Amina Soliman", icon: Users,
},
{
id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg", imageAlt: "Rashid Al-Farsi", icon: Airplay,
id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg?_wi=2", imageAlt: "Rashid Al-Farsi", icon: Airplay,
},
]}
animationType="slide-up"