Merge version_1 into main #2
224
src/app/page.tsx
224
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Safety",
|
||||
id: "safety",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Safety", id: "safety" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Glenn's Van"
|
||||
/>
|
||||
@@ -56,61 +41,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Safe and Compassionate Wheelchair Transportation"
|
||||
description="Glenn provides personal, door-to-door wheelchair van services for our seniors. Accessible, reliable, and always on time."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34973.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-man-pointing-fingers-camera-praise-accomplished-goal-inviting-you-picking-people-join-team-inviting-event-standing-white-background_176420-45014.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-senior-curly-woman-enjoys-life-old-age-raises-hands-smiles-positively-dressed-fashionable-outfit-wears-bright-makeup-has-red-manicure-wrinkled-face_273609-48647.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-with-grey-hair-standing-bricks-wall-celebrating-surprised-amazed-success-with-arms-raised-eyes-closed-winner-concept_839833-18748.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-wheelchair_23-2149445661.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34973.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-man-pointing-fingers-camera-praise-accomplished-goal-inviting-you-picking-people-join-team-inviting-event-standing-white-background_176420-45014.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-senior-curly-woman-enjoys-life-old-age-raises-hands-smiles-positively-dressed-fashionable-outfit-wears-bright-makeup-has-red-manicure-wrinkled-face_273609-48647.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-man-with-grey-hair-standing-bricks-wall-celebrating-surprised-amazed-success-with-arms-raised-eyes-closed-winner-concept_839833-18748.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-wheelchair_23-2149445661.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Trusted by our local seniors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Ride",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Ride", href: "#contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Licensed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wheelchair Accessible",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Availability",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Door-to-Door Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Care",
|
||||
},
|
||||
{ type: "text", text: "Fully Licensed" },
|
||||
{ type: "text", text: "Wheelchair Accessible" },
|
||||
{ type: "text", text: "24/7 Availability" },
|
||||
{ type: "text", text: "Door-to-Door Service" },
|
||||
{ type: "text", text: "Professional Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Personalized, Door-to-Door Care"
|
||||
description="Glenn treats every passenger like family. Whether it's a medical appointment, social event, or daily errand, I ensure you reach your destination safely and comfortably."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/disabled-man-wheelchair-full-shot_23-2149445663.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/disabled-man-wheelchair-full-shot_23-2149445663.jpg"
|
||||
imageAlt="Glenn's wheelchair accessible van service"
|
||||
/>
|
||||
</div>
|
||||
@@ -132,46 +80,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Ramp System",
|
||||
description: "State-of-the-art automatic ramp for easy and secure entry.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencer-special-equipment-wheelchair_23-2149229550.jpg",
|
||||
imageAlt: "Ramp system",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-folding-bike-escalator_23-2149064776.jpg",
|
||||
imageAlt: "Safety straps",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-preparing-traveling_23-2149094695.jpg",
|
||||
imageAlt: "secure wheelchair ramp mechanism",
|
||||
title: "Secure Ramp System", description: "State-of-the-art automatic ramp for easy and secure entry.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencer-special-equipment-wheelchair_23-2149229550.jpg", imageAlt: "Ramp system" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-folding-bike-escalator_23-2149064776.jpg", imageAlt: "Safety straps" }
|
||||
},
|
||||
{
|
||||
title: "Personalized Attention",
|
||||
description: "Glenn assists with everything from door-to-door boarding.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-waiting-bus-full-shot_23-2149445689.jpg",
|
||||
imageAlt: "Assisted boarding",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-wearing-headphones_23-2149181650.jpg",
|
||||
imageAlt: "Comfort seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-full-shot_23-2149445663.jpg?_wi=2",
|
||||
imageAlt: "secure wheelchair ramp mechanism",
|
||||
title: "Personalized Attention", description: "Glenn assists with everything from door-to-door boarding.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-waiting-bus-full-shot_23-2149445689.jpg", imageAlt: "Assisted boarding" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-wearing-headphones_23-2149181650.jpg", imageAlt: "Comfort seating" }
|
||||
},
|
||||
{
|
||||
title: "Professional Sanitization",
|
||||
description: "Clean, sanitized vehicles for every trip.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handicapped-sign_53876-147728.jpg",
|
||||
imageAlt: "Sanitized vehicle",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-getting-van_23-2149445657.jpg",
|
||||
imageAlt: "Fresh interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34973.jpg",
|
||||
imageAlt: "secure wheelchair ramp mechanism",
|
||||
title: "Professional Sanitization", description: "Clean, sanitized vehicles for every trip.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handicapped-sign_53876-147728.jpg", imageAlt: "Sanitized vehicle" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-disabled-man-getting-van_23-2149445657.jpg", imageAlt: "Fresh interior" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -187,26 +105,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Evelyn Reed"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-laptop-office_23-2147762351.jpg",
|
||||
alt: "Evelyn",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-grandmother-sitting-table_329181-14731.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34970.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gray-haired-mature-senior-woman-stylish-knitted-jumper-expressing-excitement-joy-looking-with-broad-beaming-smile-holding-hands-as-if-squeezing-something-human-reactions-feelings_343059-2690.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-happy-woman-walking-park_1303-26661.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-laptop-office_23-2147762351.jpg", alt: "Evelyn" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-grandmother-sitting-table_329181-14731.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34970.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gray-haired-mature-senior-woman-stylish-knitted-jumper-expressing-excitement-joy-looking-with-broad-beaming-smile-holding-hands-as-if-squeezing-something-human-reactions-feelings_343059-2690.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elderly-happy-woman-walking-park_1303-26661.jpg", alt: "Customer" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -218,21 +121,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book a trip?",
|
||||
content: "Just call Glenn directly, or use the contact form.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the van wheelchair accessible?",
|
||||
content: "Yes, fully equipped with an automatic ramp and secure tie-downs.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I bring a guest?",
|
||||
content: "Absolutely, there is space for family members or caregivers.",
|
||||
},
|
||||
{ id: "1", title: "How do I book a trip?", content: "Just call Glenn directly, or use the contact form." },
|
||||
{ id: "2", title: "Is the van wheelchair accessible?", content: "Yes, fully equipped with an automatic ramp and secure tie-downs." },
|
||||
{ id: "3", title: "Can I bring a guest?", content: "Absolutely, there is space for family members or caregivers." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-senior-woman-home-talking-cell-phone_657921-1777.jpg"
|
||||
title="Common Questions"
|
||||
@@ -247,24 +138,10 @@ export default function LandingPage() {
|
||||
title="Book Your Ride"
|
||||
description="Glenn is ready to help you get where you need to go. Send a message to schedule."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Where do you need to go?",
|
||||
rows: 3,
|
||||
}}
|
||||
textarea={{ name: "details", placeholder: "Where do you need to go?", rows: 3 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-male-taxi-driver-costume_23-2149204563.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -273,33 +150,16 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Glenn: 555-0123",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
{
|
||||
label: "Email: rides@glennsvan.com",
|
||||
href: "mailto:rides@glennsvan.com",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Glenn: 555-0123", href: "tel:5550123" },
|
||||
{ label: "Email: rides@glennsvan.com", href: "mailto:rides@glennsvan.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Safety",
|
||||
href: "#safety",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Safety", href: "#safety" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user