Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e9bd9df77 | |||
| f8bcc3f96b | |||
| 389325fa63 | |||
| f014aaf6b1 | |||
| 9093c396e2 | |||
| 98bbde3764 |
@@ -6,8 +6,8 @@ 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, BookOpen, Briefcase, Calendar, Clock, FileText, Home, MapPin, Sparkles, ThumbsUp, Users } from "lucide-react";
|
||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -42,15 +42,21 @@ 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}
|
||||
titleClassName="text-[#000000]"
|
||||
descriptionClassName="text-[#1a1a1a]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user