From 2986cc3c1ba15bbd5391ccaf9b27644321c0b788 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 14:14:50 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 003890b..5e16b22 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -114,6 +114,7 @@ export default function HomePage() { value: "500k+", }, ]} + description="A look at our journey and the milestones we've achieved along the way." /> @@ -123,6 +124,7 @@ export default function HomePage() { Date: Wed, 17 Jun 2026 14:14:58 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 120 ++++++++++------------------------------- 1 file changed, 27 insertions(+), 93 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5e16b22..0ad6e5f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,20 +18,14 @@ export default function HomePage() { title="Bifana: The Ultimate Pork Sandwich" description="Experience authentic flavors crafted with passion. Join us for a culinary journey in the heart of the city." primaryButton={{ - text: "Reserve Now", - href: "#contact", - }} + text: "Reserve Now", href: "#contact"}} secondaryButton={{ - text: "View Menu", - href: "#menu", - }} + text: "View Menu", href: "#menu"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bagel-bread-with-smoked-salmon-meat-vegetable_74190-7666.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/bagel-bread-with-smoked-salmon-meat-vegetable_74190-7666.jpg"}, ]} /> @@ -53,40 +47,19 @@ export default function HomePage() { description="Browse our curated selection of traditional bifanas and artisanal sides." items={[ { - title: "Original Bifana", - description: "The classic, marinated pork steak sandwich.", - imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dish-three-sisters-dolma-stuffed-vegetables-with-minced-meat_140725-4848.jpg", - }, + title: "Original Bifana", description: "The classic, marinated pork steak sandwich.", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dish-three-sisters-dolma-stuffed-vegetables-with-minced-meat_140725-4848.jpg"}, { - title: "Garlic Fries", - description: "Hand-cut fries tossed with fresh garlic.", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-potato-fries-wooden-table_23-2148501555.jpg", - }, + title: "Garlic Fries", description: "Hand-cut fries tossed with fresh garlic.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-potato-fries-wooden-table_23-2148501555.jpg"}, { - title: "Craft Beer", - description: "Local brews to pair with your meal.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8073.jpg", - }, + title: "Craft Beer", description: "Local brews to pair with your meal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8073.jpg"}, { - title: "Spicy Bifana", - description: "With homemade chili oil blend.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35229.jpg", - }, + title: "Spicy Bifana", description: "With homemade chili oil blend.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35229.jpg"}, { - title: "Sweet Tart", - description: "Traditional custard dessert tart.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg", - }, + title: "Sweet Tart", description: "Traditional custard dessert tart.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"}, { - title: "House Salad", - description: "Fresh seasonal greens and vinaigrette.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-salad-white-bowl_23-2148747473.jpg", - }, + title: "House Salad", description: "Fresh seasonal greens and vinaigrette.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-salad-white-bowl_23-2148747473.jpg"}, { - title: "Bifana Combo", - description: "Sandwich, fries, and beverage.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg", - }, + title: "Bifana Combo", description: "Sandwich, fries, and beverage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg"}, ]} /> @@ -97,24 +70,15 @@ export default function HomePage() { @@ -124,38 +88,18 @@ export default function HomePage() { @@ -166,20 +110,14 @@ export default function HomePage() { @@ -192,13 +130,9 @@ export default function HomePage() { tag="Booking" text="Reserve your table today and taste the best Bifana in town." primaryButton={{ - text: "Book via Phone", - href: "tel:+123456789", - }} + text: "Book via Phone", href: "tel:+123456789"}} secondaryButton={{ - text: "Contact Us", - href: "mailto:info@bifana.com", - }} + text: "Contact Us", href: "mailto:info@bifana.com"}} /> -- 2.49.1