diff --git a/src/app/page.tsx b/src/app/page.tsx index 970b557..8323617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {