Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34b4cdfa34 | |||
| 8861cf1f4a | |||
| d56c1a88c2 | |||
| b0390466ac | |||
| 405d2f3188 |
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="ProRoof Contractors"
|
brandName="Blue Collar Roofers "
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Professional roofing contractor at work"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abm4I5NOmBq5qvPV9d9Vp3PqYU/uploaded-1772870615545-5bb58i4y.png", imageAlt: "Professional roofing contractor at work"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Experienced roofing team with 20 years expertise"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=1", imageAlt: "Experienced roofing team with 20 years expertise"},
|
||||||
]}
|
]}
|
||||||
@@ -196,13 +196,13 @@ export default function LandingPage() {
|
|||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Schedule Inspection"
|
buttonText="Schedule Inspection"
|
||||||
termsText="We'll contact you within 24 hours to confirm your appointment."
|
termsText="We'll contact you within 24 hours to confirm your appointment. Or call now: (555) 123-4567 for urgent repairs."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="ProRoof"
|
logoText="Blue Collar Roofers"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user