Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
483
src/app/page.tsx
483
src/app/page.tsx
@@ -29,347 +29,166 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Clean Way Batumi"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Clean Way Batumi"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Clean Way Batumi: Impeccable Standards"
|
||||
description="Premium cleaning services for residences and businesses across Batumi. Experience the difference with our expert team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-cleaning-text-with-equipments-black-background_23-2147860467.jpg?_wi=1"
|
||||
imageAlt="Clean Way Batumi professional team"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products-with-copyspace_23-2148133461.jpg",
|
||||
alt: "Cleaning staff 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cleaning-text-near-equipments-basket-blue-background_23-2147860476.jpg",
|
||||
alt: "Cleaning staff 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dishes-eco-soap-cleaners_23-2148824645.jpg",
|
||||
alt: "Cleaning staff 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cleaning-products-plain-background_23-2148333766.jpg",
|
||||
alt: "Cleaning staff 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-showing-thumb-up-holding-cleaning-supplies-window_231208-12373.jpg",
|
||||
alt: "Cleaning staff 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied clients in Batumi"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Deep Cleaning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Office Maintenance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Move-In Specials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Products",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Staff",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "plain" }}
|
||||
title="Clean Way Batumi: Impeccable Standards"
|
||||
description="Premium cleaning services for residences and businesses across Batumi. Experience the difference with our expert team."
|
||||
buttons={[{ text: "Book Your Service", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-cleaning-text-with-equipments-black-background_23-2147860467.jpg"
|
||||
imageAlt="Clean Way Batumi professional team"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products-with-copyspace_23-2148133461.jpg", alt: "Cleaning staff 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cleaning-text-near-equipments-basket-blue-background_23-2147860476.jpg", alt: "Cleaning staff 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dishes-eco-soap-cleaners_23-2148824645.jpg", alt: "Cleaning staff 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cleaning-products-plain-background_23-2148333766.jpg", alt: "Cleaning staff 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-showing-thumb-up-holding-cleaning-supplies-window_231208-12373.jpg", alt: "Cleaning staff 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied clients in Batumi"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Deep Cleaning" },
|
||||
{ type: "text", text: "Office Maintenance" },
|
||||
{ type: "text", text: "Move-In Specials" },
|
||||
{ type: "text", text: "Eco-Friendly Products" },
|
||||
{ type: "text", text: "Professional Staff" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Detail"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Detail"
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Deep Cleaning",
|
||||
description: "Full apartment and home revitalization.",
|
||||
icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/poster-template-house-cleaning-services-with-various-cleaning-items_1416-1251.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/home-clean_1085-690.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-cleaning-text-with-equipments-black-background_23-2147860467.jpg?_wi=2",
|
||||
imageAlt: "professional housekeeping service icon",
|
||||
},
|
||||
{
|
||||
title: "Commercial Maintenance",
|
||||
description: "Professional upkeep for offices and venues.",
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hotel-maid-set_1284-13255.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/big-cleaning-isometric-pictograms-composition-poster_1284-11689.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg",
|
||||
imageAlt: "professional housekeeping service icon",
|
||||
},
|
||||
{
|
||||
title: "Move-In & Move-Out",
|
||||
description: "Seamless transition cleaning solutions.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-slow-fashion-badge-collection_23-2148836467.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-squeegee-logo-design-template_23-2150217423.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-stan_1258-145919.jpg?_wi=1",
|
||||
imageAlt: "professional housekeeping service icon",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We offer a wide range of cleaning solutions tailored to your unique needs, ensuring a pristine environment."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Deep Cleaning", description: "Full apartment and home revitalization.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/poster-template-house-cleaning-services-with-various-cleaning-items_1416-1251.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/home-clean_1085-690.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Commercial Maintenance", description: "Professional upkeep for offices and venues.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/hotel-maid-set_1284-13255.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/big-cleaning-isometric-pictograms-composition-poster_1284-11689.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Move-In & Move-Out", description: "Seamless transition cleaning solutions.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-slow-fashion-badge-collection_23-2148836467.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-squeegee-logo-design-template_23-2150217423.jpg" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We offer a wide range of cleaning solutions tailored to your unique needs, ensuring a pristine environment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Completed Jobs",
|
||||
description: "Professional cleanings performed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/labour-day-celebration-with-maid-icon_23-2150298743.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Happy Clients",
|
||||
description: "Consistent satisfaction ratings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cleaning-service-logo-template_23-2149210115.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Service when you need it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-organic-go-green-icons_53876-59110.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="High-quality service delivery data."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Completed Jobs", description: "Professional cleanings performed.", imageSrc: "http://img.b2bpic.net/free-psd/labour-day-celebration-with-maid-icon_23-2150298743.jpg" },
|
||||
{ id: "m2", value: "99%", title: "Happy Clients", description: "Consistent satisfaction ratings.", imageSrc: "http://img.b2bpic.net/free-vector/cleaning-service-logo-template_23-2149210115.jpg" },
|
||||
{ id: "m3", value: "24/7", title: "Availability", description: "Service when you need it.", imageSrc: "http://img.b2bpic.net/free-vector/set-organic-go-green-icons_53876-59110.jpg" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="High-quality service delivery data."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service!",
|
||||
quote: "The best cleaning I've ever had in Batumi.",
|
||||
name: "Elena K.",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-stan_1258-145919.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommended",
|
||||
quote: "Professional, punctual, and extremely thorough.",
|
||||
name: "Giorgi M.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498263.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Spotless!",
|
||||
quote: "My apartment looks brand new again.",
|
||||
name: "Sarah W.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Quality",
|
||||
quote: "Consistent and high standard work.",
|
||||
name: "David P.",
|
||||
role: "Tenant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-getting-her-hands-disinfected-cafe_637285-8082.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Super Efficient",
|
||||
quote: "Saved me so much time, perfect service.",
|
||||
name: "Anna S.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Batumi"
|
||||
description="Hear from our satisfied clients."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Excellent Service!", quote: "The best cleaning I've ever had in Batumi.", name: "Elena K.", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-stan_1258-145919.jpg" },
|
||||
{ id: "2", title: "Highly Recommended", quote: "Professional, punctual, and extremely thorough.", name: "Giorgi M.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rainbow-nature_23-2151498263.jpg" },
|
||||
{ id: "3", title: "Spotless!", quote: "My apartment looks brand new again.", name: "Sarah W.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg" },
|
||||
{ id: "4", title: "Great Quality", quote: "Consistent and high standard work.", name: "David P.", role: "Tenant", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-getting-her-hands-disinfected-cafe_637285-8082.jpg" },
|
||||
{ id: "5", title: "Super Efficient", quote: "Saved me so much time, perfect service.", name: "Anna S.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg" },
|
||||
]}
|
||||
title="Trusted by Batumi"
|
||||
description="Hear from our satisfied clients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Batumi Realty",
|
||||
"Coastal Hub",
|
||||
"Modern Stays",
|
||||
"Pacific Offices",
|
||||
"Urban Suites",
|
||||
"Green View",
|
||||
"Sunset Suites",
|
||||
]}
|
||||
title="Industry Partners"
|
||||
description="Trusted by local businesses."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Batumi Realty", "Coastal Hub", "Modern Stays", "Pacific Offices", "Urban Suites", "Green View", "Sunset Suites"]}
|
||||
title="Industry Partners"
|
||||
description="Trusted by local businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer weekly service?",
|
||||
content: "Yes, we offer flexible recurring schedules.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your staff insured?",
|
||||
content: "Absolutely, all our professionals are insured.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I book online?",
|
||||
content: "Yes, through our website contact form.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer weekly service?", content: "Yes, we offer flexible recurring schedules." },
|
||||
{ id: "2", title: "Are your staff insured?", content: "Absolutely, all our professionals are insured." },
|
||||
{ id: "3", title: "Can I book online?", content: "Yes, through our website contact form." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Schedule your cleaning appointment today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-female-janitor_23-2148453430.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Schedule your cleaning appointment today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-female-janitor_23-2148453430.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Clean Way Batumi"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Clean Way Batumi"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user