9 Commits

Author SHA1 Message Date
f8f82f4828 Update src/app/page.tsx 2026-05-20 20:50:55 +00:00
7baf455885 Merge version_3 into main
Merge version_3 into main
2026-05-20 20:47:24 +00:00
96109bc3ae Update src/app/page.tsx 2026-05-20 20:47:21 +00:00
897b5186d3 Merge version_2 into main
Merge version_2 into main
2026-05-17 15:29:15 +00:00
bec95e621f Update src/app/page.tsx 2026-05-17 15:29:12 +00:00
4c0c9b7d0a Merge version_1 into main
Merge version_1 into main
2026-05-17 15:05:11 +00:00
44630cbe07 Merge version_1 into main
Merge version_1 into main
2026-05-17 00:05:40 +00:00
3de4cc9550 Merge version_1 into main
Merge version_1 into main
2026-05-16 22:49:42 +00:00
b5ce0f64ba Merge version_1 into main
Merge version_1 into main
2026-05-16 22:49:12 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
]}
brandName="Royal Blue Austin"
button={{
text: "Free Estimate", href: "#contact"}}
text: "(512) 555-0199", href: "tel:+15125550199"}}
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
background={{
variant: "cell-wave"}}
title="Excellence in Every Ripple"
description="Royal Blue Austin provides premium, consistent pool care to the Austin community. With 17 years of experience, we treat your pool like family."
description="Royal Blue Austin provides premium, consistent pool care to the Austin community. We treat your pool like family."
buttons={[
{
text: "Get a Free Estimate", href: "#contact"},
@@ -78,7 +78,7 @@ export default function LandingPage() {
]}
marqueeItems={[
{
type: "text", text: "17+ Years of Excellence"},
type: "text", text: "Uncompromising Quality"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/water-swimming-pool-texture-surface-water-pool-reflection-blue-wave-nature-water-outdoor-swimming-pool_1258-84033.jpg", alt: "Water swimming pool texture"},
{
@@ -94,9 +94,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="17 Years of Trust"
tag="Our Commitment"
title="A Family-Run Standard"
description="We don't just clean pools; we maintain the heart of your home. You'll see the same expert face every single week, building long-term relationships that last for years."
description="We don't just clean pools; we maintain the heart of your home. You'll see the same expert face every single week, building long-term relationships that last."
subdescription="From leak detection to custom construction, we offer a comprehensive suite of premium pool solutions tailored to your property."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/light-blue-bubbles_23-2147933818.jpg"
@@ -174,7 +174,7 @@ export default function LandingPage() {
{
id: "p5", name: "5. Digital Reporting", price: "Consistent", imageSrc: "http://img.b2bpic.net/free-photo/ice-caves-with-icebergs-vatnajokull_482257-90454.jpg"},
{
id: "p6", name: "6. Ongoing Trust", price: "17+ Years", imageSrc: "http://img.b2bpic.net/free-photo/drops-falling-water_1252-812.jpg"},
id: "p6", name: "6. Ongoing Trust", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/drops-falling-water_1252-812.jpg"},
]}
title="Our Proven Process"
description="A streamlined four-step path to crystal-clear water and pool longevity."
@@ -189,7 +189,7 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "17+", description: "Years of Loyal Service"},
id: "m1", value: "100%", description: "Customer Satisfaction"},
{
id: "m2", value: "50k+", description: "Gallons Serviced Weekly"},
{
@@ -203,7 +203,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="I've been with Royal Blue for over 17 years. Their communication is top-notch, and the digital reports make everything so easy. Highly recommend them!"
testimonial="I've been with Royal Blue for a long time. Their communication is top-notch, and the digital reports make everything so easy. Highly recommend them!"
rating={5}
author="Caroline M."
avatars={[
@@ -263,35 +263,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/summer-product-backdrop-swimming-pool_53876-145572.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services", href: "#services"},
{
label: "Our Process", href: "#process"},
{
label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
logoText="Royal Blue Austin"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}