Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterLogoEmphasis
|
||||
logoText="Everglory Metal"
|
||||
columns={[
|
||||
{ title: "Contact", items: [{ label: "0917 836 5398", href: "tel:09178365398" }, { label: "Guiguinto, Bulacan" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sat: 8am-5pm" }, { label: "Sun: Closed" }] },
|
||||
{ items: [{ label: "Call: 0917 836 5398", href: "tel:09178365398" }, { label: "Visit: Guiguinto, Bulacan" }] },
|
||||
{ items: [{ label: "Mon-Sat: 8AM-5PM" }, { label: "Sun: Closed" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user