Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-05 23:39:06 +00:00

View File

@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureBento from '@/components/sections/feature/FeatureBento';
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -42,15 +42,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "plain" }}
<HeroOverlayTestimonial
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."
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-antiseptic-her-hands_1157-35899.jpg"
buttons={[
{ 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>
@@ -185,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}