4 Commits

Author SHA1 Message Date
0747c0c799 Update src/app/page.tsx 2026-06-03 22:51:45 +00:00
fc53c98988 Merge version_2 into main
Merge version_2 into main
2026-06-03 22:48:20 +00:00
1544418b82 Merge version_2 into main
Merge version_2 into main
2026-06-03 22:39:12 +00:00
a69ec3b0bd Merge version_2 into main
Merge version_2 into main
2026-06-03 22:38:43 +00:00

View File

@@ -10,6 +10,7 @@ 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 (
@@ -25,6 +26,16 @@ 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"