Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65d80ace32 | |||
| e31a9876a8 | |||
| 9424b51f5c |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment", href: "contact" },
|
{ text: "Get Notarized Today", href: "contact" },
|
||||||
{ text: "Learn More", href: "services" }
|
{ text: "Learn More", href: "services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -96,16 +96,13 @@ export default function LandingPage() {
|
|||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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"
|
||||||
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,
|
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"
|
||||||
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,
|
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"
|
||||||
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"
|
title="How It Works"
|
||||||
|
|||||||
Reference in New Issue
Block a user