From 0837f114697ef0f730b1e0ffdddeb5ef080cd4be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:35:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++++++++++++++++++++++------------------ 1 file changed, 110 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eae9b5e..294b61f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,15 +9,15 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, CheckCircle, Zap, Wrench, Package, TrendingUp, Star, HelpCircle, Facebook, Instagram, Linkedin, Zap as ZapBadge, Shield, Award as AwardBadge } from "lucide-react"; +import { Award, CheckCircle, Zap, Wrench, Package, TrendingUp, Star, HelpCircle, Facebook, Instagram, Linkedin, Zap as ZapBadge, Shield, Award as AwardBadge, Droplet, Sun, Hammer, MapPin, Phone, Mail } from "lucide-react"; import Link from "next/link"; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, + { name: "Pools", id: "#pools" }, + { name: "Solar", id: "#solar" }, + { name: "Landscaping", id: "#landscaping" }, { name: "Contact", id: "/contact" }, ]; @@ -40,15 +40,16 @@ export default function HomePage() { navItems={navItems} brandName="Blue Pools" button={{ - text: "Get Quote", href: "#contact"}} + text: "Get a Free Quote", href: "/contact" + }} /> {/* Hero Section */}
@@ -69,7 +70,7 @@ export default function HomePage() { tag="About Blue Pools" tagIcon={Award} title="South Africa's Trusted Pool & Solar Experts" - description="Blue Pools has been transforming outdoor spaces across South Africa for over a decade. Our team combines decades of expertise in pool construction, solar energy integration, and maintenance services. We're committed to delivering sustainable, beautiful, and durable solutions that enhance your lifestyle while reducing your environmental footprint." + description="Blue Pools has been transforming outdoor spaces across South Africa for over a decade. Our team combines decades of expertise in pool construction, solar energy integration, and maintenance services. We're committed to delivering sustainable, beautiful, and durable solutions that enhance your lifestyle while reducing your environmental footprint. Quality craftsmanship, speed of delivery, and sustainability are at the heart of everything we do." metrics={[ { value: "2000+", title: "Pools Installed" }, { value: "15+", title: "Years of Excellence" }, @@ -82,7 +83,7 @@ export default function HomePage() { />
- {/* Features/Services Section */} + {/* Services Section */}
- {/* Products Section */} -
+ {/* Gallery Section - displayed through Products */} + + + {/* Testimonials Section */} +
+
@@ -182,34 +250,6 @@ export default function HomePage() { />
- {/* Testimonials Section */} -
- -
- {/* Footer */}