From 7fd5fd69ee69ac2d99e0ecb549bdfd63da3cc46a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 10:10:56 +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 fa5d1a6..ee92ed9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -162,6 +162,7 @@ export default function HomePage() { Date: Thu, 18 Jun 2026 10:11:03 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 165 ++++++++++------------------------------- 1 file changed, 38 insertions(+), 127 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ee92ed9..556cf39 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,20 +18,14 @@ export default function HomePage() { title="Your Sugar Rush Starts Here!" description="Discover the sweetest treats in Batna. Located inside Festival City Mall." primaryButton={{ - text: "Get Directions", - href: "https://maps.app.goo.gl/BatnaH53G", - }} + text: "Get Directions", href: "https://maps.app.goo.gl/BatnaH53G"}} secondaryButton={{ - text: "Call Us", - href: "tel:0555132933", - }} + text: "Call Us", href: "tel:0555132933"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/easter-eggs-spoons-blue-table_23-2148067451.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/easter-eggs-spoons-blue-table_23-2148067451.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cupcake-baking-background-with-kitchen-utensils_114579-7842.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cupcake-baking-background-with-kitchen-utensils_114579-7842.jpg"}, ]} /> @@ -42,33 +36,19 @@ export default function HomePage() { @@ -83,20 +63,11 @@ export default function HomePage() { description="At Candy Days, we bring you the best treats from around the world. Whether you are looking for classic favorites or the latest viral candies from social media, we have it all." items={[ { - icon: Star, - title: "Viral Candy", - description: "Latest trends from TikTok and Instagram.", - }, + icon: "Star", title: "Viral Candy", description: "Latest trends from TikTok and Instagram."}, { - icon: Smile, - title: "Family Friendly", - description: "Lots of options for the little ones.", - }, + icon: "Smile", title: "Family Friendly", description: "Lots of options for the little ones."}, { - icon: Sparkles, - title: "Clean Vibes", - description: "Beautiful place you'll love to visit.", - }, + icon: "Sparkles", title: "Clean Vibes", description: "Beautiful place you'll love to visit."}, ]} imageSrc="http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525712.jpg" /> @@ -111,47 +82,19 @@ export default function HomePage() { description="Explore our curated collection of delicious treats." items={[ { - title: "Candy Jars", - description: "Classic jars filled with colors.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg", - }, + title: "Candy Jars", description: "Classic jars filled with colors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-candy-arrangement_23-2150798982.jpg"}, { - title: "Gummy Selection", - description: "Soft and chewy fan favorites.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-little-female-friends-blowing-party-horn_23-2148046125.jpg", - }, + title: "Gummy Selection", description: "Soft and chewy fan favorites.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-little-female-friends-blowing-party-horn_23-2148046125.jpg"}, { - title: "Chocolate Delights", - description: "Premium chocolates from world brands.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg", - }, + title: "Chocolate Delights", description: "Premium chocolates from world brands.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg"}, { - title: "Sour Treats", - description: "For those who like a kick.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-playing-arcade-machine_23-2148253126.jpg", - }, + title: "Sour Treats", description: "For those who like a kick.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-playing-arcade-machine_23-2148253126.jpg"}, { - title: "Gift Sets", - description: "Perfect for your loved ones.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-ball-lollipops_23-2150621669.jpg", - }, + title: "Gift Sets", description: "Perfect for your loved ones.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-ball-lollipops_23-2150621669.jpg"}, { - title: "Viral Finds", - description: "Everything trending on social media.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bowl-chewing-gum-marble-surface_114579-79912.jpg", - }, + title: "Viral Finds", description: "Everything trending on social media.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bowl-chewing-gum-marble-surface_114579-79912.jpg"}, { - title: "Seasonal Candy", - description: "Holiday specials available now.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/bright-macaroons-display-case-cafe_23-2147787066.jpg", - }, + title: "Seasonal Candy", description: "Holiday specials available now.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bright-macaroons-display-case-cafe_23-2147787066.jpg"}, ]} /> @@ -162,47 +105,25 @@ export default function HomePage() { @@ -216,17 +137,11 @@ export default function HomePage() { description="Come see us in person at H53G+3H Batna." items={[ { - question: "Are you open on weekends?", - answer: "Yes, we are open daily until midnight.", - }, + question: "Are you open on weekends?", answer: "Yes, we are open daily until midnight."}, { - question: "Where are you located exactly?", - answer: "We are inside the Festival City Mall, Batna.", - }, + question: "Where are you located exactly?", answer: "We are inside the Festival City Mall, Batna."}, { - question: "Do you have viral items?", - answer: "We stock the latest viral candy trends you see on social media.", - }, + question: "Do you have viral items?", answer: "We stock the latest viral candy trends you see on social media."}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-woman-playing-arcade-machine_23-2148253120.jpg" /> @@ -239,13 +154,9 @@ export default function HomePage() { tag="Visit Today" text="Ready to satisfy your cravings? Come visit us today or call us for details." primaryButton={{ - text: "Get Directions", - href: "https://maps.app.goo.gl/BatnaH53G", - }} + text: "Get Directions", href: "https://maps.app.goo.gl/BatnaH53G"}} secondaryButton={{ - text: "Call Now", - href: "tel:0555132933", - }} + text: "Call Now", href: "tel:0555132933"}} /> -- 2.49.1