From ecae74003fc21fc5d19c0608c22c4f60d6b6b553 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:47:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 293f77f..2905dda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "" }, ]} /> @@ -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: "" }, -- 2.49.1