Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 423ae38093 | |||
| fb69d1a975 | |||
| c3aae4868a | |||
| 6fbee5ac33 | |||
| 77ed0d105b | |||
| 4d1234f41d | |||
| 9cfa15ae84 | |||
| 99e439c816 | |||
| 08c4034877 | |||
| b19f066d77 | |||
| f962072c08 | |||
| e8ff8d8f0b | |||
| df5e0dc08b |
@@ -196,12 +196,12 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_family", testimonial:
|
id: "1", name: "Sarah Johnson", handle: "@sarahj_family", testimonial:
|
||||||
"Family Square has brought us closer together. We can finally share moments in real-time and everyone feels included in family events.", imageSrc:
|
"Family Square has brought us closer together. We can finally share moments in real-time and everyone feels included in family events.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg"
|
"http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", handle: "@mikechen_dad", testimonial:
|
id: "2", name: "Michael Chen", handle: "@mikechen_dad", testimonial:
|
||||||
"The event planning feature is a game-changer. No more confusion about family gatherings. Everything is organized and everyone knows what's happening.", imageSrc:
|
"The event planning feature is a game-changer. No more confusion about family gatherings. Everything is organized and everyone knows what's happening.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg"
|
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial:
|
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial:
|
||||||
@@ -216,15 +216,20 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: "5", name: "Jennifer Martinez", handle: "@jen_martinez", testimonial:
|
id: "5", name: "Jennifer Martinez", handle: "@jen_martinez", testimonial:
|
||||||
"My kids actually use this to stay connected with their cousins. It's engaging, safe, and brings the whole family together.", imageSrc:
|
"My kids actually use this to stay connected with their cousins. It's engaging, safe, and brings the whole family together.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg"
|
"http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Robert Thompson", handle: "@bobthompson", testimonial:
|
id: "6", name: "Robert Thompson", handle: "@bobthompson", testimonial:
|
||||||
"From planning reunions to sharing daily moments, Family Square handles it all. Highly recommend to every family.", imageSrc:
|
"From planning reunions to sharing daily moments, Family Square handles it all. Highly recommend to every family.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg"
|
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Start Your Free Trial", href: "/auth/register"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -257,8 +262,8 @@ export default function HomePage() {
|
|||||||
variant: "radial-gradient"
|
variant: "radial-gradient"
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your family email"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Get Started Free"
|
buttonText="Send Me Updates"
|
||||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy."
|
termsText="By signing up, you agree to our Terms of Service and Privacy Policy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user