Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 17:12:28 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
buttons={[
{ text: "Book Your Appointment", href: "contact" },
{ text: "Get Notarized Today", href: "contact" },
{ text: "Learn More", href: "services" }
]}
buttonAnimation="slide-up"
@@ -96,16 +96,13 @@ export default function LandingPage() {
<FeatureCardNineteen
features={[
{
id: 1,
tag: "Step One", title: "Schedule Appointment", subtitle: "Choose your preferred time and service type", description: "Book your notary appointment online in seconds. Select from in-person, mobile, or remote notarization options. Same-day appointments often available.", imageSrc: "http://img.b2bpic.net/free-vector/book-your-date-mobile-phone_23-2148552969.jpg", imageAlt: "Schedule your appointment easily"
id: 1, tag: "Step One", title: "Schedule Appointment", subtitle: "Choose your preferred time and service type", description: "Book your notary appointment online in seconds. Select from in-person, mobile, or remote notarization options. Same-day appointments often available.", imageSrc: "http://img.b2bpic.net/free-vector/book-your-date-mobile-phone_23-2148552969.jpg", imageAlt: "Schedule your appointment easily"
},
{
id: 2,
tag: "Step Two", title: "Prepare Documents", subtitle: "Gather and verify your paperwork", description: "Bring valid identification and all documents requiring notarization. Our certified notaries will verify authenticity and compliance with state regulations before proceeding.", imageSrc: "http://img.b2bpic.net/free-photo/serious-partners-discussing-document-office-lobby_1262-14370.jpg", imageAlt: "Document preparation and verification"
id: 2, tag: "Step Two", title: "Prepare Documents", subtitle: "Gather and verify your paperwork", description: "Bring valid identification and all documents requiring notarization. Our certified notaries will verify authenticity and compliance with state regulations before proceeding.", imageSrc: "http://img.b2bpic.net/free-photo/serious-partners-discussing-document-office-lobby_1262-14370.jpg", imageAlt: "Document preparation and verification"
},
{
id: 3,
tag: "Step Three", title: "Notarization Complete", subtitle: "Official certification and seal", description: "Our notary will authenticate signatures, apply official seals, and provide certified copies. Receive your notarized documents immediately and ready to use.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149756291.jpg?_wi=2", imageAlt: "Professional notary seal and certification"
id: 3, tag: "Step Three", title: "Notarization Complete", subtitle: "Official certification and seal", description: "Our notary will authenticate signatures, apply official seals, and provide certified copies. Receive your notarized documents immediately and ready to use.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149756291.jpg?_wi=2", imageAlt: "Professional notary seal and certification"
}
]}
title="How It Works"
@@ -292,4 +289,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}