7 Commits

Author SHA1 Message Date
720c7610e6 Merge version_4 into main
Merge version_4 into main
2026-05-06 12:28:15 +00:00
2533d02641 Update src/app/page.tsx 2026-05-06 12:28:09 +00:00
d279292383 Merge version_3 into main
Merge version_3 into main
2026-05-06 12:18:55 +00:00
09caa56b7a Update src/app/page.tsx 2026-05-06 12:18:52 +00:00
17b4ca2e8e Merge version_3 into main
Merge version_3 into main
2026-05-06 12:18:23 +00:00
9386de6f11 Update src/app/page.tsx 2026-05-06 12:18:20 +00:00
1fb660457b Merge version_2 into main
Merge version_2 into main
2026-05-04 07:15:52 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -155,7 +155,7 @@ export default function LandingPage() {
{ {
id: "4", name: "Robert Smith", date: "Aug 2023", title: "Seller", quote: "Professionalism from start to finish.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", imageAlt: "professional portrait friendly client"}, id: "4", name: "Robert Smith", date: "Aug 2023", title: "Seller", quote: "Professionalism from start to finish.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", imageAlt: "professional portrait friendly client"},
{ {
id: "5", name: "Lisa Wang", date: "July 2023", title: "Buyer", quote: "They found our dream home in record time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageSrc: "http://img.b2bpic.net/free-vector/insurance-simple-element_24908-54322.jpg", imageAlt: "professional portrait friendly client"}, id: "5", name: "Lisa Wang", date: "July 2023", title: "Buyer", quote: "They found our dream home in record time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageSrc: "http://img.b2bvector.net/free-vector/insurance-simple-element_24908-54322.jpg", imageAlt: "professional portrait friendly client"},
]} ]}
title="Client Success Stories" title="Client Success Stories"
description="See why homeowners choose Square One for their biggest decisions." description="See why homeowners choose Square One for their biggest decisions."
@@ -172,7 +172,7 @@ export default function LandingPage() {
{ {
id: "q2", title: "Do you handle property inspections?", content: "Yes, we coordinate all necessary inspections for peace of mind."}, id: "q2", title: "Do you handle property inspections?", content: "Yes, we coordinate all necessary inspections for peace of mind."},
{ {
id: "q3", title: "What's the first step for buying?", content: "Contact us for a pre-approval and consultation."}, id: "q3", title: "What's the first step for buying?", content: "The first step is securing a pre-approval. This confirms your budget, strengthens your offer, and shows sellers you are a serious, ready-to-move buyer."},
]} ]}
title="Common Questions" title="Common Questions"
description="Find quick answers to your real estate queries." description="Find quick answers to your real estate queries."
@@ -181,33 +181,25 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplit
useInvertedBackground={false} tag="Inquire"
title="Connect With Us" title="Connect With Us"
description="Ready to get started? Send us a message and we'll reach out promptly." description="Ready to get started? Send us a message and we'll reach out promptly."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message", placeholder: "How can we help?", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg" imageSrc="http://img.b2bpic.net/free-photo/living-room-blurred_1203-50.jpg"
buttonText="Submit"
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="none"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoEmphasis
logoText="Square One Real Estate" logoText="Square One Real Estate"
leftLink={{ columns={[
text: "Privacy Policy", href: "#"}} { items: [{ label: "Home", href: "#hero" }, { label: "Properties", href: "#products" }] },
rightLink={{ { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
text: "Terms of Service", href: "#"}} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>