Merge version_2 into main #2
@@ -112,6 +112,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Professional Plumbing Services"
|
||||
description="Comprehensive solutions for every need."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", brand: "Service", name: "Emergency Plumbing", price: "24/7 Available", rating: 5, reviewCount: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-with-stetoscope-listening-patient-heart-lungs_657921-1499.jpg" },
|
||||
{ id: "s2", brand: "Service", name: "Leak Detection", price: "Accurate Tech", rating: 5, reviewCount: "Precise", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg" },
|
||||
@@ -124,6 +125,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Target Plumbers?"
|
||||
description="We are committed to quality service in Orange County."
|
||||
features={[
|
||||
@@ -138,6 +140,7 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Need a plumber right now?"
|
||||
description="Call us immediately for emergency assistance."
|
||||
metrics={[
|
||||
@@ -150,6 +153,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Emergency Services?", content: "Yes, 24/7." },
|
||||
{ id: "q2", title: "Licensed?", content: "Fully licensed." }
|
||||
@@ -165,6 +169,8 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
title="Request Service"
|
||||
description="Fill out the form to get started."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user