From 94808d15df2fd0bd442ec5c9effef97179adc3ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++++----------------------------------- 1 file changed, 32 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9007059..abfd6d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -59,9 +49,7 @@ export default function LandingPage() { description="Perfektion für den modernen Mann. Präzision. Stil. Leidenschaft." buttons={[ { - text: "Jetzt anrufen: 073749205395", - href: "tel:073749205395", - }, + text: "Jetzt anrufen: 073749205395", href: "tel:073749205395"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-shot-intelligent-businessman-holding-whiskey-his-hands_181624-43801.jpg" /> @@ -72,7 +60,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Unsere Leidenschaft" description="Bei MÄNNER KULTUR steht der Kunde im Mittelpunkt. Wir nehmen uns Zeit, hören zu und setzen auf Handwerk auf höchstem Niveau, um Ihnen eine Wohlfühlatmosphäre und den perfekten Look zu garantieren." - imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg" /> @@ -83,48 +71,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - price: "Auf Anfrage", - subtitle: "Klassisch & Modern", - features: [ - "Haarschnitt", - "Styling", - ], + id: "p1", badge: "Beliebt", price: "Auf Anfrage", subtitle: "Klassisch & Modern", features: [ + "Haarschnitt", "Styling"], buttons: [ { - text: "Termin unter 073749205395", - href: "tel:073749205395", - }, + text: "Termin unter 073749205395", href: "tel:073749205395"}, ], }, { - id: "p2", - price: "Auf Anfrage", - subtitle: "Rasur & Bart", - features: [ - "Konturen", - "Bartpflege", - ], + id: "p2", badge: "Basis", price: "Auf Anfrage", subtitle: "Rasur & Bart", features: [ + "Konturen", "Bartpflege"], buttons: [ { - text: "Termin unter 073749205395", - href: "tel:073749205395", - }, + text: "Termin unter 073749205395", href: "tel:073749205395"}, ], }, { - id: "p3", - price: "Auf Anfrage", - subtitle: "Komplettpaket", - features: [ - "Individuelle Beratung", - "Komplettservice", - ], + id: "p3", badge: "Premium", price: "Auf Anfrage", subtitle: "Komplettpaket", features: [ + "Individuelle Beratung", "Komplettservice"], buttons: [ { - text: "Termin unter 073749205395", - href: "tel:073749205395", - }, + text: "Termin unter 073749205395", href: "tel:073749205395"}, ], }, ]} @@ -135,63 +102,33 @@ export default function LandingPage() {
window.location.href = 'tel:073749205395'} - imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg" mediaAnimation="slide-up" />
-- 2.49.1