Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f3f4c6ddc | |||
| e43df17159 | |||
| ad8980fe96 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="DRIVELUX"
|
logoText="DRIVELUX"
|
||||||
description="Experience the pinnacle of automotive luxury and performance. Discover our exclusive collection of premium vehicles engineered for excellence."
|
description="Discover our exclusive collection of premium vehicles engineered for excellence—reserved for discerning drivers."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Models", href: "#models" },
|
{ text: "Explore Models", href: "#models" },
|
||||||
{ text: "Schedule Tour", href: "#contact" }
|
{ text: "Schedule Tour", href: "#contact" }
|
||||||
@@ -166,4 +166,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user