Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Heart, Scissors, Star, HelpCircle } from 'lucide-react';
|
||||
import { Sparkles, Heart, Scissors, Star, HelpCircle, Cut, Palette, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -78,8 +78,8 @@ export default function LandingPage() {
|
||||
],
|
||||
listTitle: "Beliebte Dienstleistungen", listItems: [
|
||||
{ icon: Scissors, title: "Haarschnitt & Styling", status: "Top Service" },
|
||||
{ icon: Sparkles, title: "Haarfarbe & Highlights", status: "Sehr beliebt" },
|
||||
{ icon: Sparkles, title: "Keratin-Behandlung", status: "Bestseller" }
|
||||
{ icon: Palette, title: "Haarfarbe & Highlights", status: "Sehr beliebt" },
|
||||
{ icon: Zap, title: "Keratin-Behandlung", status: "Bestseller" }
|
||||
],
|
||||
searchPlaceholder: "Suche Service..."
|
||||
}}
|
||||
@@ -135,7 +135,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg"
|
||||
imageAlt="Moderner Friseursalon"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,7 +155,7 @@ export default function LandingPage() {
|
||||
id: "1", name: "Sarah Müller", handle: "@sarah.beauty", testimonial: "Das HaarStudio ist einfach genial! Mein Haarschnitt sieht perfekt aus und die Atmosphäre ist so entspannend. Ich gehe nirgendwo anders mehr hin!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Müller"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marco Keller", handle: "@marco_style", testimonial: "Die Profis hier wissen wirklich, was sie tun. Immer eine großartige Beratung und ich verlasse den Salon jedes Mal glücklich und mit neuem Look.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Marco Keller"
|
||||
id: "2", name: "Marco Keller", handle: "@marco_style", testimonial: "Die Profis hier wissen wirklich, was sie tun. Immer eine großartige Beratung und ich verlasse den Salon jedes Mal glücklich und mit neuem Look.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marco Keller"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Julia Schmidt", handle: "@julia.ch", testimonial: "Meine Haarfarbe ist jetzt traumhaft! Die Stylisten sind extrem kompetent und das Team ist so freundlich. Absolute Empfehlung!", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Julia Schmidt"
|
||||
@@ -166,7 +167,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Anna Rossi", handle: "@anna_glamour", testimonial: "Meine Hochzeitsfrisur war perfekt! Das ganze Team hat sich so viel Zeit genommen und ich habe mich wie eine Königin gefühlt.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Anna Rossi"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michael Bauer", handle: "@micha_cuts", testimonial: "Jeden Monat komme ich zum Haarschnitt hierher. Die Qualität ist konsistent, die Preise fair und das Ambiente top. Mehr gibt es nicht zu sagen!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael Bauer"
|
||||
id: "6", name: "Michael Bauer", handle: "@micha_cuts", testimonial: "Jeden Monat komme ich zum Haarschnitt hierher. Die Qualität ist konsistent, die Preise fair und das Ambiente top. Mehr gibt es nicht zu sagen!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Bauer"
|
||||
}
|
||||
]}
|
||||
speed={45}
|
||||
@@ -206,7 +207,7 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user