Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1bfd6ecdd | |||
| 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:
|
||||
"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:
|
||||
"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:
|
||||
@@ -216,15 +216,20 @@ export default function HomePage() {
|
||||
{
|
||||
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:
|
||||
"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:
|
||||
"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}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Free Trial", href: "/auth/register"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,8 +262,8 @@ export default function HomePage() {
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your family email"
|
||||
buttonText="Get Started Free"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send Me Updates"
|
||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
@@ -323,4 +328,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user