2 Commits

Author SHA1 Message Date
1993b0fd69 Update src/app/page.tsx 2026-04-16 11:59:08 +00:00
b7314756ac Merge version_8 into main
Merge version_8 into main
2026-04-16 11:58:19 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Services", id: "features"},
{
name: "Contact", id: "/contact"},
name: "Contact", id: "contact"},
]}
brandName="MD NAILS"
/>
@@ -48,15 +48,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="MD NAILS"
description="Erleben Sie erstklassige Nagelpflege im Herzen von Güstrow. Neukunden erhalten 20 % Rabatt!"
description="Experience premium nail care in the heart of Güstrow. New clients receive 20% off!"
buttons={[
{
text: "Termin Buchen ", href: "tel:015206021899"},
text: "Book Now", href: "tel:015206021899"},
{
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m5oi2t&_wi=1"
imageAlt="luxury nail salon interior"
/>
</div>
@@ -66,7 +66,7 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text", content: "Professionelle NagelpflegeNagelstylistin"},
type: "text", content: "Professional Nail Care"},
{
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xebnmw", alt: "nail artist working"},
{
@@ -83,14 +83,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Professionelle Manire", 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: "Expert Manicures", description: "Professional care for beautiful, healthy nails.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=37uw9i"},
{
title: "Entspannende Pedire ", 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: "Relaxing Pedicures", description: "Revitalize your feet with our premium treatments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3oexin"},
{
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: "Custom styles and trends to match your personality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nnrvu1"},
]}
title="Unser Service"
description="Wir bieten eine Vielzahl von Schönheitsbehandlungen an, damit Sie immer gut aussehen."
title="Our Services"
description="Offering a variety of beauty treatments to keep you looking your best."
/>
</div>
@@ -115,7 +115,7 @@ export default function LandingPage() {
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="Explore our curated nail salon services."
/>
</div>
@@ -188,6 +188,22 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Visit Us"
description="Located at Pferdemarkt 39, 18273 Güstrow. Give us a call at 01520 6021899 to book your appointment."
buttonText="Book Now"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s7y47m"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
@@ -211,4 +227,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}