diff --git a/src/app/facials/page.tsx b/src/app/facials/page.tsx new file mode 100644 index 0000000..27fd5fc --- /dev/null +++ b/src/app/facials/page.tsx @@ -0,0 +1,14 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +export default function FacialsPage() { + return ( + + +
+

Facials

+

Erleben Sie Luxus-Gesichtsbehandlungen und tiefenwirksame Hautpflege.

+
+
+ ) +} \ No newline at end of file diff --git a/src/app/laser/page.tsx b/src/app/laser/page.tsx new file mode 100644 index 0000000..e6edafe --- /dev/null +++ b/src/app/laser/page.tsx @@ -0,0 +1,14 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +export default function LaserPage() { + return ( + + +
+

Laser Services

+

Premium Laserbehandlungen für dauerhafte Haarentfernung in Gelsenkirchen.

+
+
+ ) +} \ No newline at end of file diff --git a/src/app/lashes/page.tsx b/src/app/lashes/page.tsx new file mode 100644 index 0000000..4281437 --- /dev/null +++ b/src/app/lashes/page.tsx @@ -0,0 +1,14 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +export default function LashesPage() { + return ( + + +
+

Lash Services

+

Atemberaubende Wimpern durch professionelle Lash-Extensions und Lifting.

+
+
+ ) +} \ No newline at end of file diff --git a/src/app/microneedling/page.tsx b/src/app/microneedling/page.tsx new file mode 100644 index 0000000..dbe9efe --- /dev/null +++ b/src/app/microneedling/page.tsx @@ -0,0 +1,14 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +export default function MicroneedlingPage() { + return ( + + +
+

Microneedling

+

Effektive Hautverjüngung durch professionelle Microneedling-Treatments.

+
+
+ ) +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f61cd0..b15fee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="CASABLANCA COSMETICS" description="Cinematische Ästhetik in Gelsenkirchen. Wir veredeln Ihre natürliche Schönheit mit flüssigem Gold & High-End Präzision." buttons={[ - { text: "Termin Buchen", href: "#contact" }, + { text: "Termin Buchen", href: "https://wa.me/4917661853287" }, { text: "Preisliste", href: "#pricing" }, ]} imageSrc="https://images.unsplash.com/photo-1596462502278-27bfdc403348?q=80&w=1200&auto=format&fit=crop" @@ -61,15 +61,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "pm", badge: "Signature", name: "Permanent Make-Up", price: "ab 170€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "pm", badge: "Signature", name: "Permanent Make-Up", price: "ab 170€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Microblading", "Powderbrows", "Kombibrows", "Lippen Pigmentierung", "Lidstrich"] }, { - id: "skin", badge: "Gold Tier", name: "Skin Clinic", price: "ab 60€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "skin", badge: "Gold Tier", name: "Skin Clinic", price: "ab 60€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Hydrafacial", "Microneedling RF", "BioRePeel", "Tiefenreinigung"] }, { - id: "laser", badge: "Pro", name: "Laser Studio", price: "ab 50€", buttons: [{ text: "Buchen", href: "#contact" }], + id: "laser", badge: "Pro", name: "Laser Studio", price: "ab 50€", buttons: [{ text: "Buchen", href: "https://wa.me/4917661853287" }], features: ["Ganzkörper", "Beine & Rücken", "Gesicht", "Präzisions-Laser"] } ]} @@ -108,7 +108,7 @@ export default function LandingPage() {
+ +
+ Sofort-Termin sichern? + WhatsApp +
+ ); diff --git a/src/app/pmu/page.tsx b/src/app/pmu/page.tsx new file mode 100644 index 0000000..7d7ce4e --- /dev/null +++ b/src/app/pmu/page.tsx @@ -0,0 +1,14 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +export default function PmuPage() { + return ( + + +
+

Permanent Make-Up

+

Professionelles Permanent Make-Up für Augenbrauen, Lippen und Lidstrich.

+
+
+ ) +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e865439..ca4d31b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0a0a0a; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #D4AF37; + --primary-cta: #ffdf7d; --primary-cta-text: #000000; - --secondary-cta: #2a220a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #D4AF37; - --background-accent: #1a1a1a; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);