diff --git a/src/app/page.tsx b/src/app/page.tsx index 2905dda..d3af8d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } + ]} /> @@ -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"] }, ]} />