8 Commits

Author SHA1 Message Date
2d839364b3 Update src/app/page.tsx 2026-05-01 02:49:03 +00:00
51d7d33262 Merge version_4 into main
Merge version_4 into main
2026-05-01 02:47:59 +00:00
f9d56f2536 Update theme colors 2026-05-01 02:47:52 +00:00
4172e59325 Merge version_3 into main
Merge version_3 into main
2026-05-01 02:47:15 +00:00
c15d7972af Update theme colors 2026-05-01 02:47:09 +00:00
a3b5d984b9 Merge version_2 into main
Merge version_2 into main
2026-05-01 02:46:10 +00:00
2acad4978d Merge version_2 into main
Merge version_2 into main
2026-05-01 02:46:01 +00:00
4d16a94d58 Merge version_2 into main
Merge version_2 into main
2026-05-01 02:44:09 +00:00
2 changed files with 20 additions and 23 deletions

View File

@@ -10,7 +10,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { MessageCircle } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -106,21 +107,17 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Realtor", company: "Elite Homes", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139097.jpg" },
{ id: "2", name: "Michael T.", role: "Business Owner", company: "Tech Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-man-with-his-crossed-arms-looking-camera_23-2148130362.jpg" },
{ id: "3", name: "Emily R.", role: "Legal Clerk", company: "Law Partners", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-cheerful-man-buying-property-celebrating-saying-yes-showin_1258-144784.jpg" },
{ id: "4", name: "David K.", role: "Homeowner", company: "Individual", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
{ id: "5", name: "Jessica L.", role: "Contractor", company: "BuildRight", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-making-plans_23-2148356256.jpg" },
{ id: "6", name: "Robert B.", role: "Manager", company: "City Transit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" }
]}
title="What Our Clients Say" title="What Our Clients Say"
description="Proven reliability for our local community." description="Hear from satisfied clients we have helped."
testimonials={[
{ id: "1", name: "Sarah J.", role: "Realtor", testimonial: "Nelly was incredible—professional, prompt, and made the whole process seamless.", icon: MessageCircle },
{ id: "2", name: "Michael T.", role: "Business Owner", testimonial: "Fast same-day service for my business contracts. Highly recommend!", icon: MessageCircle },
{ id: "3", name: "Emily R.", role: "Legal Clerk", testimonial: "Expert attention to detail. Every document was handled perfectly.", icon: MessageCircle }
]}
/> />
</div> </div>
@@ -144,7 +141,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Get in touch" tag="Get in touch"
title="Schedule Your Same-Day Appointment" title="Schedule Your Same-Day Appointment"
description="Send a request for a same-day appointment and our team will get back to you immediately." description="Book your spot today and ensure your documents are authenticated without delay."
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg"
/> />
@@ -160,4 +157,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: #f5f5f5;
--card: #f9f9f9; --card: #ffffff;
--foreground: #000612e6; --foreground: #1c1c1c;
--primary-cta: #106EFB; --primary-cta: #1c1c1c;
--primary-cta-text: #ffffff; --primary-cta-text: #f5f5f5;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #000612e6; --secondary-cta-text: #1c1c1c;
--accent: #e2e2e2; --accent: #e63946;
--background-accent: #106EFB; --background-accent: #e8bea8;
/* 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);