Merge version_1 into main #2
118
src/app/page.tsx
118
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "services",
|
||||
},
|
||||
name: "Expertise", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Salin Nails"
|
||||
/>
|
||||
@@ -52,15 +44,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Pure Ästhetik. Perfekte Nägel."
|
||||
description="Willkommen bei Salin Nails Leverkusen. Erleben Sie professionelle Pflege in einer entspannten Umgebung."
|
||||
buttons={[
|
||||
{
|
||||
text: "Termin buchen",
|
||||
href: "tel:015208255199",
|
||||
},
|
||||
text: "Termin buchen", href: "tel:015208255199"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holds-black-mascara-her-hand_1153-3742.jpg"
|
||||
imageAlt="Aesthetic nail care"
|
||||
@@ -74,17 +63,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Keine Wartezeiten mit Termin",
|
||||
"Entspannte Wohlfühlatmosphäre",
|
||||
"Professionelle Beratung",
|
||||
],
|
||||
"Keine Wartezeiten mit Termin", "Entspannte Wohlfühlatmosphäre", "Professionelle Beratung"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Maniküre – Präzision bis in die Spitzen",
|
||||
"Gel-Design – Individuelle Styles",
|
||||
"Pediküre – Wellness für Ihre Füße",
|
||||
],
|
||||
"Maniküre – Präzision bis in die Spitzen", "Gel-Design – Individuelle Styles", "Pediküre – Wellness für Ihre Füße"],
|
||||
}}
|
||||
title="Unsere Expertise"
|
||||
description="Präzision und Wohlbefinden in Leverkusen."
|
||||
@@ -93,49 +76,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kleine Nordseekrabbe",
|
||||
handle: "Google Review",
|
||||
testimonial: "Alles super - bekomme immer schnell und unkompliziert einen Termin, freundliche Mitarbeiter, gute Preise!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Kleine Nordseekrabbe", handle: "Google Review", testimonial: "Alles super - bekomme immer schnell und unkompliziert einen Termin, freundliche Mitarbeiter, gute Preise!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Sehr professionell und sauber. Ich komme definitiv wieder.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sarah M.", handle: "Google Review", testimonial: "Sehr professionell und sauber. Ich komme definitiv wieder.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa K.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Wunderschönes Ergebnis, bin total begeistert!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Lisa K.", handle: "Google Review", testimonial: "Wunderschönes Ergebnis, bin total begeistert!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julia P.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Toller Service, sehr empfehlenswert für Leverkusen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Julia P.", handle: "Google Review", testimonial: "Toller Service, sehr empfehlenswert für Leverkusen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sabine H.",
|
||||
handle: "Google Review",
|
||||
testimonial: "Die beste Maniküre in ganz Leverkusen. Sehr zu empfehlen!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Sabine H.", handle: "Google Review", testimonial: "Die beste Maniküre in ganz Leverkusen. Sehr zu empfehlen!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Kundenstimmen"
|
||||
@@ -153,17 +112,9 @@ export default function LandingPage() {
|
||||
description="Unsere zertifizierten Nageldesigner sorgen für Ihren perfekten Look."
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Elena",
|
||||
role: "Master Stylistin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=6",
|
||||
},
|
||||
id: "m1", name: "Elena", role: "Master Stylistin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Maria",
|
||||
role: "Nageldesignerin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg?_wi=7",
|
||||
},
|
||||
id: "m2", name: "Maria", role: "Nageldesignerin", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184348.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,14 +123,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Besuchen Sie uns in Leverkusen: Mülheimer Str. 18. Wir haben für Sie von Mo - Sa von 09:00 bis 19:00 Uhr geöffnet."
|
||||
buttons={[
|
||||
{
|
||||
text: "Google Maps",
|
||||
href: "https://www.google.com/maps",
|
||||
},
|
||||
text: "Google Maps", href: "https://www.google.com/maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,29 +138,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Über uns", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Termin buchen",
|
||||
href: "tel:015208255199",
|
||||
},
|
||||
label: "Termin buchen", href: "tel:015208255199"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user