Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-21 02:41:37 +00:00

View File

@@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, CheckCircle, Award, Star } from 'lucide-react';
import { Sparkles, CheckCircle, Award, Star, Clock, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,8 +47,8 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Luxury Cleaning Services You Can Trust"
description="Experience premium residential and commercial cleaning in Feasterville-Trevose, PA. Available 24/7 with 5-star service and fast response times."
tag="Professional Cleaning"
tagIcon={Sparkles}
tag="24/7 Available • 5★ Rated"
tagIcon={Clock}
tagAnimation="slide-up"
buttons={[
{ text: "Get a Free Quote", href: "#contact" },