Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-23 17:18:29 +00:00

View File

@@ -8,9 +8,9 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Building, Calendar, CheckCircle2, Home, Key, MessageSquare, ShieldCheck, Sparkles } from "lucide-react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Home, Building, Sparkles, Key, MessageSquare, Calendar, ShieldCheck, CheckCircle2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -19,12 +19,12 @@ export default function LandingPage() {
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="fluid"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -44,27 +44,18 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Experience a Higher Standard of Clean"
description="Premium residential & commercial cleaning designed for those who value excellence, detail, and peace of mind."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Book Now", href: "#contact" }
]}
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Book Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160111.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Smiling female staff at airport terminal" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", alt: "Portrait of a young female dentist" },
{ src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Image of corporate woman working in an office" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", alt: "Portrait of a young female dentist Dentistry concept Dental treatment" },
{ src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Image of corporate woman working in an office sitting in front of laptop preparing for business" },
{ src: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", alt: "Closeup of Beautiful Strict Woman in Glasses" },
{ src: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-with-grey-hair-wearing-casual-pink-t-shirt-smiling-cheerful-pointing-with-hand-finger-up-side_839833-27568.jpg", alt: "Handsome middle age man" }
{ src: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-with-grey-hair-wearing-casual-pink-t-shirt-smiling-cheerful-pointing-with-hand-finger-up-side_839833-27568.jpg", alt: "Handsome middle age man with grey hair wearing casual pink t shirt smiling cheerful pointing with hand and finger up to the side" }
]}
avatarText="Trusted by 500+ professionals"
marqueeItems={[
{ type: "text", text: "Premium Quality" },
{ type: "text", text: "Fully Insured" },
{ type: "text", text: "Eco-Friendly Products" },
{ type: "text", text: "Custom Schedules" },
{ type: "text", text: "Satisfaction Guaranteed" }
]}
marqueeItems={[{ type: "text", text: "Premium Quality" }, { type: "text", text: "Fully Insured" }, { type: "text", text: "Eco-Friendly Products" }, { type: "text", text: "Custom Schedules" }, { type: "text", text: "Satisfaction Guaranteed" }]}
/>
</div>
@@ -107,6 +98,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
title="Early Client Experiences"
description="See why our first clients are raving about their pristine homes."
testimonials={[
{ id: "t1", name: "Sarah M.", handle: "@sarah.m", testimonial: "Absolutely incredible attention to detail. My home has never felt this clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg" },
{ id: "t2", name: "James R.", handle: "@james.r", testimonial: "Professional, punctual, and flawless results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-grey-haired-man-wearing-casual-clothes-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-14195.jpg" },
@@ -114,9 +108,6 @@ export default function LandingPage() {
{ id: "t4", name: "Michael B.", handle: "@michael.b", testimonial: "The best cleaning team I have ever hired. Incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg" },
{ id: "t5", name: "Emma W.", handle: "@emma.w", testimonial: "My home felt like a five-star hotel after they finished.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-cafe_1303-11364.jpg" }
]}
showRating={true}
title="Early Client Experiences"
description="See why our first clients are raving about their pristine homes."
/>
</div>
@@ -125,14 +116,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="How It Works"
description="A seamless 4-step process designed to give you peace of mind."
features={[
{ title: "Request a Quote", description: "Fill out our form or call to get your customized estimate.", icon: MessageSquare, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg" }] },
{ title: "Schedule Service", description: "Pick a date and time that fits your lifestyle perfectly.", icon: Calendar, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349198.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/talented-designer-working-from-home_1098-13936.jpg" }] },
{ title: "We Handle It", description: "Our professional team arrives prepared with eco-friendly tools.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-with-white-sofa_23-2151983234.jpg" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbrlla" }] },
{ title: "Enjoy Perfection", description: "Come back to a home that is truly spotless and refined.", icon: CheckCircle2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-ironing-clothing_23-2149530864.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg" }] }
]}
title="How It Works"
description="A seamless 4-step process designed to give you peace of mind."
/>
</div>
@@ -141,11 +132,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Hours of Operation"
tag="Availability"
metrics={[
{ id: "h1", value: "Mon-Fri", description: "8:00 AM 6:00 PM" },
{ id: "h2", value: "Saturday", description: "9:00 AM 4:00 PM" },
{ id: "h3", value: "Sunday", description: "Closed" }
]}
metrics={[{ id: "h1", value: "Mon-Fri", description: "8:00 AM 6:00 PM" }, { id: "h2", value: "Saturday", description: "9:00 AM 4:00 PM" }, { id: "h3", value: "Sunday", description: "Closed" }]}
metricsAnimation="slide-up"
/>
</div>
@@ -162,13 +149,13 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Liora Cleaning"
copyrightText="© 2025 | Liora Cleaning"
columns={[
{ title: "Services", items: [{ label: "Residential", href: "#" }, { label: "Commercial", href: "#" }, { label: "Deep Cleaning", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] }
]}
logoText="Liora Cleaning"
copyrightText="© 2025 | Liora Cleaning"
/>
</div>
</ReactLenis>