Update src/app/page.tsx
This commit is contained in:
399
src/app/page.tsx
399
src/app/page.tsx
@@ -34,128 +34,74 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="JR Business Center LLC"
|
brandName="JR Business Center LLC"
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Fast Vehicle Registration Without the DMV Hassle"
|
title="Fast Vehicle Registration Without the DMV Hassle"
|
||||||
description="Get your car registered in hours, not weeks. Competitive pricing, expert notary services, and insurance solutions—all in one trusted Philadelphia location."
|
description="Get your car registered in hours, not weeks. Competitive pricing, expert notary services, and insurance solutions—all in one trusted Philadelphia location."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Your Registration Today",
|
text: "Start Your Registration Today", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-holding-car-keys_23-2148384931.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-holding-car-keys_23-2148384931.jpg"
|
||||||
imageAlt="Woman smiling after getting car registered"
|
imageAlt="Woman smiling after getting car registered"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Satisfied customer Sarah"},
|
||||||
alt: "Satisfied customer Sarah",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-thumbs-up-holds-hair-clipper-isolated-olive-green-space-with-copy-space_141793-60339.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-thumbs-up-holds-hair-clipper-isolated-olive-green-space-with-copy-space_141793-60339.jpg", alt: "Happy client Michael"},
|
||||||
alt: "Happy client Michael",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-successful-agent-satisfied-customer-showing-thumb-up-while-sitting-table-using-tablet-together_74855-10029.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-successful-agent-satisfied-customer-showing-thumb-up-while-sitting-table-using-tablet-together_74855-10029.jpg", alt: "Customer giving review"},
|
||||||
alt: "Customer giving review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153830.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153830.jpg", alt: "Professional smiling client"},
|
||||||
alt: "Professional smiling client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-talking-phone_23-2148266214.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-woman-talking-phone_23-2148266214.jpg", alt: "Client looking happy"},
|
||||||
alt: "Client looking happy",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 2000+ satisfied clients!"
|
avatarText="Join 2000+ satisfied clients!"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Quick Renewals"},
|
||||||
text: "Quick Renewals",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3901.jpg", alt: "Fast document processing"},
|
||||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3901.jpg",
|
|
||||||
alt: "Fast document processing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Certified Notaries"},
|
||||||
text: "Certified Notaries",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/immigration-passport-stamp_1101-898.jpg", alt: "Official notary stamp"},
|
||||||
src: "http://img.b2bpic.net/free-photo/immigration-passport-stamp_1101-898.jpg",
|
|
||||||
alt: "Official notary stamp",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Affordable Insurance"},
|
||||||
text: "Affordable Insurance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/car-model-calculator-coins-white-table_1387-583.jpg", alt: "Car insurance policy"},
|
||||||
src: "http://img.b2bpic.net/free-photo/car-model-calculator-coins-white-table_1387-583.jpg",
|
|
||||||
alt: "Car insurance policy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Seamless Title Transfers"},
|
||||||
text: "Seamless Title Transfers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/are-you-covered-healthcare-insurance-protection-concept_53876-122704.jpg", alt: "Vehicle title document"},
|
||||||
src: "http://img.b2bpic.net/free-photo/are-you-covered-healthcare-insurance-protection-concept_53876-122704.jpg",
|
|
||||||
alt: "Vehicle title document",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Local Philly Experts"},
|
||||||
text: "Local Philly Experts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/chicago-city-downtown-urban-skyline-dusk-with-skyscrapers-lake-michigan-with-clear-blue-sky_649448-2056.jpg", alt: "Philadelphia skyline"},
|
||||||
src: "http://img.b2bpic.net/free-photo/chicago-city-downtown-urban-skyline-dusk-with-skyscrapers-lake-michigan-with-clear-blue-sky_649448-2056.jpg",
|
|
||||||
alt: "Philadelphia skyline",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={40}
|
marqueeSpeed={40}
|
||||||
/>
|
/>
|
||||||
@@ -168,19 +114,13 @@ export default function LandingPage() {
|
|||||||
description="At JR Business Center LLC, we understand the frustration of long lines and complex paperwork. Our Philadelphia-based agency provides efficient, transparent, and friendly vehicle registration, notary, and insurance services, saving you time and hassle."
|
description="At JR Business Center LLC, we understand the frustration of long lines and complex paperwork. Our Philadelphia-based agency provides efficient, transparent, and friendly vehicle registration, notary, and insurance services, saving you time and hassle."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "2000+",
|
value: "2000+", title: "Registrations Processed"},
|
||||||
title: "Registrations Processed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", title: "Notary Clients Served"},
|
||||||
title: "Notary Clients Served",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", title: "Customer Satisfaction"},
|
||||||
title: "Customer Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
|
||||||
imageAlt="Friendly staff assisting a client in a modern office"
|
imageAlt="Friendly staff assisting a client in a modern office"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -194,47 +134,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Seamless Vehicle Registration",
|
title: "Seamless Vehicle Registration", description: "Get your plates, tags, and titles processed quickly and correctly. We handle all vehicle types and situations.", phoneOne: {
|
||||||
description: "Get your plates, tags, and titles processed quickly and correctly. We handle all vehicle types and situations.",
|
imageSrc: "http://img.b2bpic.net/free-photo/female-traveller-with-laptop-standing-beside-car_23-2148155088.jpg", imageAlt: "Digital vehicle registration process on phone"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-traveller-with-laptop-standing-beside-car_23-2148155088.jpg",
|
|
||||||
imageAlt: "Digital vehicle registration process on phone",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-way-signing-contract-buying-car_329181-20633.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-way-signing-contract-buying-car_329181-20633.jpg", imageAlt: "Digital vehicle registration process on phone"}
|
||||||
imageAlt: "Digital vehicle registration process on phone",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-car-keys_23-2148384931.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone app car registration digital",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Reliable Notary Public Services",
|
title: "Reliable Notary Public Services", description: "Our certified notaries provide fast and accurate document authentication for all your legal and business needs.", phoneOne: {
|
||||||
description: "Our certified notaries provide fast and accurate document authentication for all your legal and business needs.",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-desk-writing-with-pad_23-2147650943.jpg", imageAlt: "Digital notary service on phone"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-desk-writing-with-pad_23-2147650943.jpg",
|
|
||||||
imageAlt: "Digital notary service on phone",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-busy-lady-filling-document-checking-sms-phone_1262-17798.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-busy-lady-filling-document-checking-sms-phone_1262-17798.jpg", imageAlt: "Digital notary service on phone"}
|
||||||
imageAlt: "Digital notary service on phone",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone app car registration digital",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Comprehensive Insurance Solutions",
|
title: "Comprehensive Insurance Solutions", description: "We help you find the right insurance coverage, ensuring your vehicles and assets are protected.", phoneOne: {
|
||||||
description: "We help you find the right insurance coverage, ensuring your vehicles and assets are protected.",
|
imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-clipboard-woman_482257-117280.jpg", imageAlt: "Digital vehicle registration process on phone"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-clipboard-woman_482257-117280.jpg",
|
|
||||||
imageAlt: "Digital vehicle registration process on phone",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-holding-mobile-phone-front-traffic-road_23-2148139909.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-holding-mobile-phone-front-traffic-road_23-2148139909.jpg", imageAlt: "Digital vehicle registration process on phone"}
|
||||||
imageAlt: "Digital vehicle registration process on phone",
|
}
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-signing-paper_23-2148546130.jpg?_wi=1",
|
|
||||||
imageAlt: "smartphone app car registration digital",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
title="Experience Unmatched Convenience & Expertise"
|
title="Experience Unmatched Convenience & Expertise"
|
||||||
@@ -250,53 +166,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "service-vehicle-registration",
|
id: "service-vehicle-registration", name: "Vehicle Registration", price: "Starting at $39", variant: "Tags, Titles & Plates", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-signing-paper_23-2148546130.jpg", imageAlt: "Vehicle registration documents"},
|
||||||
name: "Vehicle Registration",
|
|
||||||
price: "Starting at $39",
|
|
||||||
variant: "Tags, Titles & Plates",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-signing-paper_23-2148546130.jpg?_wi=2",
|
|
||||||
imageAlt: "Vehicle registration documents",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "service-notary-public",
|
id: "service-notary-public", name: "Notary Public Services", price: "Starting at $10", variant: "Document Authentication", imageSrc: "http://img.b2bpic.net/free-photo/person-using-wax-seal-graduation-diploma-certificate_23-2148769702.jpg", imageAlt: "Notary stamp on document"},
|
||||||
name: "Notary Public Services",
|
|
||||||
price: "Starting at $10",
|
|
||||||
variant: "Document Authentication",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-wax-seal-graduation-diploma-certificate_23-2148769702.jpg",
|
|
||||||
imageAlt: "Notary stamp on document",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "service-insurance-solutions",
|
id: "service-insurance-solutions", name: "Insurance Solutions", price: "Custom Quotes", variant: "Auto & Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-signing-contract-new-house_23-2148346273.jpg", imageAlt: "Car insurance policy"},
|
||||||
name: "Insurance Solutions",
|
|
||||||
price: "Custom Quotes",
|
|
||||||
variant: "Auto & Specialty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-signing-contract-new-house_23-2148346273.jpg",
|
|
||||||
imageAlt: "Car insurance policy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "service-title-transfer",
|
id: "service-title-transfer", name: "Title Transfers", price: "Competitive Rates", variant: "Seamless Process", imageSrc: "http://img.b2bpic.net/free-photo/international-driver-s-license-card-identification-data-information-concept_53876-124124.jpg", imageAlt: "Vehicle title transfer forms"},
|
||||||
name: "Title Transfers",
|
|
||||||
price: "Competitive Rates",
|
|
||||||
variant: "Seamless Process",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/international-driver-s-license-card-identification-data-information-concept_53876-124124.jpg",
|
|
||||||
imageAlt: "Vehicle title transfer forms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "service-inspection-stickers",
|
id: "service-inspection-stickers", name: "Inspection Stickers", price: "Quick Issuance", variant: "Same-Day Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-salesperson-asking-sign-some-documents-car-dealership_651396-2022.jpg", imageAlt: "Pennsylvania inspection sticker"},
|
||||||
name: "Inspection Stickers",
|
|
||||||
price: "Quick Issuance",
|
|
||||||
variant: "Same-Day Service",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-salesperson-asking-sign-some-documents-car-dealership_651396-2022.jpg",
|
|
||||||
imageAlt: "Pennsylvania inspection sticker",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "service-license-plate-replacement",
|
id: "service-license-plate-replacement", name: "License Plate Replacement", price: "Fast & Easy", variant: "Lost or Stolen", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-new-car-vehicle-dealership_342744-743.jpg", imageAlt: "Replacement license plate"},
|
||||||
name: "License Plate Replacement",
|
|
||||||
price: "Fast & Easy",
|
|
||||||
variant: "Lost or Stolen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-buying-new-car-vehicle-dealership_342744-743.jpg",
|
|
||||||
imageAlt: "Replacement license plate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Comprehensive Services"
|
title="Our Comprehensive Services"
|
||||||
description="JR Business Center LLC offers a full suite of services to simplify your life. From vehicle essentials to critical document authentication, we've got you covered."
|
description="JR Business Center LLC offers a full suite of services to simplify your life. From vehicle essentials to critical document authentication, we've got you covered."
|
||||||
@@ -310,59 +190,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic-registration",
|
id: "basic-registration", tag: "Standard", tagIcon: Tag,
|
||||||
tag: "Standard",
|
price: "$39", period: "per service", description: "Essential vehicle registration services without the hassle.", button: {
|
||||||
tagIcon: Tag,
|
text: "Choose Standard", href: "#contact"},
|
||||||
price: "$39",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "per service",
|
"Vehicle Registration Renewal", "Temporary Tags", "Standard Plate Replacement"],
|
||||||
description: "Essential vehicle registration services without the hassle.",
|
|
||||||
button: {
|
|
||||||
text: "Choose Standard",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Vehicle Registration Renewal",
|
|
||||||
"Temporary Tags",
|
|
||||||
"Standard Plate Replacement",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium-notary",
|
id: "premium-notary", tag: "Popular", tagIcon: Star,
|
||||||
tag: "Popular",
|
price: "$50", period: "per service", description: "Comprehensive notary and expedited document processing.", button: {
|
||||||
tagIcon: Star,
|
text: "Choose Premium", href: "#contact"},
|
||||||
price: "$50",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "per service",
|
"Any Notary Service", "Title Transfers", "Expert Document Review", "Expedited Processing"],
|
||||||
description: "Comprehensive notary and expedited document processing.",
|
|
||||||
button: {
|
|
||||||
text: "Choose Premium",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Any Notary Service",
|
|
||||||
"Title Transfers",
|
|
||||||
"Expert Document Review",
|
|
||||||
"Expedited Processing",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "insurance-consultation",
|
id: "insurance-consultation", tag: "Best Value", tagIcon: Shield,
|
||||||
tag: "Best Value",
|
price: "Free", period: "consultation", description: "Personalized insurance quotes and tailored solutions.", button: {
|
||||||
tagIcon: Shield,
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
price: "Free",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "consultation",
|
"Auto Insurance Quote", "Specialty Vehicle Insurance", "Policy Review & Advice"],
|
||||||
description: "Personalized insurance quotes and tailored solutions.",
|
|
||||||
button: {
|
|
||||||
text: "Get a Free Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Auto Insurance Quote",
|
|
||||||
"Specialty Vehicle Insurance",
|
|
||||||
"Policy Review & Advice",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Transparent & Competitive Pricing"
|
title="Transparent & Competitive Pricing"
|
||||||
@@ -378,50 +224,20 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "@SarahJ_Philly", testimonial: "JR Business Center saved me so much time! I got my registration renewed in less than an hour, completely avoiding the nightmare at PennDOT.", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg", imageAlt: "Sarah J. customer review"},
|
||||||
handle: "@SarahJ_Philly",
|
|
||||||
testimonial: "JR Business Center saved me so much time! I got my registration renewed in less than an hour, completely avoiding the nightmare at PennDOT.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
|
||||||
imageAlt: "Sarah J. customer review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", handle: "@MisterChen", testimonial: "The notary services here are incredibly efficient and professional. I highly recommend them for any document authentication needs.", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg", imageAlt: "Michael Chen customer review"},
|
||||||
handle: "@MisterChen",
|
|
||||||
testimonial: "The notary services here are incredibly efficient and professional. I highly recommend them for any document authentication needs.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg",
|
|
||||||
imageAlt: "Michael Chen customer review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", handle: "@PhillyEm", testimonial: "Friendly staff and competitive pricing! It's a breath of fresh air compared to other places. JR Business Center is my go-to now.", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "Emily R. customer review"},
|
||||||
handle: "@PhillyEm",
|
|
||||||
testimonial: "Friendly staff and competitive pricing! It's a breath of fresh air compared to other places. JR Business Center is my go-to now.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
|
||||||
imageAlt: "Emily R. customer review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", handle: "@DavidK_Biz", testimonial: "As a small business owner, time is money. JR Business Center's quick title transfers and insurance help are invaluable. Truly excellent service!", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-real-estate-agent-after-successful-agreement-office_637285-6889.jpg", imageAlt: "David K. customer review"},
|
||||||
handle: "@DavidK_Biz",
|
|
||||||
testimonial: "As a small business owner, time is money. JR Business Center's quick title transfers and insurance help are invaluable. Truly excellent service!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-real-estate-agent-after-successful-agreement-office_637285-6889.jpg",
|
|
||||||
imageAlt: "David K. customer review",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Lisa G.", handle: "@LisaG_Cars", testimonial: "I was dreading renewing my tags, but JR Business Center made it effortless. The process was so smooth and the staff was super helpful. Five stars!", rating: 5,
|
||||||
name: "Lisa G.",
|
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg", imageAlt: "Lisa G. customer review"},
|
||||||
handle: "@LisaG_Cars",
|
|
||||||
testimonial: "I was dreading renewing my tags, but JR Business Center made it effortless. The process was so smooth and the staff was super helpful. Five stars!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg",
|
|
||||||
imageAlt: "Lisa G. customer review",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
@@ -434,14 +250,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Acme Insurance",
|
"Acme Insurance", "Liberty Mutual", "Allstate", "Nationwide", "State Farm", "Progressive", "Geico"]}
|
||||||
"Liberty Mutual",
|
|
||||||
"Allstate",
|
|
||||||
"Nationwide",
|
|
||||||
"State Farm",
|
|
||||||
"Progressive",
|
|
||||||
"Geico",
|
|
||||||
]}
|
|
||||||
title="Trusted by Philadelphia Businesses & Residents"
|
title="Trusted by Philadelphia Businesses & Residents"
|
||||||
description="Our commitment to excellence has earned the trust of countless individuals and reputable partners across the Philadelphia area."
|
description="Our commitment to excellence has earned the trust of countless individuals and reputable partners across the Philadelphia area."
|
||||||
showCard={true}
|
showCard={true}
|
||||||
@@ -454,30 +263,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "How long does vehicle registration take?", content: "Typically, vehicle registration and plate services are completed within the same day, often in less than an hour. We pride ourselves on expedited processing to get you back on the road faster than PennDOT."},
|
||||||
title: "How long does vehicle registration take?",
|
|
||||||
content: "Typically, vehicle registration and plate services are completed within the same day, often in less than an hour. We pride ourselves on expedited processing to get you back on the road faster than PennDOT.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What documents do I need for notary services?", content: "You will need a valid, government-issued photo ID (driver's license, state ID, passport) and the document(s) you need notarized. Please do not sign the document beforehand, as it must be signed in the presence of our notary."},
|
||||||
title: "What documents do I need for notary services?",
|
|
||||||
content: "You will need a valid, government-issued photo ID (driver's license, state ID, passport) and the document(s) you need notarized. Please do not sign the document beforehand, as it must be signed in the presence of our notary.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Are your prices competitive with PennDOT?", content: "Yes, we strive to offer highly competitive pricing, often providing greater value through our convenience, speed, and exceptional customer service, saving you time and frustration over government alternatives."},
|
||||||
title: "Are your prices competitive with PennDOT?",
|
|
||||||
content: "Yes, we strive to offer highly competitive pricing, often providing greater value through our convenience, speed, and exceptional customer service, saving you time and frustration over government alternatives.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Do I need an appointment?", content: "While walk-ins are welcome, we recommend scheduling an appointment for notary and complex vehicle services to ensure minimal wait times and dedicated service. You can call us or use our online contact form."},
|
||||||
title: "Do I need an appointment?",
|
|
||||||
content: "While walk-ins are welcome, we recommend scheduling an appointment for notary and complex vehicle services to ensure minimal wait times and dedicated service. You can call us or use our online contact form.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "What types of insurance do you offer?", content: "We provide solutions for auto insurance, motorcycle insurance, classic car insurance, and other specialty vehicle coverage. We work with various providers to find the best rates for you."},
|
||||||
title: "What types of insurance do you offer?",
|
|
||||||
content: "We provide solutions for auto insurance, motorcycle insurance, classic car insurance, and other specialty vehicle coverage. We work with various providers to find the best rates for you.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our vehicle registration, notary, and insurance services."
|
description="Find quick answers to common questions about our vehicle registration, notary, and insurance services."
|
||||||
@@ -489,8 +283,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static",
|
variant: "rotated-rays-static"}}
|
||||||
}}
|
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Ready for Fast, Hassle-Free Service?"
|
title="Ready for Fast, Hassle-Free Service?"
|
||||||
description="Contact JR Business Center LLC today to streamline your vehicle registration, notary needs, or insurance queries. We're here to help!"
|
description="Contact JR Business Center LLC today to streamline your vehicle registration, notary needs, or insurance queries. We're here to help!"
|
||||||
@@ -506,49 +299,31 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user