diff --git a/src/app/book-a-ride/page.tsx b/src/app/book-a-ride/page.tsx
index 4204eeb..955e73f 100644
--- a/src/app/book-a-ride/page.tsx
+++ b/src/app/book-a-ride/page.tsx
@@ -19,8 +19,7 @@ export default function BookARidePage() {
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Book a Ride", href: "/book-a-ride" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Pricing", href: "#services" },
@@ -28,8 +27,7 @@ export default function BookARidePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Drivers", href: "/about" },
{ label: "Reviews", href: "#testimonials" },
@@ -37,8 +35,7 @@ export default function BookARidePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Safety Guidelines", href: "#" },
@@ -53,7 +50,7 @@ export default function BookARidePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -67,20 +64,14 @@ export default function BookARidePage() {
@@ -210,20 +168,16 @@ export default function HomePage() {
author="Sarah Johnson"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
- alt: "Sarah Johnson"
+ src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Sarah Johnson"
},
{
- src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg",
- alt: "Customer 2"
+ src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Customer 2"
},
{
- src: "http://img.b2bpic.net/free-photo/picture-cheerful-caucasian-man-studio_176420-7231.jpg",
- alt: "Customer 3"
+ src: "http://img.b2bpic.net/free-photo/picture-cheerful-caucasian-man-studio_176420-7231.jpg", alt: "Customer 3"
},
{
- src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
- alt: "Customer 4"
+ src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Customer 4"
}
]}
ratingAnimation="slide-up"
@@ -241,12 +195,10 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
- text: "TEXT A DRIVER",
- href: "tel:+18640000000"
+ text: "TEXT A DRIVER", href: "tel:+18640000000"
},
{
- text: "LEARN MORE",
- href: "/about"
+ text: "LEARN MORE", href: "/about"
}
]}
ariaLabel="Contact Section"
@@ -257,61 +209,47 @@ export default function HomePage() {