diff --git a/src/app/page.tsx b/src/app/page.tsx index f4dd609..4e0a32d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,26 +33,11 @@ export default function LandingPage() {
@@ -146,28 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "24/7 Concierge", - description: "Round-the-clock support.", - bentoComponent: "reveal-icon", - icon: Headphones, - imageSrc: "http://img.b2bpic.net/free-photo/car-volume-knob-multimedia-controller-auto-textured-adjustment-wheel_169016-68661.jpg", - imageAlt: "Car volume knob multimedia controller auto textured adjustment wheel", + title: "24/7 Concierge", description: "Round-the-clock support.", bentoComponent: "reveal-icon", icon: Headphones }, { - title: "Global Fleet", - description: "Premium cars worldwide.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139322.jpg?_wi=2", - imageAlt: "Car volume knob multimedia controller auto textured adjustment wheel", + title: "Global Fleet", description: "Premium cars worldwide.", bentoComponent: "reveal-icon", icon: Globe }, { - title: "Instant Booking", - description: "Fast reservation process.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/driving-with-gps-road-view-from-car-navigation-through-forest_169016-68706.jpg?_wi=2", - imageAlt: "Car volume knob multimedia controller auto textured adjustment wheel", + title: "Instant Booking", description: "Fast reservation process.", bentoComponent: "reveal-icon", icon: Zap }, ]} title="Why Choose EliteDrive" @@ -179,44 +107,15 @@ export default function LandingPage() {