10 Commits

Author SHA1 Message Date
57ced12b6e Merge version_6 into main
Merge version_6 into main
2026-05-01 02:58:37 +00:00
d09bbaacea Update src/app/page.tsx 2026-05-01 02:58:34 +00:00
b4149604d6 Merge version_5 into main
Merge version_5 into main
2026-05-01 02:49:06 +00:00
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
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 42 additions and 44 deletions

View File

@@ -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 (
@@ -42,9 +43,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "plain" }}
title="Trusted Notary Services, Fast & Local"
description="Professional document authentication and notarization for real estate, legal, and business needs. Available same-day appointments in your area."
buttons={[{ text: "Schedule Your Notarization", href: "#contact" }]}
title="Professional Notary & Signing Services"
description="Expert document authentication, notary signings, and verification services. Fast, secure, and available for all your legal, real estate, and business document needs."
buttons={[{ text: "Schedule Your Signing", href: "#contact" }]
}
imageSrc="http://img.b2bpic.net/free-photo/laptop-glasses-pen-placed-table_23-2147651018.jpg"
mediaAnimation="slide-up"
avatars={[
@@ -57,10 +59,10 @@ export default function LandingPage() {
avatarText="Trusted by 500+ local clients"
marqueeItems={[
{ type: "text", text: "Licensed & Insured" },
{ type: "text", text: "Notary Signing Agent" },
{ type: "text", text: "Same-Day Appointments" },
{ type: "text", text: "Mobile Services" },
{ type: "text", text: "Secure Verification" },
{ type: "text", text: "Professional Standards" }
{ type: "text", text: "Secure Authentication" }
]}
/>
</div>
@@ -69,12 +71,12 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Certified Professional Care"
description="Nelly provides expert notary services with a focus on accuracy, efficiency, and security. Every document is handled with the highest level of professional discretion."
title="Your Trusted Signing Partner"
description="Nelly specializes in meticulous notary signings, ensuring every seal and signature meets legal compliance standards with total accuracy and efficiency."
bulletPoints={[
{ title: "Commissioned Notary", description: "State-authorized and fully insured for your peace of mind." },
{ title: "Versatile Experience", description: "Expertise in real estate, legal, and small business documentation." },
{ title: "Customer-Focused", description: "We prioritize your convenience with same-day and local availability." }
{ title: "Certified Signing Agent", description: "Expertly trained in handling loan packages and complex notary requirements." },
{ title: "Full-Service Signings", description: "Supporting real estate closings, legal documents, and personal identity verifications." },
{ title: "Mobile Convenience", description: "Professional signing services delivered to your office or home at your convenience." }
]}
imageSrc="http://img.b2bpic.net/free-photo/busiess-partners-discussing-new-project-company-evolution-senior-manager-woman-checking-tasks_482257-5108.jpg"
mediaAnimation="slide-up"
@@ -86,12 +88,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Real Estate Closings", description: "Title transfers, deeds, and loan documents verified promptly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-writing-report_1098-3844.jpg" },
{ title: "Legal Affidavits", description: "Verification of signatures for sworn statements and affidavits.", imageSrc: "http://img.b2bpic.net/free-photo/prohibited-talk_1098-15991.jpg" },
{ title: "Business Agreements", description: "Certified authentication for contracts, partnership agreements, and forms.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-corporate-man-writing_23-2148377783.jpg" }
{ title: "Notary Signings", description: "Certified notary service for all official document signing needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-writing-report_1098-3844.jpg" },
{ title: "Loan Document Signings", description: "Specialized signing services for mortgage, title, and real estate documents.", imageSrc: "http://img.b2bpic.net/free-photo/prohibited-talk_1098-15991.jpg" },
{ title: "Corporate Agreements", description: "Secure verification and signing for business contracts and partnership agreements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-corporate-man-writing_23-2148377783.jpg" }
]}
title="Our Notary Services"
description="Comprehensive document authentication for a variety of needs."
title="Our Professional Services"
description="Comprehensive notary signing solutions designed for speed, security, and accuracy."
/>
</div>
@@ -101,26 +103,22 @@ export default function LandingPage() {
useInvertedBackground={false}
names={["Law Offices of Miller", "Capital Realty Group", "Apex Solutions LLC", "Greenwood Estate Law", "Northside Business Alliance", "Horizon Mortgage", "Clearview Title"]}
title="Trusted by Local Professionals"
description="Join countless real estate agents and businesses who rely on Sign With Nelly daily."
description="Join the industry professionals who rely on Sign With Nelly for expert signings daily."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
title="Client Success Stories"
description="Hear from satisfied partners who rely on our professional signing services."
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" }
{ id: "1", name: "Sarah J.", role: "Realtor", testimonial: "Nelly handled my client closing professionally. Every document was perfect.", icon: MessageCircle },
{ id: "2", name: "Michael T.", role: "Business Owner", testimonial: "Fast, reliable signing service for my business contracts. Fantastic experience.", icon: MessageCircle },
{ id: "3", name: "Emily R.", role: "Legal Clerk", testimonial: "Exceptional attention to detail during the signing appointment. Highly professional.", icon: MessageCircle }
]}
title="What Our Clients Say"
description="Proven reliability for our local community."
/>
</div>
@@ -128,12 +126,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "1", title: "What documents can be notarized?", content: "We handle almost all document types requiring witness verification." },
{ id: "2", title: "What do I need to bring?", content: "A valid government-issued photo ID is required for identity verification." },
{ id: "3", title: "Are you a mobile notary?", content: "Yes, I offer both office-based and local mobile service options." }
{ id: "1", title: "What is a notary signing agent?", content: "A notary signing agent specializes in notarizing loan and real estate documentation." },
{ id: "2", title: "How do I prepare for my signing?", content: "Bring your unexpired government-issued ID and ensure your document is fully completed." },
{ id: "3", title: "Can you handle mobile signings?", content: "Yes, I offer flexible mobile notary signing services at your specified location." }
]}
sideTitle="Common Questions"
sideDescription="Need answers about notarization? We're here to help."
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about your upcoming signing appointment."
faqsAnimation="slide-up"
/>
</div>
@@ -143,8 +141,8 @@ export default function LandingPage() {
useInvertedBackground={true}
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."
title="Book Your Signing Appointment"
description="Schedule a reliable, certified notary signing today for your official documents."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg"
/>
@@ -160,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #fa400f;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);