diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 21a23f8..7f8bf22 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,39 +7,31 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
@@ -50,18 +42,9 @@ export default function LandingPage() {
title="Craftsmanship You Can Trust."
description="AZ Pool Remodeling has served the Manhattan Beach community for years with unparalleled dedication to quality and design. We turn tired, outdated pools into stunning backyard retreats."
bulletPoints={[
- {
- title: "Expert Team",
- description: "Skilled craftsmen with deep experience in custom pool finishes.",
- },
- {
- title: "Local Focus",
- description: "Serving Manhattan Beach with a personalized, coastal approach.",
- },
- {
- title: "Quality Materials",
- description: "Using only premium tiles, plaster, and deck materials.",
- },
+ { title: "Expert Team", description: "Skilled craftsmen with deep experience in custom pool finishes." },
+ { title: "Local Focus", description: "Serving Manhattan Beach with a personalized, coastal approach." },
+ { title: "Quality Materials", description: "Using only premium tiles, plaster, and deck materials." }
]}
imageSrc="http://img.b2bpic.net/free-photo/enjoying-working-outdoors_1098-19938.jpg"
mediaAnimation="slide-up"
@@ -79,43 +62,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c28689b..e128eb8 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -7,55 +7,40 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function ContactPage() {
return (
@@ -70,43 +55,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index af06b3f..c9ffeed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,145 +16,64 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
@@ -165,41 +84,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@sarahm",
- testimonial: "AZ Pool Remodeling made our vision a reality. Incredible work!",
- imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg",
- },
- {
- id: "2",
- name: "Tom Anderson",
- handle: "@toma",
- testimonial: "The tile replacement looks phenomenal. Highly recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/selfie-beautiful-young-cheerful-girl-hat-rests-morning-beach_176420-5857.jpg",
- },
- {
- id: "3",
- name: "Jenny Lee",
- handle: "@jennyl",
- testimonial: "Professional, on-time, and beautiful craftsmanship.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg",
- },
- {
- id: "4",
- name: "Mike Davis",
- handle: "@miked",
- testimonial: "Transformed our old pool into a modern luxury oasis.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg",
- },
- {
- id: "5",
- name: "Emma Wilson",
- handle: "@emmaw",
- testimonial: "Excellent service from start to finish. Very happy.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- },
+ { id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "AZ Pool Remodeling made our vision a reality. Incredible work!", imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg" },
+ { id: "2", name: "Tom Anderson", handle: "@toma", testimonial: "The tile replacement looks phenomenal. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/selfie-beautiful-young-cheerful-girl-hat-rests-morning-beach_176420-5857.jpg" },
+ { id: "3", name: "Jenny Lee", handle: "@jennyl", testimonial: "Professional, on-time, and beautiful craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg" },
+ { id: "4", name: "Mike Davis", handle: "@miked", testimonial: "Transformed our old pool into a modern luxury oasis.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg" },
+ { id: "5", name: "Emma Wilson", handle: "@emmaw", testimonial: "Excellent service from start to finish. Very happy.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }
]}
title="What Our Clients Say"
description="See why Manhattan Beach chooses us for their pool renovations."
@@ -208,6 +97,8 @@ export default function LandingPage() {
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 190a17d..cd287c4 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -7,39 +7,31 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
@@ -48,24 +40,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Pool Resurfacing",
- description: "Fresh, long-lasting finishes to refresh your pool's surface.",
- imageSrc: "http://img.b2bpic.net/free-photo/stair-pool-luxury-resort-hotel_74190-1770.jpg",
- imageAlt: "Resurfacing",
- },
- {
- title: "Tile Replacement",
- description: "Stylish tiles that redefine your pool aesthetic.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-luxury-swimming-pool-hotel_74190-9977.jpg",
- imageAlt: "Tiles",
- },
- {
- title: "Deck Remodeling",
- description: "Beautiful, non-slip decking perfect for coastal living.",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg",
- imageAlt: "Deck",
- },
+ { title: "Pool Resurfacing", description: "Fresh, long-lasting finishes to refresh your pool's surface.", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool-luxury-resort-hotel_74190-1770.jpg", imageAlt: "Resurfacing" },
+ { title: "Tile Replacement", description: "Stylish tiles that redefine your pool aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-luxury-swimming-pool-hotel_74190-9977.jpg", imageAlt: "Tiles" },
+ { title: "Deck Remodeling", description: "Beautiful, non-slip decking perfect for coastal living.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg", imageAlt: "Deck" }
]}
title="Comprehensive Pool Renovation Services."
description="Whether it's a minor tile repair or a total pool overhaul, we bring luxury back to your backyard."
@@ -80,59 +57,23 @@ export default function LandingPage() {
description="Common inquiries about our pool renovation processes."
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "How long does a remodel take?",
- content: "Most projects are completed within 4-6 weeks depending on scope.",
- },
- {
- id: "2",
- title: "Are you licensed?",
- content: "Yes, we are fully licensed and bonded for all pool construction work in California.",
- },
+ { id: "1", title: "How long does a remodel take?", content: "Most projects are completed within 4-6 weeks depending on scope." },
+ { id: "2", title: "Are you licensed?", content: "Yes, we are fully licensed and bonded for all pool construction work in California." }
]}
/>
);
-}
+}
\ No newline at end of file