Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-18 16:47:26 +00:00

View File

@@ -5,10 +5,8 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function LandingPage() {
@@ -43,7 +41,6 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Fresh cut, good vibes"
description="Premium barber services in the heart of Tampere. Clean, sharp, and welcoming."
testimonials={[]}
mediaAnimation="opacity"
imageSrc="https://images.unsplash.com/photo-1599351431202-180f0b4b098d?q=80&w=2000"
imageAlt="Modern barbershop interior"
@@ -56,11 +53,12 @@ export default function LandingPage() {
description="We believe in precision, comfort, and the classic barber tradition."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "1", label: "Expertise", title: "Master Barbers", items: ["Years of experience", "Modern and classic styles"], imageSrc: "" },
{ id: "2", label: "Atmosphere", title: "Fresh Vibe", items: ["Relaxing environment", "Free coffee & music"], imageSrc: "" },
{ id: "3", label: "Tools", title: "Premium Quality", items: ["Top shelf products", "Sanitized gear"], imageSrc: "" },
{ id: "4", label: "Location", title: "Heart of Tampere", items: ["Easy access", "Central location"], imageSrc: "" },
{ 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: "" },
]}
/>
</div>
@@ -72,6 +70,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "s1", brand: "", name: "Classic Haircut", price: "35€", rating: 5, reviewCount: "45min", imageSrc: "" },
{ id: "s2", brand: "", name: "Beard Trim", price: "20€", rating: 5, reviewCount: "20min", imageSrc: "" },