diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fe0d489..beb03d7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,6 +26,7 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/features" }, + { name: "Booking", id: "/contact" }, { name: "Contact", id: "/contact" }, ]} brandName="MD NAILS" @@ -53,4 +54,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1578b80..61b40cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,11 @@ export default function LandingPage() {
@@ -82,12 +74,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" 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: "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: "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: "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." @@ -101,21 +90,15 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" 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: "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: "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: "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: "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: "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: "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" }, ]} title="Service Highlights" - description="Entdecken Sie unser sorgfältig zusammengestelltes Angebot an Nagelstudio-Dienstleistungen." + description="Entdecken Sie unser sorgfältig zusammengestelltes Angebot an Nagelstudio-Dienstleistungen." /> @@ -125,15 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: Star, - title: "Client Rating", value: "4.7"}, - { - id: "m2", icon: Award, - title: "Satisfied Clients", value: "1000+"}, - { - id: "m3", icon: Calendar, - title: "Years Experience", value: "5+"}, + { id: "m1", icon: Star, title: "Client Rating", value: "4.7" }, + { id: "m2", icon: Award, title: "Satisfied Clients", value: "1000+" }, + { id: "m3", icon: Calendar, title: "Years Experience", value: "5+" }, ]} title="Salon Excellence" description="We are proud to serve the Güstrow community." @@ -147,21 +124,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" 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: "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: "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: "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: "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: "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." @@ -173,12 +140,9 @@ export default function LandingPage() { textboxLayout="split" 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: "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: "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: "f3", title: "Do you offer discounts?", content: "Yes, new clients get 20% off their first visit." }, ]} mediaAnimation="slide-up" title="Common Questions" @@ -191,18 +155,8 @@ export default function LandingPage() {