Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e42b3e02d | |||
| 528addd6c7 | |||
| 0f489f35fe |
@@ -65,7 +65,10 @@ export default function LandingPage() {
|
|||||||
description="Klipptider skrapar Bokadirekt åt dig och visar lediga tider från de bästa salongerna i Kungsbacka. Filtrera på datum och salong, klicka och boka direkt!"
|
description="Klipptider skrapar Bokadirekt åt dig och visar lediga tider från de bästa salongerna i Kungsbacka. Filtrera på datum och salong, klicka och boka direkt!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hitta din tid nu", href: "#features"},
|
text: "Hitta din tid nu", onClick: () => {
|
||||||
|
document.getElementById("features")?.scrollIntoView({ behavior: "smooth" });
|
||||||
|
},
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/filling-beer-glass_23-2148111236.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/filling-beer-glass_23-2148111236.jpg"
|
||||||
imageAlt="A screenshot of the Klipptider web app dashboard showing available hair salon appointments filtered by date and salon."
|
imageAlt="A screenshot of the Klipptider web app dashboard showing available hair salon appointments filtered by date and salon."
|
||||||
@@ -277,4 +280,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user