From 8438b1c550cbdb02de145badcfa7057c0ece62ac Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 15:44:11 +0000 Subject: [PATCH] Bob AI: Replace the default placeholder images across the homepage with images sourced f --- src/pages/HomePage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e95131b..bae146f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,7 +19,7 @@ export default function HomePage() { description="Experience the traditional taste of charcoal-grilled lamb skewers in a cozy, welcoming atmosphere." primaryButton={{ text: "Reserve Now", href: "#contact" }} secondaryButton={{ text: "View Menu", href: "#menu" }} - imageSrc="http://img.b2bpic.net/free-photo/top-view-skewers-meat-fire_23-2148301274.jpg" + imageSrc="https://images.unsplash.com/photo-1603360946369-dc9bb6258143?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80" /> @@ -40,9 +40,9 @@ export default function HomePage() { title="Signature Dining" description="Discover what makes our lamb skewers special." items={[ - { title: "Premium Ingredients", description: "High-quality, fresh lamb sourced daily.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/chopped-raw-meat-process-preparing-forcemeat-by-means-meat-grinder-homemade-sausage-ground-beef_2829-19643.jpg" }, - { title: "Charcoal Grilled", description: "Authentic flavor through traditional grilling.", buttonIcon: "Flame", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-cooking-open-flames_84443-82317.jpg" }, - { title: "Cozy Atmosphere", description: "Perfect for friends and families.", buttonIcon: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" } + { title: "Premium Ingredients", description: "High-quality, fresh lamb sourced daily.", buttonIcon: "Zap", imageSrc: "https://images.unsplash.com/photo-1603360946369-dc9bb6258143?auto=format&fit=crop&q=80&w=800" }, + { title: "Charcoal Grilled", description: "Authentic flavor through traditional grilling.", buttonIcon: "Flame", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&q=80&w=800" }, + { title: "Cozy Atmosphere", description: "Perfect for friends and families.", buttonIcon: "Coffee", imageSrc: "https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&q=80&w=800" } ]} /> @@ -55,8 +55,8 @@ export default function HomePage() { title="Taste the Variety" description="Explore our delicious range of skewers and traditional dishes." items={[ - { title: "Classic Skewer", description: "Original marinated lamb.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535313.jpg" }, - { title: "Spicy Skewer", description: "Bold and zesty flavor profile.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-roasted-meat-pieces-tray-with-chopsticks-sauces-table_181624-28467.jpg" }, + { title: "Classic Skewer", description: "Original marinated lamb.", imageSrc: "https://images.unsplash.com/photo-1529692236671-f1f6cf9683ba?auto=format&fit=crop&q=80&w=800" }, + { title: "Spicy Skewer", description: "Bold and zesty flavor profile.", imageSrc: "https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&q=80&w=800" }, { title: "Fresh Veggies", description: "Seasonal garden selections.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-with-meat-corn-pieces-chili-pepper-vegetables-basilic-parsley-white-plate_114579-115.jpg" }, { title: "Cold Noodles", description: "Refreshing traditional dish.", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-spoons-near-noodle-soupe_23-2147778480.jpg" }, { title: "Meat Platter", description: "A feast for all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-with-baked-potatoes-eggplant-tomato-pepper-decorated-with-pomegranate-plate-served-table_176474-2442.jpg" }, -- 2.49.1