Merge version_1 into main #2
181
src/app/page.tsx
181
src/app/page.tsx
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -29,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="AQG Premier"
|
||||
/>
|
||||
@@ -52,47 +39,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="AQG Premier Cleaning Services"
|
||||
description="Experience a spotless home with our professional, reliable, and premium cleaning services. Your comfort is our priority."
|
||||
tag="Trusted Quality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Our Services", href: "#features" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-easter-bunny-costume_53876-127289.jpg",
|
||||
imageAlt: "Professional residential cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-healthy-young-woman-vegetarian-making-herself-salad-posing-near-vegetables_1258-204541.jpg",
|
||||
imageAlt: "Clean modern living room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520593.jpg",
|
||||
imageAlt: "Office maintenance service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-basket-with-cleaning-products_23-2148357464.jpg",
|
||||
imageAlt: "Eco-friendly equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-wearing-apron-yellow-glove-pointing-index-finger-looking-camera_23-2148222274.jpg",
|
||||
imageAlt: "Professional cleaning staff",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-organic-vegetables-kitchen_23-2148672866.jpg",
|
||||
imageAlt: "Spotless home interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-easter-bunny-costume_53876-127289.jpg", imageAlt: "Professional residential cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-healthy-young-woman-vegetarian-making-herself-salad-posing-near-vegetables_1258-204541.jpg", imageAlt: "Clean modern living room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520593.jpg", imageAlt: "Office maintenance service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-basket-with-cleaning-products_23-2148357464.jpg", imageAlt: "Eco-friendly equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-wearing-apron-yellow-glove-pointing-index-finger-looking-camera_23-2148222274.jpg", imageAlt: "Professional cleaning staff" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-organic-vegetables-kitchen_23-2148672866.jpg", imageAlt: "Spotless home interior" }
|
||||
]}
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
@@ -104,36 +65,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Eco-Friendly Products",
|
||||
description: "Safe for children and pets, our green cleaning solutions ensure a healthy home environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg?_wi=1",
|
||||
imageAlt: "Eco-friendly cleaning",
|
||||
},
|
||||
{
|
||||
title: "Expert Trained Staff",
|
||||
description: "Highly trained, vetted, and professional staff dedicated to precision and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-janitor_23-2148453432.jpg?_wi=1",
|
||||
imageAlt: "Cleaning professionals",
|
||||
},
|
||||
{
|
||||
title: "Reliable Scheduling",
|
||||
description: "Flexibility is key. We work around your schedule to provide hassle-free service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-female-cleaner-wearing-uniform-bandana-rubber-gloves-showing-alarm-clock-looking-camera-isolated-blue-background_141793-139535.jpg",
|
||||
imageAlt: "Cleaning schedule",
|
||||
},
|
||||
{
|
||||
title: "Deep Sanitization",
|
||||
description: "Advanced sanitization techniques to eliminate bacteria and allergens for a pristine space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg?_wi=2",
|
||||
imageAlt: "Sanitized surface",
|
||||
},
|
||||
{
|
||||
title: "Custom Plans",
|
||||
description: "Tailored cleaning packages designed to meet your specific residential or commercial needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-janitor_23-2148453432.jpg?_wi=2",
|
||||
imageAlt: "Planning checklist",
|
||||
},
|
||||
{ title: "Eco-Friendly Products", description: "Safe for children and pets, our green cleaning solutions ensure a healthy home environment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg", imageAlt: "Eco-friendly cleaning" },
|
||||
{ title: "Expert Trained Staff", description: "Highly trained, vetted, and professional staff dedicated to precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-janitor_23-2148453432.jpg", imageAlt: "Cleaning professionals" },
|
||||
{ title: "Reliable Scheduling", description: "Flexibility is key. We work around your schedule to provide hassle-free service.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-female-cleaner-wearing-uniform-bandana-rubber-gloves-showing-alarm-clock-looking-camera-isolated-blue-background_141793-139535.jpg", imageAlt: "Cleaning schedule" },
|
||||
{ title: "Deep Sanitization", description: "Advanced sanitization techniques to eliminate bacteria and allergens for a pristine space.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552226.jpg", imageAlt: "Sanitized surface" },
|
||||
{ title: "Custom Plans", description: "Tailored cleaning packages designed to meet your specific residential or commercial needs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-janitor_23-2148453432.jpg", imageAlt: "Planning checklist" }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We deliver unmatched quality with a commitment to excellence, reliability, and the highest hygiene standards for your property."
|
||||
@@ -146,89 +82,30 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-washing-dishes-washing-dishes-kitchen-housework_169016-67651.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
role: "Owner",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-gloves_23-2149535130.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Manager",
|
||||
company: "Office Space",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-man-holding-eyeglasses_74855-4321.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Smith",
|
||||
role: "Homeowner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-moving-new-home_23-2149242153.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Brown",
|
||||
role: "Homeowner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-washing-dishes-washing-dishes-kitchen-housework_169016-67651.jpg" },
|
||||
{ id: "2", name: "John Doe", role: "Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-gloves_23-2149535130.jpg" },
|
||||
{ id: "3", name: "Emily Chen", role: "Manager", company: "Office Space", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-man-holding-eyeglasses_74855-4321.jpg" },
|
||||
{ id: "4", name: "David Smith", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-moving-new-home_23-2149242153.jpg" },
|
||||
{ id: "5", name: "Anna Brown", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Homes Cleaned",
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{ value: "500+", label: "Homes Cleaned" },
|
||||
{ value: "99%", label: "Satisfaction Rate" },
|
||||
{ value: "10+", label: "Years Experience" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it. Our clients value our reliability and attention to detail every single day."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to Shine?"
|
||||
title="Let's Keep It Pristine"
|
||||
description="Book your professional cleaning today. We look forward to exceeding your expectations with our premium cleaning solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:aqg@premiercleaning.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:aqg@premiercleaning.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -241,4 +118,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user