From f44dfb998b2ff298172ba093bd78bbbc0917eed8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 01:03:21 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 517daae..9cd9b4c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -156,6 +156,7 @@ export default function HomePage() { Date: Mon, 15 Jun 2026 01:03:28 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 108 +++++++++-------------------------------- 1 file changed, 22 insertions(+), 86 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9cd9b4c..a7b55fe 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,30 +14,16 @@ export default function HomePage() { @@ -48,9 +34,7 @@ export default function HomePage() { @@ -63,23 +47,11 @@ export default function HomePage() { description="From bean to cup, every step is carefully curated to offer excellence." items={[ { - title: "Premium Sourced Beans", - description: "Sourced globally from sustainable farms.", - buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/energy-coffee-seed-food-aroma_1172-470.jpg", - }, + title: "Premium Sourced Beans", description: "Sourced globally from sustainable farms.", buttonIcon: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/energy-coffee-seed-food-aroma_1172-470.jpg"}, { - title: "Master Baristas", - description: "Our experts ensure the perfect pour.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg", - }, + title: "Master Baristas", description: "Our experts ensure the perfect pour.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg"}, { - title: "Artisanal Ambiance", - description: "A relaxing sanctuary for your morning.", - buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", - }, + title: "Artisanal Ambiance", description: "A relaxing sanctuary for your morning.", buttonIcon: "Heart", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"}, ]} /> @@ -93,17 +65,11 @@ export default function HomePage() { description="We are proud of our contributions to local coffee culture." metrics={[ { - value: "10k+", - description: "Cups Served Annually", - }, + value: "10k+", description: "Cups Served Annually"}, { - value: "15+", - description: "Origin Regions", - }, + value: "15+", description: "Origin Regions"}, { - value: "5", - description: "Years of Excellence", - }, + value: "5", description: "Years of Excellence"}, ]} /> @@ -117,35 +83,15 @@ export default function HomePage() { description="Building lasting connections with our neighbors." testimonials={[ { - name: "Sarah J.", - role: "Local Professional", - quote: "The coffee quality is unmatched. Truly premium experience.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187300.jpg", - }, + name: "Sarah J.", role: "Local Professional", quote: "The coffee quality is unmatched. Truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187300.jpg"}, { - name: "Michael D.", - role: "Coffee Enthusiast", - quote: "Love the atmosphere and the passion of the baristas.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", - }, + name: "Michael D.", role: "Coffee Enthusiast", quote: "Love the atmosphere and the passion of the baristas.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg"}, { - name: "Emily R.", - role: "Digital Nomad", - quote: "Perfect spot to work and enjoy a perfect cup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-copy-space_23-2148819859.jpg", - }, + name: "Emily R.", role: "Digital Nomad", quote: "Perfect spot to work and enjoy a perfect cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-copy-space_23-2148819859.jpg"}, { - name: "David K.", - role: "Frequent Visitor", - quote: "The beans are exceptional. A staple for my mornings.", - imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg", - }, + name: "David K.", role: "Frequent Visitor", quote: "The beans are exceptional. A staple for my mornings.", imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg"}, { - name: "Linda M.", - role: "Neighborhood Resident", - quote: "They truly care about the quality. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg", - }, + name: "Linda M.", role: "Neighborhood Resident", quote: "They truly care about the quality. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg"}, ]} /> @@ -156,20 +102,14 @@ export default function HomePage() { @@ -181,13 +121,9 @@ export default function HomePage() { tag="Visit Us" text="Join us today for an unforgettable coffee journey." primaryButton={{ - text: "Get Directions", - href: "#", - }} + text: "Get Directions", href: "#"}} secondaryButton={{ - text: "Contact Us", - href: "#", - }} + text: "Contact Us", href: "#"}} /> -- 2.49.1