Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
<HeroSplit
|
||||
title="Exceptional Cleaning With Attention To Every Detail"
|
||||
description="Trusted by homeowners and real estate professionals for reliable, detail-oriented cleaning services that make every home shine."
|
||||
buttons={[
|
||||
@@ -50,15 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+15551234567" },
|
||||
]}
|
||||
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"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407587.jpg", alt: "Cleaning Team Member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199431.jpg", alt: "Cleaning Team Member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", alt: "Cleaning Team Member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199386.jpg", alt: "Cleaning Team Member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-young-woman-looking-camera-home_1301-6379.jpg", alt: "Cleaning Team Member 5" },
|
||||
]}
|
||||
avatarText="Join 500+ satisfied clients"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user