Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,12 +46,12 @@ export default function LandingPage() {
|
||||
description="Fast, professional plumbing repairs and emergency services for homes and businesses. Available 24/7 with upfront pricing and guaranteed workmanship."
|
||||
tag="24/7 Emergency Service"
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: +1 407-841-4500", href: "tel:+14078414500" },
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg"
|
||||
imageAlt="Professional Mid-State Plumbing team ready to help"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -81,19 +81,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Emergency Plumbing", author: "Available 24/7", description: "Burst pipes, water leaks, and urgent issues don't wait. Our emergency response team arrives quickly with solutions to prevent water damage and restore your systems fast.", tags: ["Urgent", "Available Now"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-home-with-his-laptop_329181-8981.jpg?_wi=1", imageAlt: "Emergency plumbing repair service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-home-with-his-laptop_329181-8981.jpg", imageAlt: "Emergency plumbing repair service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Leak Repairs", author: "Expert Detection", description: "From small drips to major leaks, we locate and repair water leaks throughout your home or business. Advanced leak detection saves you money and prevents structural damage.", tags: ["Prevention", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg?_wi=1", imageAlt: "Water leak repair and pipe replacement"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg", imageAlt: "Water leak repair and pipe replacement"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Drain Cleaning", author: "State-of-the-Art", description: "Clogged drains slowing you down? We use professional-grade equipment to clear blockages quickly and thoroughly. Includes video inspection to identify root causes.", tags: ["Fast", "Effective"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-fresh-water_23-2148656237.jpg?_wi=1", imageAlt: "Professional drain cleaning service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-fresh-water_23-2148656237.jpg", imageAlt: "Professional drain cleaning service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Pipe Repairs & Installation", author: "Licensed Experts", description: "Water line issues, damaged pipes, or new installations—we handle it all with certified expertise. Quality materials and workmanship backed by our guarantee.", tags: ["Durable", "Guaranteed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg?_wi=2", imageAlt: "Pipe installation and repair work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg", imageAlt: "Pipe installation and repair work"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -106,15 +106,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Service Quality", name: "Experienced Professionals", price: "Licensed & Certified", rating: 5,
|
||||
reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", imageAlt: "Professional plumbing team"
|
||||
reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", imageAlt: "Professional plumbing team"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Speed & Reliability", name: "Fast Response Times", price: "Same-Day Service Available", rating: 5,
|
||||
reviewCount: "4.7 Stars", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-home-with-his-laptop_329181-8981.jpg?_wi=2", imageAlt: "Fast plumbing service response"
|
||||
reviewCount: "4.7 Stars", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-home-with-his-laptop_329181-8981.jpg", imageAlt: "Fast plumbing service response"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Pricing", name: "Honest & Fair Rates", price: "Upfront Quotes", rating: 5,
|
||||
reviewCount: "No Surprises", imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg?_wi=3", imageAlt: "Transparent plumbing pricing"
|
||||
reviewCount: "No Surprises", imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg", imageAlt: "Transparent plumbing pricing"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Customer Care", name: "Friendly Local Team", price: "Orlando-Based", rating: 5,
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Guarantees", name: "Quality Workmanship", price: "100% Satisfaction", rating: 5,
|
||||
reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-fresh-water_23-2148656237.jpg?_wi=2", imageAlt: "Professional quality guarantee"
|
||||
reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-fresh-water_23-2148656237.jpg", imageAlt: "Professional quality guarantee"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
tag="Get Help Now"
|
||||
title="Request a Service or Call Immediately"
|
||||
description="Fill out the form below or call +1 407-841-4500 for immediate assistance. Available 24/7 for emergencies."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Service"
|
||||
|
||||
Reference in New Issue
Block a user