diff --git a/src/app/page.tsx b/src/app/page.tsx index e9d7320..8d33c54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Hammer, @@ -49,7 +49,8 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:804-938-0669"}} + text: "Call Now", href: "tel:804-938-0669" + }} /> @@ -64,25 +65,51 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", imageAlt: "Professional handyman tools and equipment"}, + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", imageAlt: "Professional handyman tools and equipment" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg", imageAlt: "Skilled handyman performing home repair work"}, + "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg", imageAlt: "Skilled handyman performing home repair work" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Professional plumbing service technician"}, + "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Professional plumbing service technician" + }, ]} mediaAnimation="blur-reveal" buttons={[ { - text: "Call Now: 804-938-0669", href: "tel:804-938-0669"}, + text: "Call Now: 804-938-0669", href: "tel:804-938-0669" + }, { - text: "Request Service", href: "#contact"}, + text: "Request Service", href: "#contact" + }, ]} buttonAnimation="slide-up" /> +