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 */}