3 Commits

Author SHA1 Message Date
f4940e8015 Merge version_4 into main
Merge version_4 into main
2026-04-26 14:05:33 +00:00
4bf90639fd Update src/app/page.tsx 2026-04-26 14:05:27 +00:00
b7058f5cbf Merge version_3 into main
Merge version_3 into main
2026-04-26 14:04:41 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
title="Rent a Car in Tirana Fast, Easy & Affordable"
title="Rent a Car in Tirana No Hidden Fees"
description="Your journey starts with Rental Lapraka. Explore Albania with the most reliable vehicles at the best rates."
testimonials={[]}
buttons={[{ text: "Book Your Car Now", href: "#contact" }]}
@@ -141,4 +141,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}