Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -100,7 +100,6 @@ export default function ContactPage() {
|
||||
<div id="contact-faq" data-section="contact-faq" className="w-full py-20">
|
||||
<FaqDouble
|
||||
tag="COMMON QUESTIONS"
|
||||
tagIcon={HelpCircle}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our junk removal service? We've got answers."
|
||||
textboxLayout="default"
|
||||
@@ -151,7 +150,7 @@ export default function ContactPage() {
|
||||
faqsContainerClassName="grid md:grid-cols-2 gap-8 mt-12"
|
||||
accordionClassName="rounded-lg"
|
||||
accordionTitleClassName="font-bold text-lg"
|
||||
accordionContentClassName="text-base leading-relaxed" as any
|
||||
accordionContentClassName="text-base leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ export default function HomePage() {
|
||||
<div id="services-overview" data-section="services-overview">
|
||||
<FeatureCardNineteen
|
||||
tag="OUR SERVICES"
|
||||
tagIcon={Zap} as any
|
||||
tagIcon={Zap}
|
||||
title="Professional Junk Removal Services"
|
||||
description="We handle all types of junk removal across the Inland Empire. Fast, reliable, and hassle-free."
|
||||
textboxLayout="default"
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<MetricCardSeven
|
||||
tag="TRUSTED BY LOCALS"
|
||||
tagIcon={Award} as any
|
||||
tagIcon={Award}
|
||||
title="Why Choose Gone in a Haul?"
|
||||
description="Local expertise, professional service, and unbeatable value. Here's what sets us apart."
|
||||
textboxLayout="default"
|
||||
@@ -256,7 +256,7 @@ export default function HomePage() {
|
||||
<div id="testimonials-home" data-section="testimonials-home">
|
||||
<TestimonialCardTwo
|
||||
tag="CUSTOMER REVIEWS"
|
||||
tagIcon={Star} as any
|
||||
tagIcon={Star}
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from happy customers across the Inland Empire."
|
||||
textboxLayout="default"
|
||||
@@ -334,7 +334,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="faq-home" data-section="faq-home">
|
||||
<FaqDouble
|
||||
tag="COMMON QUESTIONS" as any
|
||||
tag="COMMON QUESTIONS"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our junk removal service? We've got answers."
|
||||
textboxLayout="default"
|
||||
@@ -383,7 +383,7 @@ export default function HomePage() {
|
||||
faqsContainerClassName="grid md:grid-cols-2 gap-8 mt-12"
|
||||
accordionClassName="rounded-lg"
|
||||
accordionTitleClassName="font-bold text-lg"
|
||||
accordionContentClassName="text-base leading-relaxed" as any
|
||||
accordionContentClassName="text-base leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ReviewsPage() {
|
||||
<div id="testimonials-reviews" data-section="testimonials-reviews" className="w-full py-20">
|
||||
<TestimonialCardTwo
|
||||
tag="CUSTOMER REVIEWS"
|
||||
tagIcon={Star} as any
|
||||
tagIcon={Star}
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from happy customers across the Inland Empire who trust Gone in a Haul."
|
||||
textboxLayout="default"
|
||||
@@ -163,7 +163,7 @@ export default function ReviewsPage() {
|
||||
<div id="before-after" data-section="before-after" className="w-full py-20">
|
||||
<FeatureCardNineteen
|
||||
tag="COMPLETED PROJECTS"
|
||||
tagIcon={Star} as any
|
||||
tagIcon={Star}
|
||||
title="Before & After Gallery"
|
||||
description="See the transformation. Real jobs, real results from Gone in a Haul."
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -224,7 +224,7 @@ export default function ServiceAreaPage() {
|
||||
faqsContainerClassName="grid md:grid-cols-2 gap-8 mt-12"
|
||||
accordionClassName="rounded-lg"
|
||||
accordionTitleClassName="font-bold text-lg"
|
||||
accordionContentClassName="text-base leading-relaxed" as any
|
||||
accordionContentClassName="text-base leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ export default function ServicesPage() {
|
||||
<div id="services-detailed" data-section="services-detailed">
|
||||
<FeatureCardNineteen
|
||||
tag="OUR SERVICES"
|
||||
tagIcon={Zap} as any
|
||||
tagIcon={Zap}
|
||||
title="Complete Junk Removal Solutions"
|
||||
description="From residential clutter to heavy commercial debris, we're equipped to handle any junk removal challenge across the Inland Empire."
|
||||
textboxLayout="default"
|
||||
@@ -212,7 +212,7 @@ export default function ServicesPage() {
|
||||
faqsContainerClassName="grid md:grid-cols-2 gap-8 mt-12"
|
||||
accordionClassName="rounded-lg"
|
||||
accordionTitleClassName="font-bold text-lg"
|
||||
accordionContentClassName="text-base leading-relaxed" as any
|
||||
accordionContentClassName="text-base leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user