Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -158,25 +158,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardTen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Musafirr offers the best motorcycle riding gears store I've visited. The range of brands available is unmatched, and the staff's respect for all customers is truly exceptional. I wholeheartedly recommend it to everyone!"
|
||||
rating={5}
|
||||
author="Biker Kumar25"
|
||||
avatars={[
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
title="What Our Riders Say"
|
||||
description="Hear directly from the Musafirr community about their experiences with our products and service."
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", alt: "Biker Kumar25"},
|
||||
id: "t1", title: "Exceptional Service and Selection", quote: "Musafirr offers the best motorcycle riding gears store I've visited. The range of brands available is unmatched, and the staff's respect for all customers is truly exceptional. I wholeheartedly recommend it to everyone!", name: "Biker Kumar25", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-arrangement-emotions_23-2148860285.jpg", alt: "Sougata Biswas"},
|
||||
id: "t2", title: "Best Riding Gear in Kolkata", quote: "The best place for riding gear in Kolkata! The staff are incredibly knowledgeable and helpful, and their prices are very fair. Highly recommend Musafirr for all bikers.", name: "BikerBoy_Kolkata", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet_23-2149503930.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-motorcyclist-woman-wearing-motorcycle-helmet-isolated-white-background-surprised-with-hand-head-mistake-remember-error-forgot-bad-memory-concept_839833-32753.jpg", alt: "Md Jiaur Rahaman"},
|
||||
id: "t3", title: "Found My Dream Helmet", quote: "Found my dream helmet here! Excellent collection and genuine products. The team at Musafirr is truly passionate about riding. A must-visit store.", name: "RoadWarrior_77", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-helmet-posing_23-2149432400.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-beach-facing-sun-sunset_250224-220.jpg", alt: "Satisfied Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-carefree-woman-bicycle-nature_23-2148522747.jpg", alt: "Happy Rider"},
|
||||
id: "t4", title: "Amazing Shopping Experience", quote: "Musafirr provides an amazing shopping experience. They have a wide variety of jackets and gloves, and the quality is superb. Customer service is top-notch.", name: "AdventureSeeker_IN", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-motorcycle_23-2149432404.jpg"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user