14 Commits

Author SHA1 Message Date
e1bfd6ecdd Merge version_3 into main
Merge version_3 into main
2026-03-11 12:39:13 +00:00
423ae38093 Update src/app/page.tsx 2026-03-11 12:39:08 +00:00
fb69d1a975 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:38:22 +00:00
c3aae4868a Update src/app/page.tsx 2026-03-11 12:38:12 +00:00
6fbee5ac33 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:37:51 +00:00
77ed0d105b Update src/app/page.tsx 2026-03-11 12:37:47 +00:00
4d1234f41d Merge version_1 into main
Merge version_1 into main
2026-03-11 12:34:35 +00:00
9cfa15ae84 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:34:10 +00:00
99e439c816 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:32:54 +00:00
08c4034877 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:30:52 +00:00
b19f066d77 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:28:55 +00:00
f962072c08 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:26:59 +00:00
e8ff8d8f0b Merge version_1 into main
Merge version_1 into main
2026-03-11 12:25:03 +00:00
df5e0dc08b Merge version_1 into main
Merge version_1 into main
2026-03-11 12:23:05 +00:00

View File

@@ -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>
);
}
}