Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88566fe1df | |||
| 633ab75c62 | |||
| ecb6f1d2d4 | |||
| 7db5ecbd2e | |||
| 5078bf264e | |||
| 7f7da0288c | |||
| 96737d388e | |||
| 3425e3b4ca | |||
| ebf8ffbdf1 | |||
| 718435fd16 | |||
| fab9350b98 | |||
| 5eae5d2f76 | |||
| 2d51759648 | |||
| a4081f94fc | |||
| e845171cf5 | |||
| 43028e84d0 | |||
| af9ed7f3ee | |||
| 38a3d37020 | |||
| 8b43f9a86a | |||
| c15d2f2dfb | |||
| 550ff4d9e5 | |||
| 243942cc75 | |||
| 8b9f96c63f | |||
| bb46fb8941 |
@@ -6,6 +6,13 @@ import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { Archivo } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -40,8 +47,17 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -52,7 +68,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Car, Coffee, ShieldCheck, Layers, DollarSign, Star, Award, Shield, MessageSquare, HelpCircle } from "lucide-react";
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function SitePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Glanz & Schutz Autopflege"
|
||||
description="Professionelle Detailing- und Autowaschdienste, die Ihre Investition schützen und den Showroom-Glanz wiederherstellen. Von der schnellen Außenwäsche bis zur kompletten Keramikversiegelung – wir liefern jedes Mal makellose Ergebnisse."
|
||||
description="Professionelle Detailing- und Autowaschdienste, die Ihre Investition schützen und den Showroom-Glanz wiederherstellen. Von der schnellen Außenwäsche bis zur komplette Keramikversiegelung – wir liefern jedes Mal makellose Ergebnisse."
|
||||
buttons={[
|
||||
{ text: "Jetzt Service buchen", href: "#contact" }
|
||||
]}
|
||||
@@ -209,30 +209,32 @@ export default function SitePage() {
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Jetzt Ihren Termin vereinbaren"
|
||||
description="Kontaktieren Sie uns für eine Beratung oder buchen Sie direkt online über unser Formular. Wir freuen uns darauf, Ihr Fahrzeug zum Glänzen zu bringen."
|
||||
buttonText="Termin buchen"
|
||||
title="Erleben Sie den Unterschied – Kontaktieren Sie uns"
|
||||
description="Bereit für den makellosen Glanz? Vereinbaren Sie noch heute einen Termin für Ihr Premium-Fahrzeug-Detailing. Unser Team steht Ihnen für eine persönliche Beratung zur Verfügung."
|
||||
buttonText="Jetzt Anfrage senden"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-chair_23-2148506335.jpg"
|
||||
imageAlt="Modernes Autopflege Studio Interieur"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rear-view-man-cleaning-car_23-2147932087.jpg"
|
||||
imageAlt="Professionelle Autopflege"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Ihre E-Mail-Adresse", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer" },
|
||||
{ name: "carModel", type: "text", placeholder: "Fahrzeugmodell (z.B. BMW X5)" }
|
||||
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer (optional)" },
|
||||
{ name: "carModel", type: "text", placeholder: "Fahrzeugmodell und Baujahr" }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "serviceType", label: "Gewünschter Service", options: ["Express Glanz", "Innenraum Refresh", "Premium Komplett", "Lackschutz Glanz", "Keramik Basis", "Ultimate Glanz & Schutz"]
|
||||
name: "serviceType", label: "Gewünschter Premium-Service", options: ["Express Glanz", "Innenraum Refresh", "Premium Komplett", "Lackschutz Glanz", "Keramik Basis", "Ultimate Glanz & Schutz"]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Ihre Nachricht oder spezielle Wünsche", rows: 4
|
||||
name: "message", placeholder: "Ihre spezielle Anfrage oder Präferenzen...", rows: 4
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shiny-black-luxury-car_1339-3033.jpg"
|
||||
imageAlt="Glänzendes Luxusauto"
|
||||
logoText="Glanz & Schutz Autopflege"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149993559.jpg"
|
||||
logoAlt="Glanz und Schutz Autopflege Logo"
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #f0e68c;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #333333;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #f0e68c;
|
||||
--background-accent: #b8860b;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user