|
|
|
|
@@ -10,7 +10,6 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import { Hammer, Home, ShieldCheck, Award, Star, Mail, CalendarDays } from "lucide-react";
|
|
|
|
|
import Image from "next/image";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -41,16 +40,6 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
{/* The logo's positioning has been adjusted to move it down and ensure it doesn't block the navigation bar. */}
|
|
|
|
|
<div className="w-full flex justify-center relative pt-8 pb-4 md:pt-16 md:pb-8">
|
|
|
|
|
<Image
|
|
|
|
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/uploaded-1780527076645-xh73ksd2.png"
|
|
|
|
|
alt="Thor's Hammer Roofing Logo"
|
|
|
|
|
width={150}
|
|
|
|
|
height={150}
|
|
|
|
|
className="h-auto max-w-full"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<HeroBillboardGallery
|
|
|
|
|
title="Built to Withstand Anything"
|
|
|
|
|
description="Thor's Hammer Roofing delivers premium protection and unmatched durability for your home. Experience the strength of true craftsmanship."
|
|
|
|
|
@@ -84,7 +73,7 @@ export default function LandingPage() {
|
|
|
|
|
title="Your Foundation of Trust in Roofing"
|
|
|
|
|
description="For over two decades, Thor's Hammer Roofing has stood as a beacon of reliability and unparalleled craftsmanship in the roofing industry. We are dedicated to providing homeowners with robust, long-lasting roofing solutions, from expert installations to emergency storm damage repairs. Our commitment to quality ensures every roof is built to withstand anything."
|
|
|
|
|
tag="Our Story"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1587570188722-b5cf2873130d?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/average-house-with-normal-roof-with-work-1780867037758-3d251f2c.png"
|
|
|
|
|
imageAlt="Thor's Hammer Roofing team"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -106,10 +95,10 @@ export default function LandingPage() {
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "New Roof Installation", description: "Expert installation of durable roofing systems for new constructions and complete replacements.", imageSrc: "https://images.unsplash.com/photo-1518705009163-f9387c97561f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Roof installation"
|
|
|
|
|
title: "New Roof Installation", description: "Expert installation of durable roofing systems for new constructions and complete replacements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/roofing-work-1780867120704-1f139046.png", imageAlt: "Roof installation"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Roof Repair & Maintenance", description: "Prompt and effective repairs for leaks, damaged shingles, and general wear and tear to extend roof life.", imageSrc: "https://images.unsplash.com/photo-1627796464010-384407b4f535?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Roof repair"
|
|
|
|
|
title: "Roof Repair & Maintenance", description: "Prompt and effective repairs for leaks, damaged shingles, and general wear and tear to extend roof life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EYnezFJ1ZeM41Reh2j46V6O7DH/tmp/roofing-work-1780867222704-2f0b61ff.png", imageAlt: "Roof repair"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Thorough Roof Inspections", description: "Comprehensive assessments to identify potential issues and ensure the structural integrity of your roof.", imageSrc: "https://images.unsplash.com/photo-1547701323-28f0e0c09191?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Roof inspection"
|
|
|
|
|
@@ -227,4 +216,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|