Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 14:11:14 +00:00

View File

@@ -10,6 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Sparkles, Briefcase, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,91 +30,40 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="JMS Ambientes Limpos"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Impeccable Spaces, Professional Results, Every Time"
description="Transform your home or office into a pristine environment with JMS Ambientes Limpos—premium cleaning tailored to residential, commercial, and specialized needs, so you can focus on what matters."
buttons={[
{
text: "Request Your Free Quote",
href: "#contact",
},
]}
buttons={[{ text: "Request Your Free Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520590.jpg"
imageAlt="Professional cleaning service in action"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/gorgeous-young-female-student-sit-cafe-using-smartphone_176420-19726.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/man-using-laptop-urban-environment_23-2147961591.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/gorgeous-young-female-student-sit-cafe-using-smartphone_176420-19726.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/man-using-laptop-urban-environment_23-2147961591.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg", alt: "Client 5" },
]}
avatarText="Trusted by over 500+ satisfied clients"
marqueeItems={[
{
type: "text",
text: "Eco-Friendly Cleaning",
},
{
type: "text",
text: "Fully Insured Staff",
},
{
type: "text",
text: "Flexible Scheduling",
},
{
type: "text",
text: "Competitive Pricing",
},
{
type: "text",
text: "Professional Standards",
},
{ type: "text", text: "Eco-Friendly Cleaning" },
{ type: "text", text: "Fully Insured Staff" },
{ type: "text", text: "Flexible Scheduling" },
{ type: "text", text: "Competitive Pricing" },
{ type: "text", text: "Professional Standards" },
]}
/>
</div>
@@ -123,24 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Residential Cleaning",
description: "Deep cleaning for homes, apartments, and luxury properties.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-home_23-2150453328.jpg",
buttonIcon: "Sparkles",
},
{
title: "Commercial Maintenance",
description: "Reliable janitorial services for offices and workspaces.",
imageSrc: "http://img.b2bpic.net/free-photo/midsection-female-janitor-wiping-wooden-table-with-cloth_23-2148222259.jpg",
buttonIcon: "Briefcase",
},
{
title: "Specialized Services",
description: "Post-construction, move-in/move-out, and deep sanitization.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-through-window-while-cleaning_23-2148456990.jpg",
buttonIcon: "Zap",
},
{ title: "Residential Cleaning", description: "Deep cleaning for homes, apartments, and luxury properties.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-home_23-2150453328.jpg", buttonIcon: Sparkles },
{ title: "Commercial Maintenance", description: "Reliable janitorial services for offices and workspaces.", imageSrc: "http://img.b2bpic.net/free-photo/midsection-female-janitor-wiping-wooden-table-with-cloth_23-2148222259.jpg", buttonIcon: Briefcase },
{ title: "Specialized Services", description: "Post-construction, move-in/move-out, and deep sanitization.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-through-window-while-cleaning_23-2148456990.jpg", buttonIcon: Zap },
]}
title="Our Cleaning Solutions"
description="Comprehensive cleaning services designed for your lifestyle and business requirements."
@@ -154,55 +89,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
tag: "Essential",
price: "From €49",
period: "/visit",
description: "Standard cleaning for smaller apartments or routine maintenance.",
button: {
text: "Get Started",
href: "#contact",
},
featuresTitle: "Included Services",
features: [
"Floor dusting",
"Surface sanitizing",
"Vacuuming",
],
id: "basic", tag: "Essential", price: "From €49", period: "/visit", description: "Standard cleaning for smaller apartments or routine maintenance.", button: { text: "Get Started", href: "#contact" },
featuresTitle: "Included Services", features: ["Floor dusting", "Surface sanitizing", "Vacuuming"],
},
{
id: "pro",
tag: "Premium",
price: "From €89",
period: "/visit",
description: "Comprehensive deep cleaning for full residences and offices.",
button: {
text: "Choose Plan",
href: "#contact",
},
featuresTitle: "Included Services",
features: [
"Everything in Basic",
"Window cleaning",
"Appliance detail",
],
id: "pro", tag: "Premium", price: "From €89", period: "/visit", description: "Comprehensive deep cleaning for full residences and offices.", button: { text: "Choose Plan", href: "#contact" },
featuresTitle: "Included Services", features: ["Everything in Basic", "Window cleaning", "Appliance detail"],
},
{
id: "custom",
tag: "Tailored",
price: "Custom",
period: "/quote",
description: "Perfect for post-construction and specialized requirements.",
button: {
text: "Request Quote",
href: "#contact",
},
featuresTitle: "Customized Coverage",
features: [
"Full deep cleaning",
"Sanitization protocols",
"Post-renovation care",
],
id: "custom", tag: "Tailored", price: "Custom", period: "/quote", description: "Perfect for post-construction and specialized requirements.", button: { text: "Request Quote", href: "#contact" },
featuresTitle: "Customized Coverage", features: ["Full deep cleaning", "Sanitization protocols", "Post-renovation care"],
},
]}
title="Transparent Pricing"
@@ -217,46 +113,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ana Silva",
role: "Busy Professional",
company: "Lisbon Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg",
},
{
id: "2",
name: "Pedro Mendes",
role: "Office Manager",
company: "TechHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg?_wi=1",
},
{
id: "3",
name: "Clara Ferreira",
role: "Homeowner",
company: "Porto Private",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-female-student-sit-cafe-using-smartphone_176420-19726.jpg",
},
{
id: "4",
name: "João Oliveira",
role: "Property Developer",
company: "Construtora S.A.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-urban-environment_23-2147961591.jpg",
},
{
id: "5",
name: "Maria Santos",
role: "General Manager",
company: "Global Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg?_wi=2",
},
{ id: "1", name: "Ana Silva", role: "Busy Professional", company: "Lisbon Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg" },
{ id: "2", name: "Pedro Mendes", role: "Office Manager", company: "TechHub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg" },
{ id: "3", name: "Clara Ferreira", role: "Homeowner", company: "Porto Private", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-female-student-sit-cafe-using-smartphone_176420-19726.jpg" },
{ id: "4", name: "João Oliveira", role: "Property Developer", company: "Construtora S.A.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-urban-environment_23-2147961591.jpg" },
{ id: "5", name: "Maria Santos", role: "General Manager", company: "Global Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-colleagues-celebrating-triumph-together_74855-4294.jpg" },
]}
title="Trusted by Many"
description="See why professionals and homeowners trust JMS Ambientes Limpos."
@@ -267,21 +128,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you provide your own supplies?",
content: "Yes, we use eco-friendly and professional-grade supplies.",
},
{
id: "q2",
title: "Is the team insured?",
content: "Absolutely, all our professionals are fully insured for your peace of mind.",
},
{
id: "q3",
title: "Can I request regular service?",
content: "Yes, we offer recurring cleaning plans for regular clients.",
},
{ id: "q1", title: "Do you provide your own supplies?", content: "Yes, we use eco-friendly and professional-grade supplies." },
{ id: "q2", title: "Is the team insured?", content: "Absolutely, all our professionals are fully insured for your peace of mind." },
{ id: "q3", title: "Can I request regular service?", content: "Yes, we offer recurring cleaning plans for regular clients." },
]}
sideTitle="Questions?"
sideDescription="Find answers to our most common queries regarding cleaning protocols."
@@ -292,9 +141,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Book Now"
title="Request Your Free Quote"
description="Ready to experience pristine results? Get in touch today for a tailored cleaning plan."
@@ -309,45 +156,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Services",
items: [
{
label: "Residential",
href: "#services",
},
{
label: "Commercial",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Services", items: [{ label: "Residential", href: "#services" }, { label: "Commercial", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 JMS Ambientes Limpos. All rights reserved."
bottomRightText="Built with professional care."