diff --git a/src/app/page.tsx b/src/app/page.tsx index 95f10a3..9a8779b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -105,29 +86,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Roof Installation", - description: "High-quality installation of modern metal, aluminum, and shingle roofing systems.", - tag: "New Roofs", - imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48743.jpg", - }, + id: "1", title: "Roof Installation", description: "High-quality installation of modern metal, aluminum, and shingle roofing systems.", tag: "New Roofs", imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48743.jpg"}, { - id: "2", - title: "Gutter Services", - description: "Seamless rain gutter installations and maintenance to protect your property's foundation.", - tag: "Gutters", - imageSrc: "http://img.b2bpic.net/free-photo/glass-roof-modern-building-blue-sky_181624-6620.jpg", - }, + id: "2", title: "Gutter Services", description: "Seamless rain gutter installations and maintenance to protect your property's foundation.", tag: "Gutters", imageSrc: "http://img.b2bpic.net/free-photo/glass-roof-modern-building-blue-sky_181624-6620.jpg"}, { - id: "3", - title: "Roof Maintenance & Repair", - description: "Expert repairs for leaks and general wear and tear, ensuring your home is always secure.", - tag: "Repairs", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", - }, + id: "3", title: "Roof Maintenance & Repair", description: "Expert repairs for leaks and general wear and tear, ensuring your home is always secure.", tag: "Repairs", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg"}, ]} title="Our Professional Services" description="We specialize in complete roofing and gutter installations, repairs, and maintenance." + buttons={[ + { text: "Get a Free Quote", href: "https://wa.me/2348036449242" } + ]} />
@@ -139,25 +108,15 @@ export default function LandingPage() { author="Osim Runyi" avatars={[ { - src: "http://img.b2bpic.net/free-photo/full-shot-woman-receiving-groceries_23-2149722274.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-woman-receiving-groceries_23-2149722274.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/people-rest_343059-3832.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/people-rest_343059-3832.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233783.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233783.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Client 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -170,20 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Are you available for emergencies?", - content: "Yes, we provide 24/7 roofing and gutter emergency services across Lagos.", - }, + id: "q1", title: "Are you available for emergencies?", content: "Yes, we provide 24/7 roofing and gutter emergency services across Lagos."}, { - id: "q2", - title: "Do you offer warranties?", - content: "We stand by our work and quality of materials. Contact us for specific details on your project.", - }, + id: "q2", title: "Do you offer warranties?", content: "We stand by our work and quality of materials. Contact us for specific details on your project."}, { - id: "q3", - title: "Where are you located?", - content: "We are located at 4, Dosu Ogundele Street, Off Akowonjo Road, Egbeda, Lagos.", - }, + id: "q3", title: "Where are you located?", content: "We are located at 4, Dosu Ogundele Street, Off Akowonjo Road, Egbeda, Lagos."}, ]} title="Frequently Asked Questions" description="Answers to common roofing and gutter queries." @@ -195,20 +145,15 @@ export default function LandingPage() { @@ -220,13 +165,11 @@ export default function LandingPage() { socialLinks={[ { icon: Phone, - href: "tel:08036449242", - ariaLabel: "Call us", - }, + href: "tel:08036449242", ariaLabel: "Call us"}, ]} /> ); -} +} \ No newline at end of file