diff --git a/src/app/page.tsx b/src/app/page.tsx index 6692647..0d2f3b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="Avis Autovermietung" description="Flexible car rental in Weimar. Modern vehicles, fair prices, and easy booking." buttons={[ - { text: "View Vehicles", href: "#vehicles" }, - { text: "Learn More", href: "#about" } + { text: "Book Now", href: "#contact" }, + { text: "View Vehicles", href: "#vehicles" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }}