Merge version_2 into main #2
@@ -31,18 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Hem", id: "hero"},
|
||||
{
|
||||
name: "Om Oss", id: "about"},
|
||||
{
|
||||
name: "Squash & Gym", id: "features"},
|
||||
{
|
||||
name: "Boka", id: "contact"},
|
||||
{ name: "Hem", id: "hero" },
|
||||
{ name: "Om Oss", id: "about" },
|
||||
{ name: "Squash & Gym", id: "features" },
|
||||
{ name: "Boka", id: "contact" },
|
||||
]}
|
||||
brandName="The Club Malmö"
|
||||
logoSrc="https://img.b2bpic.net/free-photo/minimalist-squash-club-logo.png"
|
||||
logoAlt="The Club Malmö Logo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,12 +47,9 @@ export default function LandingPage() {
|
||||
title="Malmö Squash Club"
|
||||
description="Välkommen till Malmö Squash Club – en klubb med lång och rik historia. Upplev fartfylld squash och träna i vårt gym mitt i Malmö."
|
||||
kpis={[
|
||||
{
|
||||
value: "7", label: "Squashbanor"},
|
||||
{
|
||||
value: "1925", label: "Grundad"},
|
||||
{
|
||||
value: "100%", label: "Rörelseglädje"},
|
||||
{ value: "7", label: "Squashbanor" },
|
||||
{ value: "1925", label: "Grundad" },
|
||||
{ value: "100%", label: "Rörelseglädje" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user