Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3a7ab00e2 | |||
| 18de001e7d | |||
| f52ca5ec38 | |||
| 0f85783db1 | |||
| 99d89e3617 | |||
| 7ce902c0d5 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user