Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-13 11:49:46 +00:00

View File

@@ -2,148 +2,146 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { CheckCircle, Clock, Leaf, ShieldCheck, Star } from "lucide-react";
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ShieldCheck, Star, Leaf, Clock, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="ARMANI PEST CONTROL"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" }
]}
brandName="ARMANI PEST CONTROL"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Melbourne's Trusted Pest Experts"
description="Professional Pest Control That Actually Works — Guaranteed Results, No Surprises."
buttons={[{ text: "Get Free Quote", href: "/contact" }, { text: "Call Now", href: "tel:0400000000" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-spraying-fitness-equipment-stop-spreading-highly-contagious-corona-virus_342744-58.jpg"
imageAlt="Expert pest control technician"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "Happy customer" },
{ src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "Satisfied client" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", alt: "Happy homeowner" },
{ src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Pleased client" },
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Happy regular" },
]}
avatarText="Trusted by 500+ Melbourne families"
marqueeItems={[
{ type: "text-icon", text: "Fully Licensed", icon: ShieldCheck },
{ type: "text-icon", text: "Pet Safe", icon: Star },
{ type: "text-icon", text: "Eco-Friendly", icon: Leaf },
{ type: "text-icon", text: "24/7 Support", icon: Clock },
{ type: "text-icon", text: "Guaranteed", icon: CheckCircle },
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Melbourne's Trusted Pest Experts"
description="Professional Pest Control That Actually Works — Guaranteed Results, No Surprises."
buttons={[{ text: "Get Free Quote", href: "/contact" }, { text: "Call Now", href: "tel:0400000000" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-spraying-fitness-equipment-stop-spreading-highly-contagious-corona-virus_342744-58.jpg"
imageAlt="Expert pest control technician"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", alt: "Happy customer" },
{ src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "Satisfied client" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", alt: "Happy homeowner" },
{ src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Pleased client" },
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Happy regular" }
]}
avatarText="Trusted by 500+ Melbourne families"
marqueeItems={[
{ type: "text-icon", text: "Fully Licensed", icon: ShieldCheck },
{ type: "text-icon", text: "Pet Safe", icon: Star },
{ type: "text-icon", text: "Eco-Friendly", icon: Leaf },
{ type: "text-icon", text: "24/7 Support", icon: Clock },
{ type: "text-icon", text: "Guaranteed", icon: CheckCircle }
]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Cockroach Control", description: "German, American & more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-disinfecting-biohazard-area_23-2148848553.jpg", imageAlt: "Cockroach close-up" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-public-areas-stop-spreading-highly-contagious-corona-virus_342744-865.jpg", imageAlt: "Cockroach treatment" }
},
{
title: "Spider Removal", description: "Redbacks, huntsman, all species.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-writing_23-2148902574.jpg", imageAlt: "Spider web" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-prevention-suit-against-bio-hazard_23-2148849820.jpg", imageAlt: "Spider inspection" }
},
{
title: "Rodent Control", description: "Mice, rats, possum proofing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-hazmat-suits_23-2149345571.jpg", imageAlt: "Rodent entry point" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-holding-sprayer-with-disinfectant-chemicals-stop-spreading-highly-contagious-virus_342744-907.jpg", imageAlt: "Rodent removal tool" }
},
]}
showStepNumbers={false}
title="Complete Pest Protection"
description="Whatever's bugging you, we handle it — permanently."
/>
</div>
<div id="services" data-section="services">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Cockroach Control", description: "German, American & more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-disinfecting-biohazard-area_23-2148848553.jpg", imageAlt: "Cockroach close-up" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-public-areas-stop-spreading-highly-contagious-corona-virus_342744-865.jpg", imageAlt: "Cockroach treatment" }
},
{
title: "Spider Removal", description: "Redbacks, huntsman, all species.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-writing_23-2148902574.jpg", imageAlt: "Spider web" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-prevention-suit-against-bio-hazard_23-2148849820.jpg", imageAlt: "Spider inspection" }
},
{
title: "Rodent Control", description: "Mice, rats, possum proofing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-hazmat-suits_23-2149345571.jpg", imageAlt: "Rodent entry point" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-holding-sprayer-with-disinfectant-chemicals-stop-spreading-highly-contagious-virus_342744-907.jpg", imageAlt: "Rodent removal tool" }
}
]}
showStepNumbers={false}
title="Complete Pest Protection"
description="Whatever's bugging you, we handle it — permanently."
/>
</div>
<div id="about-me" data-section="about-me">
<MediaAbout
useInvertedBackground={true}
title="Meet Your Pest Control Expert"
description="Asadullah Ali, Founder & Lead Technician, has 10+ years experience in providing local Melbourne pest control solutions."
imageSrc="http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"
imageAlt="Asadullah Ali"
/>
</div>
<div id="about-me" data-section="about-me">
<MediaAbout
useInvertedBackground={true}
title="Meet Your Pest Control Expert"
description="Asadullah Ali, Founder & Lead Technician, has 10+ years experience in providing local Melbourne pest control solutions."
imageSrc="http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"
imageAlt="Asadullah Ali"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Waqar A.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg" },
{ id: "2", name: "Sumit P.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },
{ id: "3", name: "Daphne S.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg" },
{ id: "4", name: "John D.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
{ id: "5", name: "Sarah K.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg" },
]}
title="What Our Customers Say"
description="Rated 4.9 from 135 Google Reviews"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Waqar A.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg" },
{ id: "2", name: "Sumit P.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },
{ id: "3", name: "Daphne S.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg" },
{ id: "4", name: "John D.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
{ id: "5", name: "Sarah K.", role: "Client", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg" }
]}
title="What Our Customers Say"
description="Rated 4.9 from 135 Google Reviews"
textboxLayout="default"
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet Our Elite Team"
tag="Our Experts"
memberVariant="card"
membersAnimation="slide-up"
members={[
{ id: "t1", name: "Asadullah Ali", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Asadullah Ali" },
{ id: "t2", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageAlt: "Sarah Jenkins" },
{ id: "t3", name: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Mark Wilson" },
{ id: "t4", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", imageAlt: "Robert Chen" },
{ id: "t5", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-barista-female-staff-member-medical-mask-working-counter-with_1258-197393.jpg", imageAlt: "Emily Davis" },
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet Our Elite Team"
tag="Our Experts"
memberVariant="card"
membersAnimation="slide-up"
members={[
{ id: "t1", name: "Asadullah Ali", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Asadullah Ali" },
{ id: "t2", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageAlt: "Sarah Jenkins" },
{ id: "t3", name: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Mark Wilson" },
{ id: "t4", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", imageAlt: "Robert Chen" },
{ id: "t5", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-barista-female-staff-member-medical-mask-working-counter-with_1258-197393.jpg", imageAlt: "Emily Davis" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="ARMANI PEST CONTROL"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2025 Armani Pest Control", href: "#" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="ARMANI PEST CONTROL"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2025 Armani Pest Control", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}