Merge version_3 into main #4
@@ -72,13 +72,14 @@ export default function PlumberLandingPage() {
|
||||
<ProductCardTwo
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Our Plumbing Services"
|
||||
description="Comprehensive solutions for your property."
|
||||
products={[
|
||||
{ id: "1", brand: "Emergency", name: "Leak Repair", price: "From $99", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-water-leak_23-2148786483.jpg" },
|
||||
{ id: "2", brand: "Installation", name: "Water Heater", price: "From $450", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/water-heater-installation_23-2149141712.jpg" },
|
||||
{ id: "3", brand: "Drain", name: "Clog Clearing", price: "From $120", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/blocked-drain_23-2148805615.jpg" }
|
||||
{ id: "1", brand: "Emergency", name: "Leak Repair", price: "From $99", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-water-leak_23-2148786483.jpg" },
|
||||
{ id: "2", brand: "Installation", name: "Water Heater", price: "From $450", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-installation_23-2149141712.jpg" },
|
||||
{ id: "3", brand: "Drain", name: "Clog Clearing", price: "From $120", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/blocked-drain_23-2148805615.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,8 +87,10 @@ export default function PlumberLandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Service Packages"
|
||||
description="Choose the right service for your needs."
|
||||
plans={[
|
||||
{ id: "basic", price: "$150", name: "Maintenance Check", features: ["Pipe inspection", "Pressure test", "Leak screening"], buttons: [{ text: "Select" }] },
|
||||
{ id: "pro", price: "$350", name: "System Flush", features: ["Water heater maintenance", "Drain cleaning", "Valve check"], buttons: [{ text: "Select" }] }
|
||||
@@ -98,6 +101,8 @@ export default function PlumberLandingPage() {
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Service Excellence"
|
||||
description="Numbers that demonstrate our commitment."
|
||||
metrics={[
|
||||
@@ -111,6 +116,7 @@ export default function PlumberLandingPage() {
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Client Stories"
|
||||
description="What our neighbors say about us."
|
||||
@@ -123,7 +129,10 @@ export default function PlumberLandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to common questions."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Are you licensed?", content: "Yes, we are fully licensed, bonded, and insured." },
|
||||
{ id: "q2", title: "Do you offer emergency services?", content: "We are available 24/7 for urgent plumbing issues." }
|
||||
@@ -136,6 +145,8 @@ export default function PlumberLandingPage() {
|
||||
title="Contact Us"
|
||||
description="Schedule your service today."
|
||||
tag="Booking"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user