Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b0e8d5cf3 | |||
| 304b43c469 |
@@ -70,9 +70,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Bóka tíma", href: "#booking"},
|
text: "Bóka tíma", onClick: () => document.getElementById('booking')?.scrollIntoView({ behavior: 'smooth' })},
|
||||||
{
|
{
|
||||||
text: "Sjá verðskrá", href: "#plans"},
|
text: "Sjá verðskrá", onClick: () => document.getElementById('plans')?.scrollIntoView({ behavior: 'smooth' })},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg"
|
||||||
imageAlt="Luxury Car"
|
imageAlt="Luxury Car"
|
||||||
@@ -243,4 +243,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user