Merge version_1 into main #2
@@ -10,7 +10,6 @@ import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import {
|
||||
Zap,
|
||||
Pipe,
|
||||
Wrench,
|
||||
Droplet,
|
||||
AlertTriangle,
|
||||
@@ -66,7 +65,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Service Dashboard", logoIcon: Pipe,
|
||||
title: "Service Dashboard", logoIcon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg", searchPlaceholder: "Describe your issue", sidebarItems: [
|
||||
{ icon: Zap, active: true },
|
||||
{ icon: Wrench },
|
||||
@@ -79,13 +78,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Response Time", values: [15, 20, 10],
|
||||
description: "Average arrival"},
|
||||
description: "Average arrival"
|
||||
},
|
||||
{
|
||||
title: "Customer Rating", values: [4.9, 5.0, 4.8],
|
||||
valueSuffix: "/5", description: "Verified reviews"},
|
||||
valueSuffix: "/5", description: "Verified reviews"
|
||||
},
|
||||
{
|
||||
title: "Years Experience", values: [15, 18, 20],
|
||||
valueSuffix: "+", description: "Industry expertise"},
|
||||
valueSuffix: "+", description: "Industry expertise"
|
||||
},
|
||||
],
|
||||
chartTitle: "Service Calls Monthly", chartData: [
|
||||
{ value: 85 },
|
||||
@@ -97,13 +99,16 @@ export default function LandingPage() {
|
||||
listTitle: "Recent Services", listItems: [
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Emergency Drain Clear", status: "Completed"},
|
||||
title: "Emergency Drain Clear", status: "Completed"
|
||||
},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Pipe Burst Repair", status: "In Progress"},
|
||||
title: "Pipe Burst Repair", status: "In Progress"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Sewer Line Inspection", status: "Completed"},
|
||||
title: "Sewer Line Inspection", status: "Completed"
|
||||
},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -124,17 +129,20 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "Drain Cleaning & Unclogging", description:
|
||||
"Professional-grade drain cleaning for kitchens, bathrooms, and main lines. We use advanced equipment to clear stubborn blockages and restore flow.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg?_wi=1"},
|
||||
"http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Pipe Repair & Replacement", description:
|
||||
"Expert repair and replacement services for damaged, corroded, or outdated pipes. We ensure long-lasting solutions with minimal disruption.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Emergency Sewer Services", description:
|
||||
"24/7 emergency response for sewer backups, burst pipes, and critical issues. Our team responds quickly to prevent property damage.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-sunset-beach-creating-perfect-scenery-evening-walks-shore_181624-8320.jpg?_wi=1"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-sunset-beach-creating-perfect-scenery-evening-walks-shore_181624-8320.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,7 +152,7 @@ export default function LandingPage() {
|
||||
title="About Inferno Sewer & Drain"
|
||||
description="Serving Seattle's plumbing needs for over 15 years with expertise, reliability, and customer-first service. We're committed to solving your drainage problems with professional technicians and proven solutions."
|
||||
tag="Local Experts"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg"
|
||||
imageAlt="Inferno professional plumbing team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
@@ -166,17 +174,20 @@ export default function LandingPage() {
|
||||
id: 1,
|
||||
title: "24/7 Emergency Response", description:
|
||||
"We're always ready. Our emergency team responds quickly to urgent plumbing issues any time, day or night.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-sunset-beach-creating-perfect-scenery-evening-walks-shore_181624-8320.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-sunset-beach-creating-perfect-scenery-evening-walks-shore_181624-8320.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Licensed & Insured Technicians", description:
|
||||
"All our plumbers are fully licensed, insured, and trained. You can trust the expertise handling your home's plumbing.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Upfront Pricing Guarantee", description:
|
||||
"No hidden fees. We provide transparent estimates and guarantee competitive pricing for all our services.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg?_wi=2"},
|
||||
"http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367577.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,13 +199,17 @@ export default function LandingPage() {
|
||||
author="Maria Gonzalez, Seattle WA"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Maria Gonzalez"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Maria Gonzalez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "John Miller"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "John Miller"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Sarah Chen"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", alt: "David Thompson"},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", alt: "David Thompson"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -246,7 +261,8 @@ export default function LandingPage() {
|
||||
{ label: "Seattle, WA", href: "#" },
|
||||
{ label: "24/7 Emergency", href: "tel:+12065551234" },
|
||||
{
|
||||
label: "Email: info@infernosewer.com", href: "mailto:info@infernosewer.com"},
|
||||
label: "Email: info@infernosewer.com", href: "mailto:info@infernosewer.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user