Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5e34a9805 | |||
| c12c76b7c2 | |||
| 50ebeabc37 | |||
| e9441c3a62 | |||
| 8e3ca4e031 | |||
| 8b6537f254 | |||
| b42f6dab5c | |||
| df52825f38 |
@@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -133,25 +133,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our lovely clients."
|
||||
showRating={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", role: "Client", testimonial: "Suva is incredibly patient and thorough. The aloe massage at the end is just wonderful!", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael C.", role: "Client", testimonial: "I drive from outside Atlanta just for her threading. She never rushes and always listens.", imageSrc: "http://img.b2bpic.net/free-photo/model-posing-with-flower-studio_23-2151916054.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily R.", role: "Client", testimonial: "Rated 5 stars for a reason! Precision, professionalism, and pure kindness every visit.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-women-with-brushes-taking-selfie_23-2148113376.jpg"},
|
||||
{
|
||||
id: "4", name: "David K.", role: "Client", testimonial: "The best eyebrow experience I have ever had. Suva is truly a gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67076.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena M.", role: "Client", testimonial: "Professional, clean, and so gentle. Highly recommend her to everyone I know.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-lingerie-bed_1301-2324.jpg"},
|
||||
{ id: "1", name: "Sarah J.", handle: "Client", testimonial: "Suva is incredibly patient and thorough. The aloe massage at the end is just wonderful!", rating: 5 },
|
||||
{ id: "2", name: "Michael C.", handle: "Client", testimonial: "I drive from outside Atlanta just for her threading. She never rushes and always listens.", rating: 5 },
|
||||
{ id: "3", name: "Emily R.", handle: "Client", testimonial: "Rated 5 stars for a reason! Precision, professionalism, and pure kindness every visit.", rating: 5 }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join thousands of satisfied clients who travel to visit Suva for her precision and kindness."
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -199,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user