From b53a6b9ff6db9c789ecfd96592cc1a878fb777e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:39:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 379e8d4..a22f0a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,10 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated" }} title="Redefining Your Road Experience" description="DSA GROUP provides premium car rental services with a fleet tailored for your business and travel needs. Experience luxury and reliability." + buttons={[ + { text: "Book Now", href: "#contact" }, + { text: "View Fleet", href: "#fleet" } + ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-car-car-showroom_1303-31962.jpg", imageAlt: "Luxurious car" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/girl-car_1157-6513.jpg", imageAlt: "Professional drive" }, -- 2.49.1