Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-18 16:47:53 +00:00

View File

@@ -44,6 +44,9 @@ export default function LandingPage() {
mediaAnimation="opacity"
imageSrc="https://images.unsplash.com/photo-1599351431202-180f0b4b098d?q=80&w=2000"
imageAlt="Modern barbershop interior"
testimonials={[
{ id: "t1", name: "Alex P.", handle: "@alexp", testimonial: "Best cut in Tampere, hands down.", rating: 5 }
]}
/>
</div>
@@ -55,10 +58,10 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "1", title: "Master Barbers", descriptions: ["Years of experience", "Modern and classic styles"], imageSrc: "" },
{ id: "2", title: "Fresh Vibe", descriptions: ["Relaxing environment", "Free coffee & music"], imageSrc: "" },
{ id: "3", title: "Premium Quality", descriptions: ["Top shelf products", "Sanitized gear"], imageSrc: "" },
{ id: "4", title: "Heart of Tampere", descriptions: ["Easy access", "Central location"], imageSrc: "" },
{ id: "1", title: "Master Barbers", descriptions: ["Years of experience", "Modern and classic styles"] },
{ id: "2", title: "Fresh Vibe", descriptions: ["Relaxing environment", "Free coffee & music"] },
{ id: "3", title: "Premium Quality", descriptions: ["Top shelf products", "Sanitized gear"] },
{ id: "4", title: "Heart of Tampere", descriptions: ["Easy access", "Central location"] },
]}
/>
</div>