Update src/app/page.tsx
This commit is contained in:
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Request a Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+15551234567" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-smiling-girl-standing-near-table-cafe-looking-out-window-young-girl-with-blond-hair-standing-by-window-waving-saying-hello-restaurant_574295-507.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -75,12 +76,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Residential Cleaning", description: "Standard recurring care for your home.", bentoComponent: "reveal-icon", icon: Sparkles },
|
||||
{ title: "Deep Cleaning", description: "Detailed scrubbing for deep-seated grime.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Move-In/Move-Out", description: "Sparkling clean for new chapters.", bentoComponent: "reveal-icon", icon: Home },
|
||||
{ title: "Listing Prep", description: "Showcasing your home at its best.", bentoComponent: "reveal-icon", icon: Award },
|
||||
{ title: "Post-Construction", description: "Remedying dust and debris.", bentoComponent: "reveal-icon", icon: Wrench },
|
||||
{ title: "Estate Cleanouts", description: "Empathetic and thorough services.", bentoComponent: "reveal-icon", icon: Heart },
|
||||
{ title: "Residential Cleaning", description: "Standard recurring care for your home.", bentoComponent: { icon: Sparkles } },
|
||||
{ title: "Deep Cleaning", description: "Detailed scrubbing for deep-seated grime.", bentoComponent: { icon: Shield } },
|
||||
{ title: "Move-In/Move-Out", description: "Sparkling clean for new chapters.", bentoComponent: { icon: Home } },
|
||||
{ title: "Listing Prep", description: "Showcasing your home at its best.", bentoComponent: { icon: Award } },
|
||||
{ title: "Post-Construction", description: "Remedying dust and debris.", bentoComponent: { icon: Wrench } },
|
||||
{ title: "Estate Cleanouts", description: "Empathetic and thorough services.", bentoComponent: { icon: Heart } },
|
||||
]}
|
||||
title="Professional Cleaning Services"
|
||||
description="High-standard care for homes, real estate, and estates."
|
||||
|
||||
Reference in New Issue
Block a user