5 Commits

Author SHA1 Message Date
e5e3c4b301 Update theme colors 2026-05-20 21:49:31 +00:00
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
2 changed files with 8 additions and 36 deletions

View File

@@ -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,34 +263,6 @@ 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>
);

View File

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #0a2540;
--primary-cta: #c8a253;
--primary-cta: #52c5c7;
--primary-cta-text: #ffffff;
--secondary-cta: #0a2540;
--secondary-cta-text: #ffffff;