10 Commits

Author SHA1 Message Date
5f17320062 Update src/app/page.tsx 2026-06-07 21:21:05 +00:00
97120bcff3 Update src/app/styles/variables.css 2026-06-07 21:09:07 +00:00
b54f3a7283 Update src/app/page.tsx 2026-06-07 21:09:07 +00:00
111b174be6 Merge version_7 into main
Merge version_7 into main
2026-06-07 21:04:42 +00:00
5584c36b79 Update src/app/page.tsx 2026-06-07 21:04:39 +00:00
7ebaeb7a13 Merge version_5 into main
Merge version_5 into main
2026-06-03 22:56:19 +00:00
8d0c2696d3 Update src/app/page.tsx 2026-06-03 22:56:16 +00:00
23f2d32664 Merge version_4 into main
Merge version_4 into main
2026-06-03 22:54:11 +00:00
2480640e22 Update src/app/page.tsx 2026-06-03 22:54:08 +00:00
085bfeecab Merge version_3 into main
Merge version_3 into main
2026-06-03 22:51:51 +00:00
2 changed files with 5 additions and 16 deletions

View File

@@ -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 (
@@ -26,16 +25,6 @@ export default function LandingPage() {
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div className="w-full flex justify-center py-4 bg-background z-50 relative">
<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>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Thor's Hammer Roofing"
@@ -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>
);
}
}

View File

@@ -16,7 +16,7 @@
--primary-cta: #00BFFF;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #000000;
--secondary-cta-text: #ffffff;
--accent: #00BFFF;
--background-accent: #00BFFF;