Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd2a85f702 | |||
| c05dba3248 | |||
| 2f96ca4680 | |||
| 328039fa06 | |||
| 5a0dd02f13 | |||
| 9873ae0574 | |||
| 617f5b3685 | |||
| 40d6e3d786 | |||
| 56676d2f83 |
@@ -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" },
|
||||
@@ -306,4 +306,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user