diff --git a/src/app/page.tsx b/src/app/page.tsx index 790174e..0337cde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,20 +47,15 @@ export default function LandingPage() {
@@ -109,64 +88,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "Renovations", - title: "Luxury Bathroom Renovations", - items: [ - "Complete design consultation", - "Fixture installation", - "Spa-like upgrades", - ], + id: "1", label: "Renovations", title: "Luxury Bathroom Renovations", items: [ + "Complete design consultation", "Fixture installation", "Spa-like upgrades"], }, { - id: "2", - label: "Repairs", - title: "Emergency Repairs", - items: [ - "24/7 Rapid response", - "Leak identification", - "Urgent fixes", - ], + id: "2", label: "Repairs", title: "Emergency Repairs", items: [ + "24/7 Rapid response", "Leak identification", "Urgent fixes"], }, { - id: "3", - label: "Home Services", - title: "Whole-Home Plumbing", - items: [ - "New construction", - "Remodeling projects", - "Pipe upgrades", - ], - }, - { - id: "4", - label: "Gas Lines", - title: "Gas Line Installations", - items: [ - "Safe installation", - "Professional inspection", - "Compliance checks", - ], - }, - { - id: "5", - label: "Diagnostics", - title: "Leak Detection", - items: [ - "Advanced diagnostics", - "Non-invasive detection", - "Prompt repair", - ], - }, - { - id: "6", - label: "Heaters", - title: "Water Heater Specialists", - items: [ - "Same-day install", - "Tankless upgrades", - "Efficiency servicing", - ], + id: "3", label: "Home Services", title: "Whole-Home Plumbing", items: [ + "New construction", "Remodeling projects", "Pipe upgrades"], }, ]} title="OUR SIGNATURE SERVICES" @@ -182,25 +113,11 @@ export default function LandingPage() { author="Debbie Brandon" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", - alt: "Customer Sarah", - }, + src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", alt: "Customer Sarah"}, { - src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg", - alt: "Customer Michael", - }, + src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg", alt: "Customer Michael"}, { - src: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg", - alt: "Customer Emily", - }, - { - src: "http://img.b2bpic.net/free-photo/african-man-with-watermelon-head-fooling-grey-wall_176420-2535.jpg", - alt: "Customer David", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-male-carpenter-talking-smartphone_23-2147944904.jpg", - alt: "Customer Robert", - }, + src: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg", alt: "Customer Emily"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -211,74 +128,40 @@ export default function LandingPage() {
); -} +} \ No newline at end of file