Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-11 07:55:28 +00:00
2 changed files with 69 additions and 227 deletions

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "#services" },
{ label: "Heating Services", href: "#services" },
{ label: "Air Conditioning", href: "#services" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact Us", href: "#contact" },
{ label: "Testimonials", href: "#testimonials" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Emergency Service", href: "#contact" },
{ label: "Warranty Info", href: "#" },
@@ -96,7 +93,7 @@ export default function HomePage() {
description="With over 20 years of experience serving the community, QUICKPROS has earned a reputation for excellence in plumbing, heating, and air conditioning services. We pride ourselves on transparent pricing, professional workmanship, and exceptional customer service."
tag="About Us"
buttons={[{ text: "Schedule Service", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"
imageAlt="QUICKPROS certified technician at work"
useInvertedBackground={false}
/>
@@ -109,12 +106,8 @@ export default function HomePage() {
tag="Services"
features={[
{
id: "1",
title: "Emergency Plumbing Repair",
description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=1",
},
id: "1", title: "Emergency Plumbing Repair", description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"},
items: [
{ icon: Wrench, text: "Same-day service available" },
{ icon: CheckCircle, text: "Licensed & insured technicians" },
@@ -123,12 +116,8 @@ export default function HomePage() {
reverse: false,
},
{
id: "2",
title: "Heating System Installation & Maintenance",
description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1",
},
id: "2", title: "Heating System Installation & Maintenance", description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"},
items: [
{ icon: Zap, text: "Energy-efficient solutions" },
{ icon: CheckCircle, text: "Annual maintenance plans" },
@@ -137,12 +126,8 @@ export default function HomePage() {
reverse: true,
},
{
id: "3",
title: "Air Conditioning Services",
description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg?_wi=1",
},
id: "3", title: "Air Conditioning Services", description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg"},
items: [
{ icon: Wind, text: "Cooling efficiency certified" },
{ icon: CheckCircle, text: "Preventive maintenance" },
@@ -164,57 +149,31 @@ export default function HomePage() {
tag="Pricing"
plans={[
{
id: "1",
badge: "Standard Service",
badgeIcon: Wrench,
price: "$89",
subtitle: "Per service call plus parts",
buttons={[
id: "1", badge: "Standard Service", badgeIcon: Wrench,
price: "$89", subtitle: "Per service call plus parts", buttons: [
{ text: "Schedule Now", href: "#contact" },
{ text: "Learn More", href: "/services" },
]}
features={[
"Same-day service availability",
"Professional diagnosis included",
"Parts & labor warranty",
"Transparent pricing",
]}
],
features: [
"Same-day service availability", "Professional diagnosis included", "Parts & labor warranty", "Transparent pricing"]
},
{
id: "2",
badge: "Premium Plan",
badgeIcon: Sparkles,
price: "$199",
subtitle: "Monthly maintenance package",
buttons={[
id: "2", badge: "Premium Plan", badgeIcon: Sparkles,
price: "$199", subtitle: "Monthly maintenance package", buttons: [
{ text: "Get Premium", href: "#contact" },
{ text: "Details", href: "/services" },
]}
features={[
"Unlimited service calls",
"Priority scheduling",
"Priority support line",
"15% parts discount",
"Annual system inspection",
]}
],
features: [
"Unlimited service calls", "Priority scheduling", "Priority support line", "15% parts discount", "Annual system inspection"]
},
{
id: "3",
badge: "Emergency Service",
badgeIcon: AlertCircle,
price: "$129",
subtitle: "After-hours response",
buttons={[
id: "3", badge: "Emergency Service", badgeIcon: AlertCircle,
price: "$129", subtitle: "After-hours response", buttons: [
{ text: "Emergency Call", href: "#contact" },
{ text: "Info", href: "/services" },
]}
features={[
"24/7 emergency response",
"30-minute arrival guarantee",
"After-hours premium included",
"Emergency diagnostics",
"Rapid troubleshooting",
]}
],
features: [
"24/7 emergency response", "30-minute arrival guarantee", "After-hours premium included", "Emergency diagnostics", "Rapid troubleshooting"]
},
]}
animationType="slide-up"
@@ -230,29 +189,17 @@ export default function HomePage() {
tag="Our Success"
metrics={[
{
id: "1",
icon: Users,
title: "Satisfied Customers",
value: "5,000+",
},
id: "1", icon: Users,
title: "Satisfied Customers", value: "5,000+"},
{
id: "2",
icon: Clock,
title: "Years Experience",
value: "20+",
},
id: "2", icon: Clock,
title: "Years Experience", value: "20+"},
{
id: "3",
icon: Star,
title: "Customer Rating",
value: "4.9/5",
},
id: "3", icon: Star,
title: "Customer Rating", value: "4.9/5"},
{
id: "4",
icon: TrendingUp,
title: "Service Calls",
value: "15K+",
},
id: "4", icon: TrendingUp,
title: "Service Calls", value: "15K+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -267,65 +214,17 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
name: "Margaret Chen, Homeowner",
date: "Date: 15 November 2024",
title: "Quick response and professional service!",
quote: "Our kitchen sink was backing up badly, and we called QUICKPROS at 8 PM. They arrived within 45 minutes and had everything fixed before 10 PM. The technician was professional, explained everything clearly, and the price was fair.",
tag: "Residential",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/small-kitchen-space-with-modern-design_23-2150710543.jpg",
},
id: "1", name: "Margaret Chen, Homeowner", date: "Date: 15 November 2024", title: "Quick response and professional service!", quote: "Our kitchen sink was backing up badly, and we called QUICKPROS at 8 PM. They arrived within 45 minutes and had everything fixed before 10 PM. The technician was professional, explained everything clearly, and the price was fair.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-kitchen-space-with-modern-design_23-2150710543.jpg"},
{
id: "2",
name: "Robert Martinez, Restaurant Owner",
date: "Date: 22 October 2024",
title: "Reliable partner for our business",
quote: "We've been using QUICKPROS for our restaurant's plumbing and HVAC maintenance for over a year now. They're dependable, professional, and always respond quickly to our calls. Their maintenance plans have saved us from major breakdowns.",
tag: "Commercial",
avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-professional-food-recipe-restaurant-kitchen-using-fresh-vegetables-prepare-gourmet-meal-diverse-team-cooks-making-authentic-menu-dish-gastronomy-cuisine-service_482257-43501.jpg",
},
id: "2", name: "Robert Martinez, Restaurant Owner", date: "Date: 22 October 2024", title: "Reliable partner for our business", quote: "We've been using QUICKPROS for our restaurant's plumbing and HVAC maintenance for over a year now. They're dependable, professional, and always respond quickly to our calls. Their maintenance plans have saved us from major breakdowns.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-professional-food-recipe-restaurant-kitchen-using-fresh-vegetables-prepare-gourmet-meal-diverse-team-cooks-making-authentic-menu-dish-gastronomy-cuisine-service_482257-43501.jpg"},
{
id: "3",
name: "Jennifer Thompson, Property Manager",
date: "Date: 8 October 2024",
title: "Outstanding service quality",
quote: "Managing multiple properties can be challenging, but QUICKPROS makes it easy. Their team handles emergency calls, routine maintenance, and complex repairs with equal expertise. I always recommend them to other property managers.",
tag: "Property Management",
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-front-glass-building_23-2147702495.jpg",
},
id: "3", name: "Jennifer Thompson, Property Manager", date: "Date: 8 October 2024", title: "Outstanding service quality", quote: "Managing multiple properties can be challenging, but QUICKPROS makes it easy. Their team handles emergency calls, routine maintenance, and complex repairs with equal expertise. I always recommend them to other property managers.", tag: "Property Management", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-front-glass-building_23-2147702495.jpg"},
{
id: "4",
name: "David Wong, Homeowner",
date: "Date: 25 September 2024",
title: "Honest and transparent pricing",
quote: "I was hesitant about calling a plumber because of horror stories about inflated bills. QUICKPROS gave me a fair quote upfront, did excellent work, and even found ways to save me money. They're honest and trustworthy.",
tag: "Residential",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg",
},
id: "4", name: "David Wong, Homeowner", date: "Date: 25 September 2024", title: "Honest and transparent pricing", quote: "I was hesitant about calling a plumber because of horror stories about inflated bills. QUICKPROS gave me a fair quote upfront, did excellent work, and even found ways to save me money. They're honest and trustworthy.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg"},
{
id: "5",
name: "Patricia Anderson, Homeowner",
date: "Date: 12 September 2024",
title: "Best heating installation we've had",
quote: "When our old furnace died during winter, QUICKPROS installed a new high-efficiency system same day. The quality of work is exceptional, and we've already noticed lower heating bills. Highly recommend their heating services!",
tag: "Residential",
avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-ensconced-herself-armchair_1098-15936.jpg",
},
id: "5", name: "Patricia Anderson, Homeowner", date: "Date: 12 September 2024", title: "Best heating installation we've had", quote: "When our old furnace died during winter, QUICKPROS installed a new high-efficiency system same day. The quality of work is exceptional, and we've already noticed lower heating bills. Highly recommend their heating services!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-ensconced-herself-armchair_1098-15936.jpg"},
{
id: "6",
name: "Michael Sullivan, Facility Manager",
date: "Date: 30 August 2024",
title: "Expert technical knowledge",
quote: "We manage a large office complex with complex HVAC needs. QUICKPROS' technicians have deep knowledge and always provide smart solutions. They've helped us optimize our systems and reduce our energy costs significantly.",
tag: "Commercial",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-black-talking-by-phone-outside_23-2148053666.jpg",
},
id: "6", name: "Michael Sullivan, Facility Manager", date: "Date: 30 August 2024", title: "Expert technical knowledge", quote: "We manage a large office complex with complex HVAC needs. QUICKPROS' technicians have deep knowledge and always provide smart solutions. They've helped us optimize our systems and reduce our energy costs significantly.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-black-talking-by-phone-outside_23-2148053666.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -339,35 +238,17 @@ export default function HomePage() {
tag="FAQ"
faqs={[
{
id: "1",
title: "What are your service hours?",
content: "We provide service Monday through Friday, 7 AM to 6 PM, with emergency services available 24/7. Weekend and holiday service calls may incur additional fees. Call us anytime for emergencies.",
},
id: "1", title: "What are your service hours?", content: "We provide service Monday through Friday, 7 AM to 6 PM, with emergency services available 24/7. Weekend and holiday service calls may incur additional fees. Call us anytime for emergencies."},
{
id: "2",
title: "Do you offer emergency service?",
content: "Yes, we offer 24/7 emergency plumbing, heating, and AC services. Emergency calls include a $50 premium fee on top of standard service rates. We guarantee a response within 30 minutes in most areas.",
},
id: "2", title: "Do you offer emergency service?", content: "Yes, we offer 24/7 emergency plumbing, heating, and AC services. Emergency calls include a $50 premium fee on top of standard service rates. We guarantee a response within 30 minutes in most areas."},
{
id: "3",
title: "Are your technicians licensed and insured?",
content: "Absolutely. All QUICKPROS technicians are fully licensed, certified, and insured. We carry comprehensive liability insurance and workers' compensation coverage for your peace of mind.",
},
id: "3", title: "Are your technicians licensed and insured?", content: "Absolutely. All QUICKPROS technicians are fully licensed, certified, and insured. We carry comprehensive liability insurance and workers' compensation coverage for your peace of mind."},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, debit cards, checks, and cash. We also offer financing options for larger projects. Invoices can be paid at time of service or by phone after service completion.",
},
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, checks, and cash. We also offer financing options for larger projects. Invoices can be paid at time of service or by phone after service completion."},
{
id: "5",
title: "Do you provide warranties on your work?",
content: "Yes, we back our work with a comprehensive warranty. Parts typically come with manufacturer warranty (usually 1-2 years), and our labor is guaranteed for one year from the date of service.",
},
id: "5", title: "Do you provide warranties on your work?", content: "Yes, we back our work with a comprehensive warranty. Parts typically come with manufacturer warranty (usually 1-2 years), and our labor is guaranteed for one year from the date of service."},
{
id: "6",
title: "How often should I have maintenance done?",
content: "We recommend annual maintenance for both heating and air conditioning systems to ensure optimal efficiency and prevent breakdowns. Plumbing inspections every 2-3 years help identify potential issues early.",
},
id: "6", title: "How often should I have maintenance done?", content: "We recommend annual maintenance for both heating and air conditioning systems to ensure optimal efficiency and prevent breakdowns. Plumbing inspections every 2-3 years help identify potential issues early."},
]}
textboxLayout="default"
faqsAnimation="slide-up"

View File

@@ -18,8 +18,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "#services" },
{ label: "Heating Services", href: "#services" },
{ label: "Air Conditioning", href: "#services" },
@@ -27,8 +26,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact Us", href: "#contact" },
{ label: "Testimonials", href: "#testimonials" },
@@ -36,8 +34,7 @@ export default function ServicesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Emergency Service", href: "#contact" },
{ label: "Warranty Info", href: "#" },
@@ -73,12 +70,8 @@ export default function ServicesPage() {
tag="Services"
features={[
{
id: "1",
title: "Emergency Plumbing Repair",
description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently. We handle water damage mitigation, emergency shut-offs, and all types of pipe repairs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=2",
},
id: "1", title: "Emergency Plumbing Repair", description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently. We handle water damage mitigation, emergency shut-offs, and all types of pipe repairs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"},
items: [
{ icon: Wrench, text: "Same-day service available" },
{ icon: CheckCircle, text: "Licensed & insured technicians" },
@@ -87,12 +80,8 @@ export default function ServicesPage() {
reverse: false,
},
{
id: "2",
title: "Heating System Installation & Maintenance",
description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models. Our technicians are experts in furnace maintenance, boiler repair, and heating system upgrades.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2",
},
id: "2", title: "Heating System Installation & Maintenance", description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models. Our technicians are experts in furnace maintenance, boiler repair, and heating system upgrades.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"},
items: [
{ icon: Zap, text: "Energy-efficient solutions" },
{ icon: CheckCircle, text: "Annual maintenance plans" },
@@ -101,12 +90,8 @@ export default function ServicesPage() {
reverse: true,
},
{
id: "3",
title: "Air Conditioning Services",
description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems. We offer AC tune-ups, refrigerant recharging, compressor repair, and complete system replacements with warranty.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg?_wi=2",
},
id: "3", title: "Air Conditioning Services", description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems. We offer AC tune-ups, refrigerant recharging, compressor repair, and complete system replacements with warranty.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg"},
items: [
{ icon: Wind, text: "Cooling efficiency certified" },
{ icon: CheckCircle, text: "Preventive maintenance" },
@@ -128,55 +113,31 @@ export default function ServicesPage() {
tag="Pricing"
plans={[
{
id: "1",
badge: "One-Time Service",
badgeIcon: Wrench,
price: "$89",
subtitle: "Per service call",
buttons={[
id: "1", badge: "One-Time Service", badgeIcon: Wrench,
price: "$89", subtitle: "Per service call", buttons: [
{ text: "Schedule Service", href: "#contact" },
{ text: "Learn More", href: "#services" },
]}
features={[
"Professional technician dispatch",
"Complete system diagnosis",
"Parts and labor included",
"30-day warranty on repairs",
]}
],
features: [
"Professional technician dispatch", "Complete system diagnosis", "Parts and labor included", "30-day warranty on repairs"]
},
{
id: "2",
badge: "Annual Maintenance",
badgeIcon: Sparkles,
price: "$199",
subtitle: "Per year",
buttons={[
id: "2", badge: "Annual Maintenance", badgeIcon: Sparkles,
price: "$199", subtitle: "Per year", buttons: [
{ text: "Get Protection Plan", href: "#contact" },
{ text: "More Details", href: "#services" },
]}
features={[
"Two preventive maintenance visits",
"Priority emergency response",
"Emergency parts priority",
"10% discount on repairs",
]}
],
features: [
"Two preventive maintenance visits", "Priority emergency response", "Emergency parts priority", "10% discount on repairs"]
},
{
id: "3",
badge: "24/7 Emergency",
badgeIcon: AlertCircle,
price: "$129",
subtitle: "Per emergency call",
buttons={[
id: "3", badge: "24/7 Emergency", badgeIcon: AlertCircle,
price: "$129", subtitle: "Per emergency call", buttons: [
{ text: "Emergency Hotline", href: "#contact" },
{ text: "Learn More", href: "#services" },
]}
features={[
"Round-the-clock availability",
"30-minute response guarantee",
"Same-day resolution priority",
"Premium after-hours service",
]}
],
features: [
"Round-the-clock availability", "30-minute response guarantee", "Same-day resolution priority", "Premium after-hours service"]
},
]}
animationType="slide-up"