diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b0fbfd..fec2ca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,13 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import SplitAbout from "@/components/sections/about/SplitAbout"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { CheckCircle, Wrench, Calendar, Clock, DollarSign, ThumbsUp, Award } from "lucide-react"; +import { CheckCircle, Wrench, Calendar, Clock, DollarSign, ThumbsUp, Award, Hammer, ChefHat, Droplet, Home, ImageIcon, Star } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Roof Installation & Replacement", href: "/services" }, { label: "Kitchen Remodeling", href: "/services" }, { label: "Bathroom Renovation", href: "/services" }, @@ -31,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact Us", href: "/contact" }, @@ -40,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call Us Today", href: "#" }, { label: "Get Free Estimate", href: "/contact" }, { label: "Email Us", href: "#" }, @@ -57,7 +57,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -66,7 +66,7 @@ export default function HomePage() { @@ -75,7 +75,7 @@ export default function HomePage() {