Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 389325fa63 | |||
| f014aaf6b1 | |||
| 9093c396e2 | |||
| 98bbde3764 |
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
@@ -42,15 +42,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroOverlayTestimonial
|
||||||
background={{ variant: "plain" }}
|
|
||||||
title="Clean Spaces. Trusted Hands."
|
title="Clean Spaces. Trusted Hands."
|
||||||
description="With over 15+ years of experience, Mina's Cleaning Services delivers elite, reliable care to homes and offices throughout Pennsylvania, New Jersey, and Delaware."
|
description="With over 15+ years of experience, Mina's Cleaning Services delivers elite, reliable care to homes and offices throughout Pennsylvania, New Jersey, and Delaware."
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-antiseptic-her-hands_1157-35899.jpg"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Quote", href: "#contact" },
|
{ text: "Get a Free Quote", href: "#contact" },
|
||||||
{ text: "View Our Services", href: "#services" },
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-antiseptic-her-hands_1157-35899.jpg"
|
testimonials={[
|
||||||
|
{ name: "Sarah Miller", handle: "@Glenside", testimonial: "The best cleaning service I've ever hired!", rating: 5 },
|
||||||
|
{ name: "John Thompson", handle: "@CherryHill", testimonial: "Professional and meticulous every time.", rating: 5 }
|
||||||
|
]}
|
||||||
|
textPosition="bottom"
|
||||||
|
showBlur={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -185,4 +189,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user