Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-30 19:30:10 +00:00

View File

@@ -10,7 +10,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Shield, Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -171,23 +171,25 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Highly Recommended!", quote: "I have no hesitation in recommending this place for a nice haircut. The barbers are skilled and friendly.", name: "John D.", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "John D."},
id: "1", testimonial: "I have no hesitation in recommending this place for a nice haircut. The barbers are skilled and friendly.", name: "John D.", handle: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "John D.", rating: 5},
{
id: "2", title: "Great Service & Value", quote: "Friendly barbers, great service, affordable pricing. I always leave feeling fresh and looking sharp.", name: "Michael S.", role: "Loyal Client", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Michael S."},
id: "2", testimonial: "Friendly barbers, great service, affordable pricing. I always leave feeling fresh and looking sharp.", name: "Michael S.", handle: "Loyal Client", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Michael S.", rating: 5},
{
id: "3", title: "Super Friendly & Good Prices", quote: "Super friendly, really good prices, and great haircuts. This is my go-to spot in Calgary!", name: "Emily R.", role: "Regular Patron", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing_158538-5336.jpg", imageAlt: "Emily R."},
id: "3", testimonial: "Super friendly, really good prices, and great haircuts. This is my go-to spot in Calgary!", name: "Emily R.", handle: "Regular Patron", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-summer-pink-clothes-fashion-stylish-man-posing_158538-5336.jpg", imageAlt: "Emily R.", rating: 5},
{
id: "4", title: "Best Haircut in Town", quote: "The best haircut I've had in years! The attention to detail is amazing, and the atmosphere is welcoming.", name: "David K.", role: "New Customer", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "David K."},
id: "4", testimonial: "The best haircut I've had in years! The attention to detail is amazing, and the atmosphere is welcoming.", name: "David K.", handle: "New Customer", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "David K.", rating: 5},
{
id: "5", title: "Excellent Experience Every Time", quote: "Always an excellent experience from start to finish. The barbers are truly masters of their craft.", name: "Sarah P.", role: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933143.jpg", imageAlt: "Sarah P."},
id: "5", testimonial: "Always an excellent experience from start to finish. The barbers are truly masters of their craft.", name: "Sarah P.", handle: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-agent_23-2151933143.jpg", imageAlt: "Sarah P.", rating: 5},
]}
title="What Our Valued Clients Say"
description="Don't just take our word for it. Our customers consistently rate us highly for exceptional service, skilled barbers, and a fantastic atmosphere."
showRating={true}
animationType="slide-up"
/>
</div>