2 Commits

Author SHA1 Message Date
40d6e3d786 Update src/app/page.tsx 2026-03-21 02:41:33 +00:00
56676d2f83 Merge version_2 into main
Merge version_2 into main
2026-03-21 02:39:24 +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" },