Update src/app/page.tsx
This commit is contained in:
399
src/app/page.tsx
399
src/app/page.tsx
@@ -15,282 +15,149 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sign With Nelly"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sign With Nelly"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-glasses-pen-placed-table_23-2147651018.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325860.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325849.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-view-male-hand-signing-paper_74855-2704.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-30412.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-businessman-holding-pen_23-2148377755.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Same-Day Appointments",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mobile Services",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Verification",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Standards",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<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" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-glasses-pen-placed-table_23-2147651018.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325860.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325849.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-view-male-hand-signing-paper_74855-2704.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-30412.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-businessman-holding-pen_23-2148377755.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ local clients"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "Same-Day Appointments" },
|
||||
{ type: "text", text: "Mobile Services" },
|
||||
{ type: "text", text: "Secure Verification" },
|
||||
{ type: "text", text: "Professional Standards" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<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."
|
||||
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.",
|
||||
},
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<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."
|
||||
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." }
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
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="Our Notary Services"
|
||||
description="Comprehensive document authentication for a variety of needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardEight
|
||||
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="Our Notary Services"
|
||||
description="Comprehensive document authentication for a variety of needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<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.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need answers about notarization? We're here to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<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." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need answers about notarization? We're here to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Notarize?"
|
||||
description="Send a request for a same-day appointment and our team will get back to you immediately."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to Notarize?"
|
||||
description="Send a request for a same-day appointment and our team will get back to you immediately."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Sign With Nelly"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Sign With Nelly"
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user