Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -30,27 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
brandName="Royal Destiny LLC"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Your Journey, Our Priority: Royal Destiny LLC"
|
||||
description="Experience safe, reliable, and comfortable 14-passenger shuttle service between El Paso and Midland. We also offer fast and secure package delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Shuttle Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Shuttle Now", href: "#contact"},
|
||||
{
|
||||
text: "Package Delivery",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Package Delivery", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211192.jpg"
|
||||
imageAlt="Modern 14-passenger shuttle van on a highway"
|
||||
@@ -96,19 +81,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "shuttle-service",
|
||||
title: "14 Passenger Shuttle Service",
|
||||
description: "Travel comfortably and safely between El Paso and Midland with our spacious 14-passenger shuttles. Perfect for groups, families, or individual travelers seeking a reliable connection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-hyperbaric-chamber-with-no-people_637285-632.jpg",
|
||||
imageAlt: "Interior of a comfortable 14-passenger shuttle",
|
||||
},
|
||||
id: "shuttle-service", title: "14 Passenger Shuttle Service", description: "Travel comfortably and safely between El Paso and Midland with our spacious 14-passenger shuttles. Perfect for groups, families, or individual travelers seeking a reliable connection.", imageSrc: "http://img.b2bpic.net/free-photo/interior-hyperbaric-chamber-with-no-people_637285-632.jpg", imageAlt: "Interior of a comfortable 14-passenger shuttle"},
|
||||
{
|
||||
id: "package-delivery",
|
||||
title: "Fast & Secure Package Delivery",
|
||||
description: "Need to send a package between El Paso and Midland? Our dependable delivery service ensures your items arrive quickly and securely. Trust us with your valuable parcels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-storehouse-employee-analyzing-goods-logistics_482257-77538.jpg",
|
||||
imageAlt: "Secure package with a lock symbol",
|
||||
},
|
||||
id: "package-delivery", title: "Fast & Secure Package Delivery", description: "Need to send a package between El Paso and Midland? Our dependable delivery service ensures your items arrive quickly and securely. Trust us with your valuable parcels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-storehouse-employee-analyzing-goods-logistics_482257-77538.jpg", imageAlt: "Secure package with a lock symbol"},
|
||||
]}
|
||||
title="Our Premier Services"
|
||||
description="Royal Destiny LLC offers tailored solutions for both passenger transport and essential package delivery."
|
||||
@@ -122,36 +97,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "shuttle-per-person",
|
||||
title: "Shuttle Service",
|
||||
price: "$90",
|
||||
period: "per person",
|
||||
features: [
|
||||
"El Paso ↔ Midland Route",
|
||||
"Comfortable 14-Passenger Van",
|
||||
"Safe & Reliable Transport",
|
||||
"Professional Driver",
|
||||
],
|
||||
id: "shuttle-per-person", title: "Shuttle Service", price: "$90", period: "per person", features: [
|
||||
"El Paso ↔ Midland Route", "Comfortable 14-Passenger Van", "Safe & Reliable Transport", "Professional Driver"],
|
||||
button: {
|
||||
text: "Book Your Seat",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Seat", href: "#contact"},
|
||||
},
|
||||
{
|
||||
id: "package-delivery-custom",
|
||||
title: "Package Delivery",
|
||||
price: "Custom",
|
||||
period: "Rates",
|
||||
features: [
|
||||
"El Paso ↔ Midland Route",
|
||||
"Fast & Secure Service",
|
||||
"Dependable Handling",
|
||||
"Flexible Delivery Options",
|
||||
],
|
||||
id: "package-delivery-custom", title: "Package Delivery", price: "Custom", period: "Rates", features: [
|
||||
"El Paso ↔ Midland Route", "Fast & Secure Service", "Dependable Handling", "Flexible Delivery Options"],
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
title="Affordable Shuttle Fares"
|
||||
@@ -166,67 +121,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Frequent Traveler",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
videoAriaLabel: "Testimonial by Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Frequent Traveler", company: "El Paso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", videoAriaLabel: "Testimonial by Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
role: "Business Owner",
|
||||
company: "Midland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg",
|
||||
videoAriaLabel: "Testimonial by Michael R.",
|
||||
},
|
||||
id: "2", name: "Michael R.", role: "Business Owner", company: "Midland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", videoAriaLabel: "Testimonial by Michael R."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
role: "Student",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-cv-front-view_23-2149927616.jpg",
|
||||
videoAriaLabel: "Testimonial by Emily C.",
|
||||
},
|
||||
id: "3", name: "Emily C.", role: "Student", company: "El Paso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-posing-cv-front-view_23-2149927616.jpg", videoAriaLabel: "Testimonial by Emily C."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Logistics Manager",
|
||||
company: "Midland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg",
|
||||
videoAriaLabel: "Testimonial by David W.",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Logistics Manager", company: "Midland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", videoAriaLabel: "Testimonial by David W."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Tour Organizer",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-ederly-woman-front_1149-204.jpg",
|
||||
videoAriaLabel: "Testimonial by Jessica L.",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Tour Organizer", company: "El Paso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-ederly-woman-front_1149-204.jpg", videoAriaLabel: "Testimonial by Jessica L."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi-1",
|
||||
value: "5/5",
|
||||
description: "Overall Rating",
|
||||
},
|
||||
value: "5/5", description: "Overall Rating"},
|
||||
{
|
||||
id: "kpi-2",
|
||||
value: "1000+",
|
||||
description: "Journeys Completed",
|
||||
},
|
||||
value: "1000+", description: "Journeys Completed"},
|
||||
{
|
||||
id: "kpi-3",
|
||||
value: "99%",
|
||||
description: "On-Time Arrival",
|
||||
},
|
||||
value: "99%", description: "On-Time Arrival"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from satisfied travelers and clients who trust Royal Destiny LLC."
|
||||
@@ -237,18 +153,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Ready to book your shuttle or need a package delivered? Contact Royal Destiny LLC today and travel with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: (555) 123-4567",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@royaldestinyllc.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@royaldestinyllc.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,50 +168,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Shuttle Service",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Shuttle Service", href: "#services"},
|
||||
{
|
||||
label: "Package Delivery",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Package Delivery", href: "#services"},
|
||||
{
|
||||
label: "Book a Ride",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Ride", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user