Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Calendar, CheckCircle, Facebook, HelpCircle, Instagram, Lock, Paw, Phone, Sparkles, Star } from "lucide-react";
|
||||
import { Calendar, CheckCircle, Facebook, HelpCircle, Instagram, Lock, Phone, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Paradise Cleaning LLC"
|
||||
description="Experience a Home That Feels Like Paradise. Professional home cleaning designed for busy families who want a spotless home without the stress."
|
||||
background="floatingGradient"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Get Your Free Quote", href: "#contact" },
|
||||
{ text: "Book a Cleaning", href: "#contact" }
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
title: "5-Star Rated", value: "100% Satisfied"
|
||||
},
|
||||
{
|
||||
id: "2", icon: Paw,
|
||||
id: "2", icon: Star,
|
||||
title: "Pet Friendly", value: "Gentle & Kind"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user