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" },