Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-25 14:18:36 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -64,7 +64,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358978.jpg"},
{
name: "Markus Thorne", handle: "@VillaOwner", testimonial: "Aureon transformed our view entirely. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg"},
imageSrc: "http://img.b2bpic.net/carpenter-holds-glue-attaches-window_1150-23995.jpg"},
]}
buttons={[
{
@@ -76,13 +76,13 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468749.jpg", alt: "Client Portrait 1"},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020337.jpg", alt: "Client Portrait 2"},
src: "http://img.b2bpic.net/middle-aged-hispanic-business-man_23-2151020337.jpg", alt: "Client Portrait 2"},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", alt: "Client Portrait 3"},
src: "http://img.b2bpic.net/front-view-man-working-as-plumber_23-2150746295.jpg", alt: "Client Portrait 3"},
{
src: "http://img.b2bpic.net/free-photo/never-ending-happiness-our-new-home_329181-9763.jpg", alt: "Client Portrait 4"},
src: "http://img.b2bpic.net/never-ending-happiness-our-new-home_329181-9763.jpg", alt: "Client Portrait 4"},
{
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg", alt: "Client Portrait 5"},
src: "http://img.b2bpic.net/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg", alt: "Client Portrait 5"},
]}
avatarText="Trusted by 500+ luxury homeowners"
/>
@@ -178,16 +178,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AUREON"
<FooterCard
logoText="Aureon Window Cleaning. Premium window cleaning across Richmond Hill and the GTA. Five-star rated. Open 24 hours. Built on the details — always streak-free, always on time. Services include Exterior Cleaning, Interior Cleaning, Garbage Can Wash, Screen Cleaning, and Post-Construction. Company: About Us, Reviews, Service Areas. Contact: Free Quote, (437) 499-7880, 16 Richard Person Dr, Richmond Hill, ON L4B 2T8, Open 24 Hours · 7 Days. © 2026 Aureon Window Cleaning. All rights reserved. LGBTQ+ Friendly, Fully Insured, WSIB Compliant."
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzZS83VF5Dhog7DHt3Fdr7lqH6/uploaded-1779692498315-7il2blqp.png"
leftLink={{
text: "Contact Us", href: "#contact"}}
rightLink={{
text: "Terms of Service", href: "#"}}
logoClassName="w-24 h-auto"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}