diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index b423007..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,37 +58,18 @@ export default function HomePage() {
@@ -118,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: "#"}}
/>