Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 09:24:38 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, SprayCan, Shield } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -28,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="MEGA Car Wash"
/>
@@ -50,13 +45,9 @@ export default function LandingPage() {
description="Drive in dirty. Leave shining. Trusted by locals for fast, affordable, and spotless results."
buttons={[
{
text: "Call Now",
href: "tel:+35725333993",
},
text: "Call Now", href: "tel:+35725333993"},
{
text: "Book Appointment",
href: "#contact",
},
text: "Book Appointment", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/a-high-quality-professional-photo-of-a-f-1774603434644-ffd7923a.png"
showDimOverlay={true}
@@ -69,22 +60,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Exterior Wash",
description: "High-pressure, foam-infused wash for a streak-free exterior.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/a-professional-car-washer-using-a-high-p-1774603434761-46e276c8.png",
buttonIcon: "Zap",
title: "Exterior Wash", description: "High-pressure, foam-infused wash for a streak-free exterior.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/a-professional-car-washer-using-a-high-p-1774603434761-46e276c8.png", buttonIcon: Zap,
},
{
title: "Interior Cleaning",
description: "Deep vacuuming, surface wiping, and seat revitalization.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/detailed-interior-cleaning-of-a-car-vacu-1774603435310-a0744760.png",
buttonIcon: "SprayCan",
title: "Interior Cleaning", description: "Deep vacuuming, surface wiping, and seat revitalization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/detailed-interior-cleaning-of-a-car-vacu-1774603435310-a0744760.png", buttonIcon: SprayCan,
},
{
title: "Full Detailing",
description: "Premium restoration including hand-polishing and protection.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/a-shiny-car-being-polished-sunlight-refl-1774603435341-f1a85230.png",
buttonIcon: "Shield",
title: "Full Detailing", description: "Premium restoration including hand-polishing and protection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/a-shiny-car-being-polished-sunlight-refl-1774603435341-f1a85230.png", buttonIcon: Shield,
},
]}
title="Our Services"
@@ -99,33 +81,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@LimassolLocal",
testimonial: "Very good service, car is really clean and smell is fresh!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/close-up-detail-of-a-sparkling-clean-rim-1774603435378-7b7ab3d9.png",
},
id: "1", name: "Sarah Johnson", handle: "@LimassolLocal", testimonial: "Very good service, car is really clean and smell is fresh!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/close-up-detail-of-a-sparkling-clean-rim-1774603435378-7b7ab3d9.png"},
{
id: "2",
name: "Michael Chen",
handle: "@BusinessPro",
testimonial: "Reasonably priced and efficient. My go-to spot every week.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/wide-shot-of-a-clean-car-in-a-parking-sp-1774603437519-fad9989a.png",
},
id: "2", name: "Michael Chen", handle: "@BusinessPro", testimonial: "Reasonably priced and efficient. My go-to spot every week.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/wide-shot-of-a-clean-car-in-a-parking-sp-1774603437519-fad9989a.png"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@DailyCommuter",
testimonial: "Fast turnaround and friendly staff. Highly recommend.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/interior-of-a-clean-car-seat-view-1774603437861-36b75578.png",
},
id: "3", name: "Emily Rodriguez", handle: "@DailyCommuter", testimonial: "Fast turnaround and friendly staff. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/interior-of-a-clean-car-seat-view-1774603437861-36b75578.png"},
{
id: "4",
name: "David Kim",
handle: "@CarEnthusiast",
testimonial: "Best detailing service in town. Attention to detail is amazing.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/reflection-shot-on-a-clean-hood-of-a-car-1774603437127-d656ac0b.png",
},
id: "4", name: "David Kim", handle: "@CarEnthusiast", testimonial: "Best detailing service in town. Attention to detail is amazing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWSY3SgXXHezbDhJapcmxQHlVv/reflection-shot-on-a-clean-hood-of-a-car-1774603437127-d656ac0b.png"},
]}
title="Trusted by Locals"
description="Rated 4.3⭐ by 60+ happy customers in Limassol."
@@ -136,8 +98,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Contact Us"
title="Get Your Car Clean Today"
description="Book your service or call us directly at +357 25 333993. We are located in the heart of Limassol."
@@ -148,37 +109,23 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Exterior",
href: "#services",
},
label: "Exterior", href: "#services"},
{
label: "Interior",
href: "#services",
},
label: "Interior", href: "#services"},
{
label: "Full Detailing",
href: "#services",
},
label: "Full Detailing", href: "#services"},
],
},
{
title: "Mega Car Wash",
items: [
title: "Mega Car Wash", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}