diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..fe0d489
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,56 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 14bfac2..6f48185 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -59,13 +51,9 @@ export default function LandingPage() {
description="Erleben Sie erstklassige Nagelpflege im Herzen von Güstrow. Neukunden erhalten 20 % Rabatt!"
buttons={[
{
- text: "Termin Buchen ",
- href: "tel:015206021899",
- },
+ text: "Termin Buchen ", href: "tel:015206021899"},
{
- text: "Directions",
- href: "https://maps.google.com",
- },
+ text: "Directions", href: "https://maps.google.com"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776337460775-1ck79tob.png"
@@ -78,18 +66,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Professionelle NagelpflegeNagelstylistin",
- },
+ type: "text", content: "Professionelle NagelpflegeNagelstylistin"},
{
- type: "image",
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xebnmw",
- alt: "nail artist working",
- },
+ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xebnmw", alt: "nail artist working"},
{
- type: "text",
- content: "in Güstrow",
- },
+ type: "text", content: "in Güstrow"},
]}
/>
@@ -102,20 +83,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Professionelle Maniküre",
- description: "Professionelle Pflege für schöne, gesunde Nägel.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776336056313-h5synoda.png",
- },
+ title: "Professionelle Maniküre", description: "Professionelle Pflege für schöne, gesunde Nägel.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776336056313-h5synoda.png"},
{
- title: "Entspannende Pediküre ",
- description: "Verwöhnen Sie Ihre Füße mit unseren erstklassigen Behandlungen.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776336508234-muuhbve7.png",
- },
+ title: "Entspannende Pediküre ", description: "Verwöhnen Sie Ihre Füße mit unseren erstklassigen Behandlungen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776336508234-muuhbve7.png"},
{
- title: "Nail Art Design",
- description: "Individuelle Styles und Trends, die zu deiner Persönlichkeit passen.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776340143025-sl6b9v33.png",
- },
+ title: "Nail Art Design", description: "Individuelle Styles und Trends, die zu deiner Persönlichkeit passen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQgpYPOsBhUEy4B8nkWuUquDYe/uploaded-1776340143025-sl6b9v33.png"},
]}
title="Unser Service"
description="Wir bieten eine Vielzahl von Schönheitsbehandlungen an, damit Sie immer gut aussehen."
@@ -130,41 +102,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Classic Manicure",
- price: "from €20",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jx4xx4",
- },
+ id: "p1", name: "Classic Manicure", price: "from €20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jx4xx4"},
{
- id: "p2",
- name: "Deluxe Pedicure",
- price: "from €35",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81mll1",
- },
+ id: "p2", name: "Deluxe Pedicure", price: "from €35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=81mll1"},
{
- id: "p3",
- name: "Gel Nails Full Set",
- price: "from €45",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7d2rb",
- },
+ id: "p3", name: "Gel Nails Full Set", price: "from €45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7d2rb"},
{
- id: "p4",
- name: "Nail Art Polish",
- price: "from €10",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s9wu9v",
- },
+ id: "p4", name: "Nail Art Polish", price: "from €10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s9wu9v"},
{
- id: "p5",
- name: "Acrylic Refill",
- price: "from €30",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ndfww",
- },
+ id: "p5", name: "Acrylic Refill", price: "from €30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ndfww"},
{
- id: "p6",
- name: "Spa Hand Treatment",
- price: "from €25",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z0tm8s",
- },
+ id: "p6", name: "Spa Hand Treatment", price: "from €25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z0tm8s"},
]}
title="Service Highlights"
description="Explore our curated nail salon services."
@@ -178,23 +126,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- icon: Star,
- title: "Client Rating",
- value: "4.7",
- },
+ id: "m1", icon: Star,
+ title: "Client Rating", value: "4.7"},
{
- id: "m2",
- icon: Award,
- title: "Satisfied Clients",
- value: "1000+",
- },
+ id: "m2", icon: Award,
+ title: "Satisfied Clients", value: "1000+"},
{
- id: "m3",
- icon: Calendar,
- title: "Years Experience",
- value: "5+",
- },
+ id: "m3", icon: Calendar,
+ title: "Years Experience", value: "5+"},
]}
title="Salon Excellence"
description="We are proud to serve the Güstrow community."
@@ -209,45 +148,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Client",
- company: "Local Resident",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ql5zoo",
- },
+ id: "1", name: "Sarah Miller", role: "Client", company: "Local Resident", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ql5zoo"},
{
- id: "2",
- name: "Julia Schmidt",
- role: "Client",
- company: "Local Resident",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j5o0nx",
- },
+ id: "2", name: "Julia Schmidt", role: "Client", company: "Local Resident", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j5o0nx"},
{
- id: "3",
- name: "Anna Weber",
- role: "Client",
- company: "Local Resident",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0qgq35",
- },
+ id: "3", name: "Anna Weber", role: "Client", company: "Local Resident", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0qgq35"},
{
- id: "4",
- name: "Lisa Fischer",
- role: "Client",
- company: "Local Resident",
- rating: 4,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ic80iw",
- },
+ id: "4", name: "Lisa Fischer", role: "Client", company: "Local Resident", rating: 4,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ic80iw"},
{
- id: "5",
- name: "Maria Koch",
- role: "Client",
- company: "Local Resident",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=foclua",
- },
+ id: "5", name: "Maria Koch", role: "Client", company: "Local Resident", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=foclua"},
]}
title="What Clients Say"
description="Read what our wonderful customers think about their experience at MD Nails."
@@ -260,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do I need an appointment?",
- content: "Yes, we recommend booking an appointment to ensure you get your preferred time.",
- },
+ id: "f1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment to ensure you get your preferred time."},
{
- id: "f2",
- title: "Are walk-ins welcome?",
- content: "We try to accommodate walk-ins, but scheduled appointments take priority.",
- },
+ id: "f2", title: "Are walk-ins welcome?", content: "We try to accommodate walk-ins, but scheduled appointments take priority."},
{
- id: "f3",
- title: "Do you offer discounts?",
- content: "Yes, new clients get 20% off their first visit.",
- },
+ id: "f3", title: "Do you offer discounts?", content: "Yes, new clients get 20% off their first visit."},
]}
mediaAnimation="slide-up"
title="Common Questions"
@@ -283,46 +188,19 @@ export default function LandingPage() {
/>
-
-
-
-