From 1c7685dc6eb050908d521ff65cd36e029311b906 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 13:44:58 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 597df4f..8af1a0d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -56,35 +56,30 @@ export default function HomePage() { description="See why locals love Tandem Kitchen & Coffee." testimonials={[ { - id: "1", name: "Sarah J.", role: "Food Critic", quote: "Exceptional service and an elegant atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", }, { - id: "2", name: "Ahmed M.", role: "Local Professional", quote: "Delicious food from beginning to end.", imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg", }, { - id: "3", name: "Layla F.", role: "Regular Guest", quote: "The coffee is simply the best in Casablanca.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", }, { - id: "4", name: "Karim B.", role: "Business Owner", quote: "Ideal place for meetings or romantic dinner.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414125.jpg", }, { - id: "5", name: "Nadia S.", role: "Family Guest", quote: "A perfect blend of quality and hospitality.", -- 2.49.1 From e941536a819fee78ce377f92a693a2642762d22f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:45:06 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 126 +++++++++-------------------------------- 1 file changed, 27 insertions(+), 99 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8af1a0d..b677d99 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,32 +17,22 @@ export default function HomePage() { title="Where Great Food Meets Exceptional Coffee." description="An elegant dining experience in the heart of Casablanca." primaryButton={{ - text: "Reserve a Table", - href: "#reservation", - }} + text: "Reserve a Table", href: "#reservation"}} secondaryButton={{ - text: "Call Now", - href: "tel:+212522000000", - }} + text: "Call Now", href: "tel:+212522000000"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-cow-tongue-with-orange-carrots-arugula-plate-with-tomatoes-cucumber-soft-drink-table_141793-2843.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-salad-cow-tongue-with-orange-carrots-arugula-plate-with-tomatoes-cucumber-soft-drink-table_141793-2843.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-salad-with-chopped-fresh-vegetables-black-olives-bowl_140725-11891.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-salad-with-chopped-fresh-vegetables-black-olives-bowl_140725-11891.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg"}, ]} /> @@ -56,35 +46,15 @@ export default function HomePage() { description="See why locals love Tandem Kitchen & Coffee." testimonials={[ { - name: "Sarah J.", - role: "Food Critic", - quote: "Exceptional service and an elegant atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - }, + name: "Sarah J.", role: "Food Critic", quote: "Exceptional service and an elegant atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - name: "Ahmed M.", - role: "Local Professional", - quote: "Delicious food from beginning to end.", - imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg", - }, + name: "Ahmed M.", role: "Local Professional", quote: "Delicious food from beginning to end.", imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg"}, { - name: "Layla F.", - role: "Regular Guest", - quote: "The coffee is simply the best in Casablanca.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", - }, + name: "Layla F.", role: "Regular Guest", quote: "The coffee is simply the best in Casablanca.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"}, { - name: "Karim B.", - role: "Business Owner", - quote: "Ideal place for meetings or romantic dinner.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414125.jpg", - }, + name: "Karim B.", role: "Business Owner", quote: "Ideal place for meetings or romantic dinner.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414125.jpg"}, { - name: "Nadia S.", - role: "Family Guest", - quote: "A perfect blend of quality and hospitality.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - }, + name: "Nadia S.", role: "Family Guest", quote: "A perfect blend of quality and hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"}, ]} /> @@ -109,20 +79,11 @@ export default function HomePage() { description="Discover our curated menu designed for every occasion." items={[ { - title: "Breakfast & Brunch", - description: "Morning essentials crafted to start your day right.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261049.jpg", - }, + title: "Breakfast & Brunch", description: "Morning essentials crafted to start your day right.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261049.jpg"}, { - title: "Coffee Moments", - description: "Specialty beans roasted for perfection in every cup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", - }, + title: "Coffee Moments", description: "Specialty beans roasted for perfection in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg"}, { - title: "Dinner Experiences", - description: "Elegant main courses showcasing seasonal brilliance.", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg", - }, + title: "Dinner Experiences", description: "Elegant main courses showcasing seasonal brilliance.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg"}, ]} /> @@ -136,40 +97,19 @@ export default function HomePage() { description="Immerse yourself in the Tandem atmosphere." items={[ { - title: "Interior", - description: "Beautiful decor", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg", - }, + title: "Interior", description: "Beautiful decor", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378910.jpg"}, { - title: "Drinks", - description: "Specialty coffee", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31776.jpg", - }, + title: "Drinks", description: "Specialty coffee", imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31776.jpg"}, { - title: "Plating", - description: "Fresh ingredients", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45415.jpg", - }, + title: "Plating", description: "Fresh ingredients", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-vegetables-dinner-close-up-photo-dark-background-studio_482257-45415.jpg"}, { - title: "Atmosphere", - description: "Warm evenings", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg", - }, + title: "Atmosphere", description: "Warm evenings", imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg"}, { - title: "Brunch", - description: "Weekend specials", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-breakfast-plate_23-2149214703.jpg", - }, + title: "Brunch", description: "Weekend specials", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-breakfast-plate_23-2149214703.jpg"}, { - title: "Dining", - description: "Elegant tables", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg", - }, + title: "Dining", description: "Elegant tables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg"}, { - title: "Ramadan", - description: "Ftour magic", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-ramadan-concept_23-2147791811.jpg", - }, + title: "Ramadan", description: "Ftour magic", imageSrc: "http://img.b2bpic.net/free-photo/elegant-ramadan-concept_23-2147791811.jpg"}, ]} /> @@ -181,13 +121,9 @@ export default function HomePage() { tag="Reservations" text="Ready to experience Tandem? Book your table today and join us for an unforgettable dining experience in Casablanca." primaryButton={{ - text: "Book Your Table", - href: "/reservations", - }} + text: "Book Your Table", href: "/reservations"}} secondaryButton={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "/contact"}} /> @@ -200,17 +136,9 @@ export default function HomePage() { description="Located in the heart of Casablanca, open daily until 23:00." metrics={[ { - value: "23:00", - title: "Daily Close", - description: "Open until 11pm every day.", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-canopy-paris_1147-461.jpg", - }, + value: "23:00", title: "Daily Close", description: "Open until 11pm every day.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-canopy-paris_1147-461.jpg"}, { - value: "4.3", - title: "Google Rating", - description: "Trusted by over 60+ reviewers.", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sharing-digital-tablet-cafe_1170-497.jpg", - }, + value: "4.3", title: "Google Rating", description: "Trusted by over 60+ reviewers.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sharing-digital-tablet-cafe_1170-497.jpg"}, ]} /> -- 2.49.1