Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 17:03:13 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Trusted Local Service Provider"
description="Professional, reliable service you can count on. We're licensed, insured, and committed to your satisfaction. Call today for a free consultation."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
tag="Local Expert"
tagIcon={CheckCircle}
buttons={[
@@ -112,10 +112,10 @@ export default function LandingPage() {
title="What Our Customers Say"
description="Real feedback from satisfied customers who trust us with their service needs."
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Exceptional service from start to finish. The team was professional, on time, and the work quality exceeded my expectations. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Sarah Johnson" },
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Exceptional service from start to finish. The team was professional, on time, and the work quality exceeded my expectations. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", handle: "Business Owner", testimonial: "We've used their services for our office for three years. Reliable, professional, and always responsive. They're a trusted partner for our business.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", handle: "Property Manager", testimonial: "Outstanding professionalism and attention to detail. They handle everything efficiently and keep us informed every step of the way.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", handle: "Restaurant Owner", testimonial: "Fast emergency response saved our business during a critical situation. Professional, knowledgeable, and fair pricing. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "David Kim" },
{ id: "4", name: "David Kim", handle: "Restaurant Owner", testimonial: "Fast emergency response saved our business during a critical situation. Professional, knowledgeable, and fair pricing. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Brown", handle: "Homeowner", testimonial: "Finally found a service company that follows through on their promises. Great communication and excellent workmanship. Will definitely call again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Jessica Brown" },
{ id: "6", name: "Thomas Wilson", handle: "Property Owner", testimonial: "Competitive pricing without compromising quality. They really care about doing the job right. Excellent experience from beginning to end.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Thomas Wilson" }
]}
@@ -139,18 +139,15 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic-service", tag: "One-Time Service", price: "Starting at $150", period: "", description: "Perfect for single repairs or maintenance tasks. We'll diagnose the issue and provide a fair quote before starting work.", button: { text: "Request Service", href: "contact" },
featuresTitle: "Included:", features: ["Professional diagnosis", "Quality parts & labor", "Warranty on work", "Free follow-up call"]
id: "basic-service", tag: "One-Time Service", price: "Starting at $150", period: "", description: "Perfect for single repairs or maintenance tasks. We'll diagnose the issue and provide a fair quote before starting work.", button: { text: "Request Service", href: "contact" }, featuresTitle: "Included:", features: ["Professional diagnosis", "Quality parts & labor", "Warranty on work", "Free follow-up call"]
},
{
id: "standard-plan", tag: "Monthly Maintenance", tagIcon: Sparkles,
price: "$99", period: "/month", description: "Regular preventative maintenance keeps systems running smoothly and prevents costly emergencies.", button: { text: "Schedule Today", href: "contact" },
featuresTitle: "Included:", features: ["Monthly inspections", "Priority scheduling", "15% service discount", "24/7 emergency support", "Free parts replacement"]
price: "$99", period: "/month", description: "Regular preventative maintenance keeps systems running smoothly and prevents costly emergencies.", button: { text: "Schedule Today", href: "contact" }, featuresTitle: "Included:", features: ["Monthly inspections", "Priority scheduling", "15% service discount", "24/7 emergency support", "Free parts replacement"]
},
{
id: "premium-plan", tag: "VIP Coverage", tagIcon: Crown,
price: "$199", period: "/month", description: "Complete peace of mind with full coverage, emergency service, and priority response times.", button: { text: "Get VIP Coverage", href: "contact" },
featuresTitle: "Included:", features: ["Bi-weekly maintenance", "Emergency service included", "Fastest response time", "25% service discount", "Annual system upgrade", "Dedicated support line"]
price: "$199", period: "/month", description: "Complete peace of mind with full coverage, emergency service, and priority response times.", button: { text: "Get VIP Coverage", href: "contact" }, featuresTitle: "Included:", features: ["Bi-weekly maintenance", "Emergency service included", "Fastest response time", "25% service discount", "Annual system upgrade", "Dedicated support line"]
}
]}
/>