Merge version_1 into main #4
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="ABC Roofing"
|
||||
brandName=" Roofing"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
title="Why Choose ABC Roofing for Your Roofing Needs"
|
||||
title="Why Choose Roofing for Your Roofing Needs"
|
||||
tag="Quality Assurance"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from homeowners who trusted ABC Roofing with their homes."
|
||||
description="Real feedback from homeowners who trusted Roofing with their homes."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -218,11 +218,11 @@ export default function LandingPage() {
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready for Your Free Roof Estimate?"
|
||||
description="Contact ABC Roofing today to schedule your free inspection and estimate. Our team is standing by to help with any roofing needs."
|
||||
description="Contact Roofing today to schedule your free inspection and estimate. Our team is standing by to help with any roofing needs."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15703.jpg"
|
||||
imageAlt="Contact ABC Roofing"
|
||||
imageAlt="Contact Roofing"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -233,8 +233,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="ABC Roofing"
|
||||
copyrightText="© 2025 ABC Roofing. All rights reserved. Licensed and Insured."
|
||||
logoText=" Roofing"
|
||||
copyrightText="© 2025 Roofing. All rights reserved. Licensed and Insured."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
|
||||
Reference in New Issue
Block a user