Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-30 19:00:12 +00:00
4 changed files with 82 additions and 338 deletions

View File

@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Calendar, RefreshCcw } from "lucide-react";
export default function LandingPage() {
export default function BookingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,22 +26,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" }
]}
brandName="Center Services"
/>
@@ -55,16 +44,8 @@ export default function LandingPage() {
title="Booking Efficiency"
description="Getting your appointment is simpler than ever."
metrics={[
{
id: "b1",
value: "2min",
description: "Average booking time",
},
{
id: "b2",
value: "24/7",
description: "Online availability",
},
{ id: "b1", value: "2min", description: "Average booking time" },
{ id: "b2", value: "24/7", description: "Online availability" }
]}
/>
</div>
@@ -77,19 +58,13 @@ export default function LandingPage() {
description="Benefits of our digital booking system."
features={[
{
title: "Instant Confirmation",
description: "Receive an email confirmation immediately.",
buttonIcon: "Calendar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/close-up-of-high-precision-inspection-to-1774897156320-f22017dc.png?_wi=2",
imageAlt: "Close up of high precision inspection tools measuring vehicle brake performance.",
title: "Instant Confirmation", description: "Receive an email confirmation immediately.", buttonIcon: Calendar,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/close-up-of-high-precision-inspection-to-1774897156320-f22017dc.png", imageAlt: "Tools measurement"
},
{
title: "Easy Rescheduling",
description: "Manage your visit without any calls.",
buttonIcon: "RefreshCcw",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/friendly-professional-staff-in-uniform-e-1774897155006-a7558c15.png?_wi=2",
imageAlt: "Friendly, professional staff in uniform explaining inspection results to a customer.",
},
title: "Easy Rescheduling", description: "Manage your visit without any calls.", buttonIcon: RefreshCcw,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/friendly-professional-staff-in-uniform-e-1774897155006-a7558c15.png", imageAlt: "Staff explanation"
}
]}
/>
</div>
@@ -97,32 +72,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Vehicle Inspections",
href: "/services",
},
{
label: "Book Now",
href: "/booking",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Vehicle Inspections", href: "/services" }, { label: "Book Now", href: "/booking" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Center Services OÜ. All rights reserved."
/>
@@ -130,4 +81,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { MapPin, Phone } from "lucide-react";
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,22 +26,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" }
]}
brandName="Center Services"
/>
@@ -54,19 +43,13 @@ export default function LandingPage() {
description="Find our primary inspection center conveniently located."
features={[
{
title: "Central Location",
description: "Easily accessible from the city center.",
buttonIcon: "MapPin",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/high-tech-software-display-showing-car-d-1774897155890-4846f5a4.png?_wi=2",
imageAlt: "High-tech software display showing car diagnostic data and performance metrics.",
title: "Central Location", description: "Easily accessible from the city center.", buttonIcon: MapPin,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/high-tech-software-display-showing-car-d-1774897155890-4846f5a4.png", imageAlt: "Diagnostic display"
},
{
title: "Support Team",
description: "Always here to answer your questions.",
buttonIcon: "Phone",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/general-wide-shot-of-an-premium-inspecti-1774897156278-ede99fc8.png?_wi=2",
imageAlt: "General wide shot of an premium inspection station with high-end luxury vehicle.",
},
title: "Support Team", description: "Always here to answer your questions.", buttonIcon: Phone,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/general-wide-shot-of-an-premium-inspecti-1774897156278-ede99fc8.png", imageAlt: "Inspection station"
}
]}
/>
</div>
@@ -80,16 +63,8 @@ export default function LandingPage() {
title="Get in Touch"
description="We are ready to assist you."
metrics={[
{
id: "c1",
value: "60m",
description: "Average response time",
},
{
id: "c2",
value: "100%",
description: "Query resolution",
},
{ id: "c1", value: "60m", description: "Average response time" },
{ id: "c2", value: "100%", description: "Query resolution" }
]}
/>
</div>
@@ -97,32 +72,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Vehicle Inspections",
href: "/services",
},
{
label: "Book Now",
href: "/booking",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Vehicle Inspections", href: "/services" }, { label: "Book Now", href: "/booking" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Center Services OÜ. All rights reserved."
/>
@@ -130,4 +81,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" },
]}
brandName="Center Services"
/>
@@ -52,42 +40,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Reliable Vehicle Inspections, Expert Advice, Friendly Service"
description="Professional technical vehicle inspections in Estonia. Ensuring your safety on the road with precision and care."
buttons={[
{
text: "Book Now",
href: "/booking",
},
]}
buttons={[{ text: "Book Now", href: "/booking" }]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/modern-luxury-vehicle-inspection-bay-hig-1774897155657-d016cbfe.png?_wi=1",
imageAlt: "Inspection bay",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/expert-mechanic-using-advanced-diagnosti-1774897155288-533c4972.png?_wi=1",
imageAlt: "Expert inspection",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/close-up-of-high-precision-inspection-to-1774897156320-f22017dc.png?_wi=1",
imageAlt: "Vehicle maintenance",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/friendly-professional-staff-in-uniform-e-1774897155006-a7558c15.png?_wi=1",
imageAlt: "Friendly staff",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/high-tech-software-display-showing-car-d-1774897155890-4846f5a4.png?_wi=1",
imageAlt: "Modern diagnostics",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/general-wide-shot-of-an-premium-inspecti-1774897156278-ede99fc8.png?_wi=1",
imageAlt: "Professional service",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/modern-luxury-vehicle-inspection-bay-hig-1774897155657-d016cbfe.png", imageAlt: "Inspection bay" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/expert-mechanic-using-advanced-diagnosti-1774897155288-533c4972.png", imageAlt: "Expert inspection" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/close-up-of-high-precision-inspection-to-1774897156320-f22017dc.png", imageAlt: "Vehicle maintenance" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/friendly-professional-staff-in-uniform-e-1774897155006-a7558c15.png", imageAlt: "Friendly staff" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/high-tech-software-display-showing-car-d-1774897155890-4846f5a4.png", imageAlt: "Modern diagnostics" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/general-wide-shot-of-an-premium-inspecti-1774897156278-ede99fc8.png", imageAlt: "Professional service" }
]}
/>
</div>
@@ -111,41 +74,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "BMW Owner",
testimonial: "Excellent and professional staff. Fast service and very clear explanations.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1",
},
{
id: "t2",
name: "Michael Chen",
handle: "Motorcycle Rider",
testimonial: "The best place for bike inspections. Very thorough and helpful advice given.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg",
},
{
id: "t3",
name: "Emily Rodriguez",
handle: "Family Car",
testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg",
},
{
id: "t4",
name: "David Kim",
handle: "Regular Customer",
testimonial: "Always quick, clean, and reliable. Never going anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg",
},
{
id: "t5",
name: "Marko Saar",
handle: "Van Operator",
testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=2",
},
{ id: "t1", name: "Sarah Johnson", handle: "BMW Owner", testimonial: "Excellent and professional staff. Fast service and very clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" },
{ id: "t2", name: "Michael Chen", handle: "Motorcycle Rider", testimonial: "The best place for bike inspections. Very thorough and helpful advice given.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg" },
{ id: "t3", name: "Emily Rodriguez", handle: "Family Car", testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg" },
{ id: "t4", name: "David Kim", handle: "Regular Customer", testimonial: "Always quick, clean, and reliable. Never going anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" },
{ id: "t5", name: "Marko Saar", handle: "Van Operator", testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }
]}
title="Trusted by Drivers Everywhere"
description="Over 282+ positive reviews with an average 4.7-star rating. Your safety is our reputation."
@@ -161,21 +94,9 @@ export default function LandingPage() {
title="Performance at a Glance"
description="Delivering quality results every day."
metrics={[
{
id: "m1",
value: "15k+",
description: "Vehicles Inspected",
},
{
id: "m2",
value: "4.8/5",
description: "Customer Rating",
},
{
id: "m3",
value: "12",
description: "Years Experience",
},
{ id: "m1", value: "15k+", description: "Vehicles Inspected" },
{ id: "m2", value: "4.8/5", description: "Customer Rating" },
{ id: "m3", value: "12", description: "Years Experience" }
]}
/>
</div>
@@ -186,6 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[{ id: "a1", name: "Alex P.", handle: "Client", testimonial: "Amazing experience!" }, { id: "a2", name: "Jane D.", handle: "Owner", testimonial: "Great service!" }, { id: "a3", name: "Bob M.", handle: "Driver", testimonial: "Professional work!" }, { id: "a4", name: "Anna K.", handle: "User", testimonial: "Reliable results!" }, { id: "a5", name: "Liam O.", handle: "Member", testimonial: "Very thorough!" }]}
title="What Clients Say"
description="Hear from our satisfied customers about their inspection experience."
/>
</div>
@@ -193,31 +117,17 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Vehicle Inspections",
href: "/services",
},
{
label: "Book Now",
href: "/booking",
},
],
title: "Services", items: [
{ label: "Vehicle Inspections", href: "/services" },
{ label: "Book Now", href: "/booking" }
]
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }
]
}
]}
copyrightText="© 2024 Center Services OÜ. All rights reserved."
/>
@@ -225,4 +135,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,8 +6,9 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { CheckCircle, Gauge } from "lucide-react";
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -25,22 +26,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" }
]}
brandName="Center Services"
/>
@@ -52,36 +41,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Standard",
title: "Cars & Motorcycles",
items: [
"Exhaust emission test",
"Braking system check",
"Chassis verification",
],
},
{
id: "f2",
label: "Specialized",
title: "Trailers & Caravans",
items: [
"Coupling mechanism test",
"Axle stability check",
"Safety lighting review",
],
},
{
id: "f3",
label: "History",
title: "VIN Check & History",
items: [
"Comprehensive origin verify",
"Previous records audit",
"Certificate of safety",
],
},
{ id: "f1", label: "Standard", title: "Cars & Motorcycles", items: ["Exhaust emission test", "Braking system check", "Chassis verification"] },
{ id: "f2", label: "Specialized", title: "Trailers & Caravans", items: ["Coupling mechanism test", "Axle stability check", "Safety lighting review"] },
{ id: "f3", label: "History", title: "VIN Check & History", items: ["Comprehensive origin verify", "Previous records audit", "Certificate of safety"] }
]}
title="Comprehensive Inspection Services"
description="Whether you own a standard sedan, a motorcycle, or a caravan, we provide detailed inspections tailored to your vehicle's specific requirements."
@@ -96,19 +58,13 @@ export default function LandingPage() {
description="What we check for your peace of mind."
features={[
{
title: "Structural Integrity",
description: "Checking for rust and chassis damage.",
buttonIcon: "CheckCircle",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/modern-luxury-vehicle-inspection-bay-hig-1774897155657-d016cbfe.png?_wi=2",
imageAlt: "Modern luxury vehicle inspection bay, high-end automotive diagnostic equipment, bright professional ",
title: "Structural Integrity", description: "Checking for rust and chassis damage.", buttonIcon: CheckCircle,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/modern-luxury-vehicle-inspection-bay-hig-1774897155657-d016cbfe.png", imageAlt: "Inspection bay"
},
{
title: "Emission Control",
description: "Ensuring your engine meets environmental standards.",
buttonIcon: "Gauge",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/expert-mechanic-using-advanced-diagnosti-1774897155288-533c4972.png?_wi=2",
imageAlt: "Expert mechanic using advanced diagnostic computer to check a modern luxury car.",
},
title: "Emission Control", description: "Ensuring your engine meets environmental standards.", buttonIcon: Gauge,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bg3rDgDkyNwjPymWsgtVF9oKp3/expert-mechanic-using-advanced-diagnosti-1774897155288-533c4972.png", imageAlt: "Expert mechanic"
}
]}
/>
</div>
@@ -116,32 +72,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
{
label: "Vehicle Inspections",
href: "/services",
},
{
label: "Book Now",
href: "/booking",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Vehicle Inspections", href: "/services" }, { label: "Book Now", href: "/booking" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Center Services OÜ. All rights reserved."
/>
@@ -149,4 +81,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}