Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-07 22:22:55 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle, Droplets, Leaf, Settings } from "lucide-react";
import { CheckCircle, Droplets, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{ variant: "plain" }}
title="Reliable Home Repair & Maintenance Experts"
description="Professional lawn care, pressure washing, and electronics repair. We handle your home maintenance needs with speed and quality."
description="Professional lawn care and pressure washing. We handle your home maintenance needs with speed and quality."
tag="Reliable Home Solutions"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept_23-2147813127.jpg", imageAlt: "professional handyman working" },
@@ -73,11 +73,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ title: "Lawn Mowing", description: "Professional lawn care service for a perfect finish.", bentoComponent: "reveal-icon", icon: Leaf, button: { text: "Book Now", href: "#contact" } },
{ title: "Pressure Washing", description: "Revitalize driveways, decks, and siding.", bentoComponent: "reveal-icon", icon: Droplets, button: { text: "Book Now", href: "#contact" } },
{ title: "Electronics Repair", description: "Expert diagnostic and fix for your home electronics.", bentoComponent: "reveal-icon", icon: Settings, button: { text: "Book Now", href: "#contact" } }
{ title: "Pressure Washing", description: "Revitalize driveways, decks, and siding.", bentoComponent: "reveal-icon", icon: Droplets, button: { text: "Book Now", href: "#contact" } }
]}
title="Our Professional Services"
description="From outdoor care to electronic fixes, we provide a wide range of services to keep your home in top shape."
description="From outdoor care to general maintenance, we provide a wide range of services to keep your home in top shape."
/>
</div>
@@ -87,9 +86,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Popular", price: "$45/hr", subtitle: "Basic Repairs", features: ["Electronics fix", "Simple hardware install"] },
{ id: "p2", badge: "Value", price: "$60/hr", subtitle: "Cleaning Services", features: ["Pressure washing", "Window cleaning"] },
{ id: "p3", badge: "Complete", price: "$80/hr", subtitle: "Lawn Care", features: ["Mowing", "Edge trimming", "Cleanup"] }
{ id: "p1", badge: "Popular", price: "$60/hr", subtitle: "Cleaning Services", features: ["Pressure washing", "Window cleaning"] },
{ id: "p2", badge: "Complete", price: "$80/hr", subtitle: "Lawn Care", features: ["Mowing", "Edge trimming", "Cleanup"] }
]}
title="Service Pricing"
description="Transparent pricing for all your handyman needs."
@@ -119,9 +117,7 @@ export default function LandingPage() {
testimonials={[
{ id: "t1", name: "John Doe", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
{ id: "t2", name: "Jane Smith", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg" },
{ id: "t3", name: "Mike Brown", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fulllength-photo-smiling-european-girl-cotton-stylish-clothes-cute-model-holding-pot-yellow-flowers-background-multicolored-plants_197531-25957.jpg" },
{ id: "t4", name: "Sara Wilson", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" },
{ id: "t5", name: "David Miller", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg" }
{ id: "t3", name: "Mike Brown", role: "Client", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fulllength-photo-smiling-european-girl-cotton-stylish-clothes-cute-model-holding-pot-yellow-flowers-background-multicolored-plants_197531-25957.jpg" }
]}
title="Customer Reviews"
description="Hear what our clients say about our work."
@@ -164,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}