Compare commits
8 Commits
version_6
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cb8a54c7b | |||
| 2f6e112ee0 | |||
| 18d8236cb9 | |||
| 43f6f0da02 | |||
| 3637a26c05 | |||
| e9f05f35e0 | |||
| d06f62533b | |||
| 30e4ad0bd8 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Besøg os", id: "contact"},
|
||||
]}
|
||||
brandName="City Salon"
|
||||
brandName="CITY SALON"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
description="Du er ikke bare en kunde – du bliver husket. Kom ind, når det passer dig, og få den samme perfekte klipning, som får vores kunder til at vende tilbage år efter år."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-phone-park_23-2148018595.jpg", alt: "Kunde"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1E0t8mxuGpZ0qBVz2J2MtoVjT/uploaded-1775576014142-ojh1v030.png", alt: "Kunde"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lady-summer-cafe-woman-sitting-table-famale-with-cute-dog_1157-41816.jpg", alt: "Kunde"},
|
||||
{
|
||||
@@ -68,6 +68,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1E0t8mxuGpZ0qBVz2J2MtoVjT/uploaded-1775576014142-ojh1v030.png", alt: "Primary Barber"
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Walk-ins velkomne", icon: Clock,
|
||||
},
|
||||
@@ -84,6 +88,7 @@ export default function LandingPage() {
|
||||
type: "text-icon", text: "Moderne studie", icon: Star,
|
||||
},
|
||||
]}
|
||||
marqueeClassName="scale-150"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,7 +185,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/frisoer.citysalon.herning?fbclid=IwY2xjawRCAklleHRuA2FlbQIxMABicmlkETFLRmM2QnJadE9pMW5zUDVVc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHgZgmYcfYol4947-d1bG25MSA2PNmbH6JJS94ahoCVnWSzesWyzegTvtJjzi_aem_jAMcC-9yHvPciNKLmtvSZw" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/cityhair.salon/" }
|
||||
]
|
||||
},
|
||||
@@ -196,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user