Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0747c0c799 | |||
| fc53c98988 | |||
| 1544418b82 | |||
| a69ec3b0bd |
@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Hammer, Home, ShieldCheck, Award, Star, Mail, CalendarDays } from "lucide-react";
|
import { Hammer, Home, ShieldCheck, Award, Star, Mail, CalendarDays } from "lucide-react";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -25,6 +26,16 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="extrabold"
|
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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Thor's Hammer Roofing"
|
brandName="Thor's Hammer Roofing"
|
||||||
|
|||||||
Reference in New Issue
Block a user