From 3bbc63bbad8d8279e16f1ff109d4e07bcef197ee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:33:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9e5636..4492292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star, Truck, PackageCheck } from "lucide-react"; export default function RoofingPage() { @@ -63,13 +63,13 @@ export default function RoofingPage() { ]} testimonials={[ { - name: "Ramon V.", handle: "Local Contractor", testimonial: "Good quality roofing materials, trusted brands. My go-to supplier in Guiguinto.", rating: 5, + name: "Ramon V.", handle: "Local Contractor", testimonial: "Good quality roofing materials, trusted brands. My go-to supplier in Guiguinto.", rating: 5, }, { - name: "Lina S.", handle: "Homeowner", testimonial: "Affordable prices compared to others. Very professional service.", rating: 5, + name: "Lina S.", handle: "Homeowner", testimonial: "Affordable prices compared to others. Very professional service.", rating: 5, }, { - name: "Gregorio B.", handle: "Builder", testimonial: "Reliable supplier for all our roofing needs. Fast and efficient.", rating: 4, + name: "Gregorio B.", handle: "Builder", testimonial: "Reliable supplier for all our roofing needs. Fast and efficient.", rating: 4, }, ]} /> @@ -180,11 +180,11 @@ export default function RoofingPage() {