Merge version_2 into main #2
@@ -3,15 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,7 +32,6 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Packages", id: "packages" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TourClean Pro"
|
||||
@@ -48,6 +44,10 @@ export default function LandingPage() {
|
||||
description="Professional cleaning services tailored for tour buses. From daily refreshes to deep-clean transformations, we handle the dirty work."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-toys-yellow-background_58702-17449.jpg"
|
||||
testimonials={[
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "Fantastic service for our buses!", rating: 5 },
|
||||
{ name: "Jane Smith", handle: "@janesmith", testimonial: "Reliable and thorough.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,6 +56,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Fleet Maintenance Partner"
|
||||
description="We specialize in vehicle sanitation and detailing for the travel industry. Our dedicated team ensures every inch of your bus is treated with care."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-manufacturing-with-unfinished-cars-workers-protective-uniform-automobile-production_645730-240.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,6 +91,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Custom Services"
|
||||
description="Need something specific? Build your own service plan."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Appointments", description: "Schedule service for the time that works for your fleet.", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582576.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/inside-train-closeup-with-blurred-background_23-2148242291.jpg", buttonText: "Get Custom Quote"
|
||||
@@ -104,6 +106,8 @@ export default function LandingPage() {
|
||||
title="Book Your Cleaning"
|
||||
description="Fill out the form or contact us directly to set up your bus cleaning appointment."
|
||||
buttons={[{ text: "Contact Support", href: "mailto:hello@tourclean.pro" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user