Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:38:48 +00:00

View File

@@ -11,7 +11,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, CheckCircle, Zap, Award, Quote, DollarSign, HelpCircle, Phone, Facebook, Instagram, Linkedin } from "lucide-react";
import { Sparkles, CheckCircle, Zap, Award, Quote, DollarSign, HelpCircle, Phone, Facebook, Instagram, Linkedin, Home, Building2, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -47,18 +47,18 @@ export default function LandingPage() {
tag="18 Years of Excellence"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg?_wi=1", imageAlt: "Professional window cleaning transformation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg?_wi=1", imageAlt: "Crystal clear windows after professional cleaning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1", imageAlt: "Professional window cleaning in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg?_wi=1", imageAlt: "Residential window cleaning service completed" }
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg", imageAlt: "Professional window cleaning transformation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg", imageAlt: "Crystal clear windows after professional cleaning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Professional window cleaning in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg", imageAlt: "Residential window cleaning service completed" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=2", imageAlt: "Professional cleaner working with precision" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg?_wi=2", imageAlt: "Window cleaning equipment and tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg?_wi=2", imageAlt: "Before and after window cleaning results" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg?_wi=2", imageAlt: "Commercial building clean windows" }
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Professional cleaner working with precision" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg", imageAlt: "Window cleaning equipment and tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg", imageAlt: "Before and after window cleaning results" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg", imageAlt: "Commercial building clean windows" }
]}
buttons={[
{ text: "Book Your Sparkle Today", href: "#contact" },
@@ -175,7 +175,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "1", badge: "Starter", badgeIcon: undefined,
id: "1", badge: "Starter", badgeIcon: Home,
price: "Starting at $79", subtitle: "Perfect for smaller homes", features: [
"Interior & exterior windows", "Up to 20 windows", "Professional squeegee finish", "Same-week scheduling", "100% satisfaction guarantee"
]
@@ -187,13 +187,13 @@ export default function LandingPage() {
]
},
{
id: "3", badge: "Commercial", badgeIcon: undefined,
id: "3", badge: "Commercial", badgeIcon: Building2,
price: "Custom Quote", subtitle: "Tailored for commercial needs", features: [
"Scalable to any property size", "Monthly or quarterly service", "Recurring maintenance plans", "Dedicated account manager", "Flexible scheduling", "Volume discounts available"
]
},
{
id: "4", badge: "Premium Add-Ons", badgeIcon: undefined,
id: "4", badge: "Premium Add-Ons", badgeIcon: Star,
price: "Starting at $49", subtitle: "Enhance your service", features: [
"Holiday light installation", "Post-construction cleanup", "Gutter cleaning service", "Screen repair & cleaning", "Professional-grade treatments"
]