5 Commits

Author SHA1 Message Date
18de001e7d Update src/app/page.tsx 2026-03-05 04:57:03 +00:00
f52ca5ec38 Merge version_2 into main
Merge version_2 into main
2026-03-05 04:55:19 +00:00
0f85783db1 Update src/app/page.tsx 2026-03-05 04:55:15 +00:00
99d89e3617 Update src/app/layout.tsx 2026-03-05 04:55:15 +00:00
7ce902c0d5 Merge version_1 into main
Merge version_1 into main
2026-03-05 04:53:53 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About Shine Native"
description={[
"At Shine Native, we believe every home tells a story. With over 15 years of experience in luxury real estate, we're committed to connecting you with properties that reflect your dreams and lifestyle.", "Our expert team combines market knowledge, attention to detail, and genuine care for our clients to ensure a seamless buying and selling experience. We don't just sell homes—we build lasting relationships."
"At Shine Native, we believe every home tells a story. With over 15 years of proven expertise in luxury real estate, we're committed to connecting you with properties that reflect your dreams and lifestyle.", "Our expert team combines market knowledge, attention to detail, and genuine care for our clients to ensure a seamless buying and selling experience. We don't just sell homes—we build lasting relationships.", "Trusted by 500+ families in the Pacific Northwest, we've established ourselves as the preferred choice for those seeking premium properties and exceptional service. Our deep roots in the community mean we understand what makes each neighborhood special."
]}
buttons={[
{ text: "Learn More", href: "#team" }
@@ -185,7 +185,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Find Your Dream Home?"
description="Get in touch with our team today. We're here to answer your questions and guide you through the process."
description="Schedule a private showing or ask our specialists about properties matching your criteria."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}