diff --git a/src/app/page.tsx b/src/app/page.tsx
index afc006d..2071ebc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import { Award, Car, Crown, ShieldCheck, Users } from "lucide-react";
@@ -31,14 +30,10 @@ export default function LandingPage() {
@@ -46,29 +41,20 @@ export default function LandingPage() {
@@ -79,12 +65,9 @@ export default function LandingPage() {
title="Driven by Service. Built on Trust."
description="Texas Nena Transportation is a luxury chauffeur and transportation service founded by Elisa Calderon, delivering high-level transportation solutions across Austin, Texas and surrounding areas. We specialize in private, corporate, and group transportation with a focus on reliability, presentation, and seamless execution."
metrics={[
- {
- value: "100%", title: "Reliability"},
- {
- value: "24/7", title: "Service"},
- {
- value: "Elite", title: "Fleet"},
+ { value: "100%", title: "Reliability" },
+ { value: "24/7", title: "Service" },
+ { value: "Elite", title: "Fleet" },
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-talking-walking-together-city_23-2149318549.jpg"
imageAlt="Professional Chauffeur Service"
@@ -99,75 +82,27 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Car,
- title: "Executive Chauffeur", description: "Private, discreet transportation for business professionals, airport transfers, and personal travel."},
- {
- icon: Car,
- title: "Sprinter Van Service", description: "Ideal for small groups seeking comfort, space, and a premium travel experience."},
- {
- icon: Car,
- title: "Luxury SUV Service", description: "Perfect for VIP clients, families, and elevated everyday transportation."},
- {
- icon: Car,
- title: "Motorcoach Service", description: "Efficient, organized travel solutions for large groups, events, and corporate outings."},
- {
- icon: Award,
- title: "Special Occasions", description: "Weddings, concerts, sporting events, and private celebrations—handled with precision."},
+ { icon: Car, title: "Executive Chauffeur", description: "Private, discreet transportation for business professionals, airport transfers, and personal travel." },
+ { icon: Car, title: "Sprinter Van Service", description: "Ideal for small groups seeking comfort, space, and a premium travel experience." },
+ { icon: Car, title: "Luxury SUV Service", description: "Perfect for VIP clients, families, and elevated everyday transportation." },
+ { icon: Car, title: "Motorcoach Service", description: "Efficient, organized travel solutions for large groups, events, and corporate outings." },
+ { icon: Award, title: "Special Occasions", description: "Weddings, concerts, sporting events, and private celebrations—handled with precision." },
]}
title="Professional Services"
description="Comprehensive luxury transportation solutions for individuals, groups, and executives."
/>
-
-
@@ -192,12 +128,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[
- {
- id: "elisa", name: "Elisa Calderon", role: "Founder, Texas Nena Transportation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg"},
- {
- id: "placeholder1", name: "Service Team", role: "Operations Support", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
- {
- id: "placeholder2", name: "Fleet Services", role: "Maintenance Lead", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
+ { id: "elisa", name: "Elisa Calderon", role: "Founder, Texas Nena Transportation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg" },
+ { id: "placeholder1", name: "Service Team", role: "Operations Support", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg" },
+ { id: "placeholder2", name: "Fleet Services", role: "Maintenance Lead", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg" },
]}
title="Meet the Founder"
description="Built on professionalism, driven by service, and committed to delivering high-level transportation solutions across Texas."
@@ -230,4 +163,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file