Compare commits
18 Commits
version_3
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| b2aeecc407 | |||
| 9cd8933e66 | |||
| 7cb8a54c7b | |||
| 2f6e112ee0 | |||
| 18d8236cb9 | |||
| 43f6f0da02 | |||
| 3637a26c05 | |||
| e9f05f35e0 | |||
| d06f62533b | |||
| 30e4ad0bd8 | |||
| c95676c4dd | |||
| 570562e82e | |||
| 2951a7f0c4 | |||
| 3470147d40 | |||
| 57c797ccfa | |||
| d31023b5db | |||
| 796a5904d7 | |||
| e774d7c99c |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -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"},
|
||||
{
|
||||
@@ -64,10 +64,14 @@ export default function LandingPage() {
|
||||
avatarText="Betroet af vores loyale stamkunder i over 6 år"
|
||||
buttons={[
|
||||
{
|
||||
text: "Kom forbi i dag", href: "https://www.google.com/maps/place/Fris%C3%B8r+i+Herning+%7C+City+Salon/@56.1362696,8.9678637,14z/data=!4m6!3m5!1s0x464bbbe5433dad53:0xcdf148b4e94181cc!8m2!3d56.1363651!4d8.9676575!16s%2Fg%2F11xgh0m52!5m1!1e1?entry=ttu&g_ep=EgoyMDI2MDQwMS4wIKXMDSoASAFQAw%3D%3D"},
|
||||
text: "Find vej til salonen", href: "https://www.google.com/maps/place/Fris%C3%B8r+i+Herning+%7C+City+Salon/@56.1362696,8.9678637,14z/data=!4m6!3m5!1s0x464bbbe5433dad53:0xcdf148b4e94181cc!8m2!3d56.1363651!4d8.9676575!16s%2Fg%2F11xgh0m52!5m1!1e1?entry=ttu&g_ep=EgoyMDI2MDQwMS4wIKXMDSoASAFQAw%3D%3D"},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -174,9 +179,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBase
|
||||
logoText="CITY SALON"
|
||||
copyrightText="© 2025 City Salon | Alle rettigheder forbeholdes"
|
||||
columns={[
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ 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/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "City Salon", href: "#" },
|
||||
{ label: "citysalon2003@outlook.dk", href: "mailto:citysalon2003@outlook.dk" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user