diff --git a/src/app/page.tsx b/src/app/page.tsx index 04158e8..7f62f14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,13 @@ export default function LandingPage() { @@ -156,27 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - tag: "Custom", - title: "New Construction", - subtitle: "From ground up", - description: "Custom inground pool design and build tailored for your lifestyle and plot.", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11004.jpg", - }, - { - tag: "Renovations", - title: "Complete Remodeling", - subtitle: "Revitalize your pool", - description: "Surface, tile, and equipment upgrades to give your pool a fresh look and improved function.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4866.jpg", - }, - { - tag: "Support", - title: "Maintenance & Upgrades", - subtitle: "Long-term care", - description: "Professional maintenance and modern equipment upgrades to keep your pool pristine.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-around-outdoor-swimming-pool_74190-10042.jpg", - }, + { tag: "Custom", title: "New Construction", subtitle: "From ground up", description: "Custom inground pool design and build tailored for your lifestyle and plot.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11004.jpg" }, + { tag: "Renovations", title: "Complete Remodeling", subtitle: "Revitalize your pool", description: "Surface, tile, and equipment upgrades to give your pool a fresh look and improved function.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4866.jpg" }, + { tag: "Support", title: "Maintenance & Upgrades", subtitle: "Long-term care", description: "Professional maintenance and modern equipment upgrades to keep your pool pristine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-using-smart-mobile-phone-around-outdoor-swimming-pool_74190-10042.jpg" }, ]} title="Our Specialized Pool Services" description="Comprehensive solutions tailored to your unique landscape needs." @@ -189,41 +105,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "basic", - tag: "Entry Level", - price: "$35,000+", - period: "fixed cost", - description: "Perfect for standard family pools.", - button: { - text: "Get Quote", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Custom Design", - "Quality Filtration", - "Safety Features", - ], - }, - { - id: "pro", - tag: "Most Popular", - price: "$65,000+", - period: "fixed cost", - description: "Luxury features for enthusiasts.", - button: { - text: "Get Quote", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Everything in Basic", - "Advanced Lighting", - "Waterfall Feature", - "Smart Controls", - ], - }, + { id: "basic", tag: "Entry Level", price: "$35,000+", period: "fixed cost", description: "Perfect for standard family pools.", button: { text: "Get Quote", href: "#contact" }, featuresTitle: "Includes:", features: ["Custom Design", "Quality Filtration", "Safety Features"] }, + { id: "pro", tag: "Most Popular", price: "$65,000+", period: "fixed cost", description: "Luxury features for enthusiasts.", button: { text: "Get Quote", href: "#contact" }, featuresTitle: "Includes:", features: ["Everything in Basic", "Advanced Lighting", "Waterfall Feature", "Smart Controls"] }, ]} title="Transparent Project Packages" description="Clear pricing to help you plan your backyard investment." @@ -232,37 +115,16 @@ export default function LandingPage() {