Merge version_1 into main #2
@@ -9,13 +9,13 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Waves, Spine, Zap, Heart, Target, Award, Users, MapPin, Phone } from 'lucide-react';
|
||||
import { Waves, Spline, Zap, Heart, Target, Award, Users, MapPin, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
title: "Klassische Massage", description: "Traditionelle Massage mit klassischen Techniken zur Entspannung und Lockerung von Muskelverspannungen"
|
||||
},
|
||||
{
|
||||
icon: Spine,
|
||||
icon: Spline,
|
||||
title: "Rückenmassage", description: "Spezialisierte Behandlung für Rückenprobleme, Verspannungen und chronische Schmerzen"
|
||||
},
|
||||
{
|
||||
@@ -126,27 +126,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marina Koch", role: "Kundin", company: "Dresden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Marina Koch"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Marina Koch"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Thomas Weber", role: "Patient", company: "Dresden Neustadt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Thomas Weber"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Thomas Weber"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sabine Mueller", role: "Kundin", company: "Dresden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", imageAlt: "Sabine Mueller"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sabine Mueller"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Frank Schmidt", role: "Patient", company: "Dresden Umgebung", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=4", imageAlt: "Frank Schmidt"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Frank Schmidt"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Julia Fischer", role: "Kundin", company: "Dresden Neustadt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=5", imageAlt: "Julia Fischer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Julia Fischer"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michael Braun", role: "Patient", company: "Dresden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=6", imageAlt: "Michael Braun"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Michael Braun"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="reveal-blur"
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "1", value: "5.0★", description: "Google Bewertung" },
|
||||
{ id: "2", value: "3+", description: "Zufriedene Kunden" },
|
||||
|
||||
Reference in New Issue
Block a user