12 Commits

Author SHA1 Message Date
045c1331db Update src/app/page.tsx 2026-04-17 19:46:55 +00:00
06e469ceb4 Merge version_5 into main
Merge version_5 into main
2026-04-17 19:44:56 +00:00
d5e34a9805 Update src/app/page.tsx 2026-04-17 19:44:50 +00:00
4ed0c0a088 Merge version_5 into main
Merge version_5 into main
2026-04-17 19:44:24 +00:00
c12c76b7c2 Update src/app/page.tsx 2026-04-17 19:44:18 +00:00
50ebeabc37 Merge version_4 into main
Merge version_4 into main
2026-04-17 19:41:30 +00:00
e9441c3a62 Update src/app/page.tsx 2026-04-17 19:41:24 +00:00
8e3ca4e031 Merge version_3 into main
Merge version_3 into main
2026-04-17 19:39:28 +00:00
3e9f33c3b3 Update theme colors 2026-04-17 19:39:25 +00:00
8b6537f254 Merge version_2 into main
Merge version_2 into main
2026-04-17 19:38:44 +00:00
b42f6dab5c Merge version_1 into main
Merge version_1 into main
2026-04-17 18:03:39 +00:00
df52825f38 Merge version_1 into main
Merge version_1 into main
2026-04-17 18:03:10 +00:00
2 changed files with 24 additions and 26 deletions

View File

@@ -10,7 +10,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -133,25 +134,22 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardThirteen
animationType="slide-up" title="What Our Clients Say"
description="Hear from our lovely clients."
showRating={true}
animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
icon={Star}
iconClassName="text-yellow-400 fill-yellow-400"
ratingClassName="text-yellow-400"
testimonials={[ testimonials={[
{ { 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, icon: Star },
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.", handle: "Client", testimonial: "I drive from outside Atlanta just for her threading. She never rushes and always listens.", rating: 5, icon: Star },
{ { id: "3", name: "Emily R.", handle: "Client", testimonial: "Rated 5 stars for a reason! Precision, professionalism, and pure kindness every visit.", rating: 5, icon: Star }
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"},
]} ]}
title="What Our Clients Say" />
description="Join thousands of satisfied clients who travel to visit Suva for her precision and kindness."
/>
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
@@ -199,4 +197,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #fafffb;
--card: #f9f9f9; --card: #f7fffa;
--foreground: #120006e6; --foreground: #001a0a;
--primary-cta: #e63946; --primary-cta: #0a7039;
--primary-cta-text: #ffffff; --primary-cta-text: #fafffb;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #120006e6; --secondary-cta-text: #001a0a;
--accent: #e2e2e2; --accent: #a8d9be;
--background-accent: #c4c4c4; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);