Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8181c6a00 | |||
| ba97bba19f | |||
| a9ed4ad2bd | |||
| 759778e998 | |||
| 89ff8cdb07 | |||
| 06ea865907 | |||
| f893107d40 | |||
| a236643088 | |||
| 1bb2fc6ad7 | |||
| d750443413 | |||
| 32e7318b06 | |||
| 8457bbe5ae | |||
| 3adf491d70 |
140
src/app/page.tsx
140
src/app/page.tsx
@@ -27,30 +27,30 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="LUXE AUTO DETAILING"
|
||||
brandName="AUTO SPA TARNÓW AST "
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Usługi", id: "services" },
|
||||
{ name: "O nas", id: "about" },
|
||||
{ name: "Opinie", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Premium Auto Detailing"
|
||||
bottomRightText="hello@luxedetailing.com"
|
||||
bottomLeftText="Detale samochodu premium"
|
||||
bottomRightText="cześć@luxedetailing.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Premium Auto Detailing Excellence"
|
||||
description="Transform your vehicle with our luxury detailing services. Professional ceramic coatings, paint protection, and interior restoration for discerning car owners."
|
||||
title="Doskonałość Detali Samochodu Premium"
|
||||
description="zmień swój pojazd za pomocą naszych luksusowych usług detali. Profesjonalne powłoki ceramiczne, ochrona lakieru i restauracja wnętrza dla wymagających właścicieli samochodów."
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[{
|
||||
src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg", alt: "luxury car detail ceramic coating"
|
||||
src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg", alt: "luksusowy detale samochodu powłoka ceramiczna"
|
||||
}]}
|
||||
avatarText="Trusted by luxury car owners"
|
||||
avatarText="Zaufane przez klientów"
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "#contact" },
|
||||
{ text: "View Services", href: "#services" }
|
||||
{ text: "Zarezerwuj wizytę", href: "#contact" },
|
||||
{ text: "Zobacz usługi", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Our Studio"
|
||||
title="Dedicated to Perfection in Every Detail"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
tag="O Naszym Studiu"
|
||||
title="Zaangażowani w Doskonałość Każdego Szczegółu"
|
||||
buttons={[{ text: "Dowiedz się więcej", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -68,43 +68,43 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
title="Premium Detailing Services"
|
||||
description="Experience the ultimate in automotive refinement with our comprehensive detailing packages designed for luxury vehicles."
|
||||
tag="Our Services"
|
||||
title="Premium Usługi"
|
||||
description="Doświadcz najwyższego poziomu doskonałości samochodowej dzięki naszym kompleksowym pakietom zaprojektowanym dla samochodów."
|
||||
tag="Nasze usługi"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ceramic Coating", description: "Advanced nanotechnology protection providing long-lasting glossy finish and superior durability against environmental contaminants.", icon: Shield,
|
||||
title: "mycie zewnętrzne ", description: "Zaawansowana ochrona z wykorzystaniem nanotechnologii zapewniająca trwały, błyszczący efekt i wyjątkową odporność na zanieczyszczenia środowiskowe.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=1", imageAlt: "Ceramic coating application"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=1", imageAlt: "Aplikacja powłoki ceramicznej"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=2", imageAlt: "Ceramic coating finish"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=2", imageAlt: "Efekt powłoki ceramicznej"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Interior Restoration", description: "Complete interior detailing including leather conditioning, dashboard restoration, and premium vacuum cleaning for immaculate interiors.", icon: Sparkles,
|
||||
title: "mycie wewnętrzne ", description: "Kompletne czyszczenie wnętrza, w tym kondycjonowanie skóry, pełne mycie deski rozdzielczej i premium czyszczenie odkurzaczem w celu uzyskania nienagannnego wnętrza.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=1", imageAlt: "Interior cleaning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=1", imageAlt: "Czyszczenie wnętrza"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=2", imageAlt: "Leather conditioning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=2", imageAlt: "Kondycjonowanie skóry"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Undercarriage Protection", description: "Comprehensive rust prevention and undercarriage coating using premium protective solutions for extended vehicle longevity.", icon: Shield,
|
||||
title: "Ochrona spodu pojazdu", description: "Kompleksowa ochrona przed rdzą i powłoka spodu pojazdu przy użyciu premium rozwiązań ochronnych w celu przedłużenia żywotności pojazdu.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=1", imageAlt: "Undercarriage protection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=1", imageAlt: "Ochrona spodu pojazdu"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=2", imageAlt: "Protection coating"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=2", imageAlt: "Powłoka ochronna"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -114,33 +114,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="Client Testimonials"
|
||||
description="See what luxury car owners say about our premium detailing services."
|
||||
tag="Reviews"
|
||||
title="Opinie klientów"
|
||||
description="Przeczytaj, co właściciele luksusowych samochodów mówią o naszych premium usługach detali."
|
||||
tag="Recenzje"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Vehicles Detailed" },
|
||||
{ value: "98%", label: "Satisfaction Rate" },
|
||||
{ value: "10+", label: "Years Experience" }
|
||||
{ value: "500+", label: "umytych samochodów " },
|
||||
{ value: "98%", label: "zadwolonych klientów " },
|
||||
{ value: "10+", label: "Lat doświadczenia" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Chen", role: "Luxury Car Collector", company: "Chen Automotive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "professional man business portrait headshot"
|
||||
id: "1", name: "Marcin G. ", role: "Firma zachęca świadczy usługę, ale najważniejsze - nie zapomina. ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFYAMqIGo90F4EEkYmhbSh6n5q/uploaded-1774087496550-szhrgnp7.png", imageAlt: "profesjonalny portret biznesowy mężczyzny"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", role: "Sports Car Enthusiast", company: "Performance Motors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-young-businesswoman-standing-against-gray-background_23-2148029507.jpg", imageAlt: "professional woman business portrait headshot"
|
||||
id: "2", name: "Marta S. ", role: "Panowie! Robicie naprawdę genialną robotę u Was nawet niemożliwe staje się realne dziękuję! ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFYAMqIGo90F4EEkYmhbSh6n5q/uploaded-1774087504930-nfdnv1bf.png", imageAlt: "profesjonalny portret biznesowy kobiety"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Martinez", role: "Exotic Vehicle Owner", company: "Elite Garage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", imageAlt: "mature professional man business portrait"
|
||||
id: "3", name: "Dawid H. ", role: "Jestem bardzo zadowolony ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFYAMqIGo90F4EEkYmhbSh6n5q/uploaded-1774087509779-wuh1k5x9.png", imageAlt: "portret dojrzałego profesjonalnego mężczyzny"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Wilson", role: "Premium Vehicle Manager", company: "Luxury Concierge", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "professional woman business success portrait"
|
||||
id: "4", name: "Filip O. ", role: "Solidna firma oferująca profesjonalne usługi. ", company: "", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFYAMqIGo90F4EEkYmhbSh6n5q/uploaded-1774087516202-pgi5bt8a.png", imageAlt: "portret profesjonalnej kobiety biznesu"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -148,29 +148,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Excellence by the Numbers"
|
||||
description="Proven expertise and commitment to premium quality service."
|
||||
title="Doskonałość według liczb"
|
||||
description="Potwierdzone doświadczenie i zaangażowanie na rzecz premium usług."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", icon: Trophy, title: "Award-Winning", value: "15+ Awards" },
|
||||
{ id: "2", icon: Users, title: "Client Base", value: "2000+ Clients" },
|
||||
{ id: "3", icon: Clock, title: "Average Service", value: "24 Hours" },
|
||||
{ id: "4", icon: CheckCircle, title: "Guarantee", value: "100% Satisfaction" }
|
||||
{ id: "1", icon: Trophy, title: "Nagrody", value: "15+ Nagród" },
|
||||
{ id: "2", icon: Users, title: "Baza klientów", value: "2000+ Klientów" },
|
||||
{ id: "3", icon: Clock, title: "Średnia usługa", value: "24 Godziny" },
|
||||
{ id: "4", icon: CheckCircle, title: "Gwarancja", value: "100% Satysfakcja" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Premium Detailing Today"
|
||||
description="Contact our team to book your luxury vehicle detailing appointment. We offer flexible scheduling and premium service for every vehicle."
|
||||
tag="Skontaktuj się z nami"
|
||||
title="Zarezerwuj termin na umycie swojego samochodu"
|
||||
description="Skontaktuj się z naszym zespołem, aby zarezerwować wizytę. Oferujemy elastyczne harmonogramy i premium usługi dla każdego pojazdu."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@luxedetailing.com" },
|
||||
{ text: "Call Now", href: "tel:+1-800-DETAILING" }
|
||||
{ text: "Skontaktuj się", href: "mailto:hello@luxedetailing.com" },
|
||||
{ text: "Zadzwoń teraz", href: "tel:+1-800-DETAILING" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -181,33 +181,33 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Ceramic Coating", href: "#services" },
|
||||
{ label: "Interior Restoration", href: "#services" },
|
||||
{ label: "Undercarriage Protection", href: "#services" },
|
||||
{ label: "Paint Protection", href: "#services" }
|
||||
title: "Usługi", items: [
|
||||
{ label: "Powłoka ceramiczna", href: "#services" },
|
||||
{ label: "Restauracja wnętrza", href: "#services" },
|
||||
{ label: "Ochrona spodu pojazdu", href: "#services" },
|
||||
{ label: "Ochrona lakieru", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Reviews", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Book Appointment", href: "#contact" }
|
||||
title: "Firma", items: [
|
||||
{ label: "O nas", href: "#about" },
|
||||
{ label: "Nasze recenzje", href: "#testimonials" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
{ label: "Zarezerwuj wizytę", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" }
|
||||
title: "Prawne", items: [
|
||||
{ label: "Polityka prywatności", href: "#" },
|
||||
{ label: "Warunki świadczenia usług", href: "#" },
|
||||
{ label: "Polityka plików cookie", href: "#" },
|
||||
{ label: "Zastrzeżenie", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Luxe Auto Detailing. All rights reserved. Premium vehicle care excellence."
|
||||
copyrightText="© 2024 auto spa tarnów. Wszystkie prawa zastrzeżone. Doskonałość premium pielęgnacji pojazdu."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user