Merge version_5 into main #7
@@ -10,7 +10,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
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() {
|
||||
return (
|
||||
@@ -106,21 +107,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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"
|
||||
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>
|
||||
|
||||
@@ -144,7 +141,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg"
|
||||
/>
|
||||
@@ -160,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user