Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-01 07:43:29 +00:00

View File

@@ -46,14 +46,14 @@ export default function LandingPage() {
title="New York's Most Reliable Taxi Service"
description="Getting you across NYC safely, comfortably, and on time, 24/7. Trusted by thousands of New Yorkers."
testimonials={[
{ name: "James L.", handle: "@james", testimonial: "Best taxi service in Manhattan, always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" },
{ name: "Sarah M.", handle: "@sarah", testimonial: "Very clean cars and professional drivers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg" },
{ name: "Robert B.", handle: "@rob", testimonial: "The only way I get to the airport now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg" },
{ name: "Linda K.", handle: "@linda", testimonial: "Excellent service during rainy nights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg" },
{ name: "Mark D.", handle: "@mark", testimonial: "Reliable and professional, every single ride.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" },
{ name: "James L.", handle: "@james", testimonial: "Best taxi service in Manhattan, always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=1" },
{ name: "Sarah M.", handle: "@sarah", testimonial: "Very clean cars and professional drivers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg?_wi=1" },
{ name: "Robert B.", handle: "@rob", testimonial: "The only way I get to the airport now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg?_wi=1" },
{ name: "Linda K.", handle: "@linda", testimonial: "Excellent service during rainy nights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg?_wi=1" },
{ name: "Mark D.", handle: "@mark", testimonial: "Reliable and professional, every single ride.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=2" },
]}
buttons={[{ text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg"
imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg?_wi=1"
imageAlt="NYC Yellow Taxi"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", alt: "User 1" },
@@ -104,11 +104,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" },
{ id: "2", name: "Bob V.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg" },
{ id: "3", name: "Charlie S.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg" },
{ id: "4", name: "Diana P.", imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg" },
{ id: "5", name: "Edward R.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" },
{ id: "1", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=3" },
{ id: "2", name: "Bob V.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg?_wi=2" },
{ id: "3", name: "Charlie S.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg?_wi=2" },
{ id: "4", name: "Diana P.", imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg?_wi=2" },
{ id: "5", name: "Edward R.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=4" },
]}
cardTitle="What Riders Say"
cardTag="Testimonials"
@@ -133,7 +133,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg"
imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg?_wi=2"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },