From 388f874a424eaae15921d9ed6eafd700ff637aeb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 15:28:00 +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 b423007..fecd7c9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -76,6 +76,7 @@ export default function HomePage() { Date: Tue, 16 Jun 2026 15:28:05 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 74 +++++++++--------------------------------- 1 file changed, 16 insertions(+), 58 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fecd7c9..be1b56d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,14 +15,10 @@ export default function HomePage() { title="Do you love me?" description="I've been waiting for the right moment to ask. Will you click 'Yes'?" primaryButton={{ - text: "Yes", - href: "#", - }} + text: "Yes", href: "#"}} secondaryButton={{ - text: "No", - href: "#", - }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-gradient-hearts_23-2147786128.jpg?_wi=1" + text: "No", href: "#"}} + imageSrc="http://img.b2bpic.net/free-photo/close-up-gradient-hearts_23-2147786128.jpg" /> @@ -32,9 +28,7 @@ export default function HomePage() { @@ -47,25 +41,13 @@ export default function HomePage() { description="Every moment spent together has been a beautiful journey." features={[ { - title: "First Date", - description: "Where it all began with a simple smile.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg", - }, + title: "First Date", description: "Where it all began with a simple smile.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg"}, { - title: "Late Night Talks", - description: "Hours spent talking about everything.", - imageSrc: "http://img.b2bpic.net/free-photo/cool-darkskinned-bearded-man-white-tshirt-orange-jacket-smiles-sincerely-outside-charming-guy-sunglasses-shows-ok-signs-near-white-wall_197531-28765.jpg", - }, + title: "Late Night Talks", description: "Hours spent talking about everything.", imageSrc: "http://img.b2bpic.net/free-photo/cool-darkskinned-bearded-man-white-tshirt-orange-jacket-smiles-sincerely-outside-charming-guy-sunglasses-shows-ok-signs-near-white-wall_197531-28765.jpg"}, { - title: "Morning Coffee", - description: "Starting every day with warmth.", - imageSrc: "http://img.b2bpic.net/free-photo/emotive-headshot-portrait-amazed-young-woman_1163-5182.jpg", - }, + title: "Morning Coffee", description: "Starting every day with warmth.", imageSrc: "http://img.b2bpic.net/free-photo/emotive-headshot-portrait-amazed-young-woman_1163-5182.jpg"}, { - title: "Adventure Together", - description: "Exploring the world side by side.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-big-smile_23-2148263403.jpg", - }, + title: "Adventure Together", description: "Exploring the world side by side.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-big-smile_23-2148263403.jpg"}, ]} /> @@ -76,38 +58,18 @@ export default function HomePage() { @@ -119,13 +81,9 @@ export default function HomePage() { tag="Still Here?" text="Send me a message if you liked this little surprise!" primaryButton={{ - text: "Contact Me", - href: "#", - }} + text: "Contact Me", href: "#"}} secondaryButton={{ - text: "Back Home", - href: "#", - }} + text: "Back Home", href: "#"}} /> -- 2.49.1