Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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" },
|
||||
@@ -259,8 +259,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: (267) 491-7716", href: "tel:+12674917716" },
|
||||
{ text: "Get a Free Quote", href: "#quote" }
|
||||
{ text: "Get a Free Quote", href: "#quote" },
|
||||
{ text: "Call Now: (267) 491-7716", href: "tel:+12674917716" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user