Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 15:28:05 +00:00
parent 388f874a42
commit 393dc7c5e4

View File

@@ -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"
/>
</SectionErrorBoundary>
</div>
@@ -32,9 +28,7 @@ export default function HomePage() {
<AboutText
title="Why I'm Asking"
primaryButton={{
text: "Learn More",
href: "#",
}}
text: "Learn More", href: "#"}}
/>
</SectionErrorBoundary>
</div>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -76,38 +58,18 @@ export default function HomePage() {
<TestimonialColumnMarqueeCards
tag="Our Vibe"
title="What People Say About Us"
description="Read some of the wonderful things our friends and family have to say about our journey together."
description="Hear from those who cherish our bond as much as we do."
testimonials={[
{
name: "Alice",
role: "Friend",
quote: "You two are the cutest couple ever!",
imageSrc: "http://img.b2bpic.net/free-photo/excited-trendy-woman-posing-trench-coat_197531-19739.jpg",
},
name: "Alice", role: "Friend", quote: "You two are the cutest couple ever!", imageSrc: "http://img.b2bpic.net/free-photo/excited-trendy-woman-posing-trench-coat_197531-19739.jpg"},
{
name: "Bob",
role: "Bestie",
quote: "Seeing you together makes me believe in love.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-curve-hair-outdoor_624325-86.jpg",
},
name: "Bob", role: "Bestie", quote: "Seeing you together makes me believe in love.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-curve-hair-outdoor_624325-86.jpg"},
{
name: "Charlie",
role: "Colleague",
quote: "The energy between you is just perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-young-beautiful-dark-skinned-cheerful-male-student-with-afro-hairstyle-casual-white-t-shirt-smiling-with-teeth-looking-camera-with-happy-excited-expression_176420-12975.jpg",
},
name: "Charlie", role: "Colleague", quote: "The energy between you is just perfect.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-portrait-young-beautiful-dark-skinned-cheerful-male-student-with-afro-hairstyle-casual-white-t-shirt-smiling-with-teeth-looking-camera-with-happy-excited-expression_176420-12975.jpg"},
{
name: "Diana",
role: "Sister",
quote: "So happy for both of you!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg",
},
name: "Diana", role: "Sister", quote: "So happy for both of you!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg"},
{
name: "Edward",
role: "Neighbor",
quote: "Always nice to see such a lovely pair.",
imageSrc: "http://img.b2bpic.net/free-photo/tender-young-woman-colored-clothes-look-something-beautiful-adorable-gazing-with-happy-cute-face-smiling-pleased-standing-white-background_176420-46705.jpg",
},
name: "Edward", role: "Neighbor", quote: "Always nice to see such a lovely pair.", imageSrc: "http://img.b2bpic.net/free-photo/tender-young-woman-colored-clothes-look-something-beautiful-adorable-gazing-with-happy-cute-face-smiling-pleased-standing-white-background_176420-46705.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -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: "#"}}
/>
</SectionErrorBoundary>
</div>