Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 10:09:57 +00:00

View File

@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Palette, Scissors } from "lucide-react";
export default function LandingPage() {
export default function TjänsterPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -26,22 +26,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Start",
id: "/",
},
{
name: "Tjänster",
id: "/tjänster",
},
{
name: "Pink Store",
id: "/pink-store",
},
{
name: "Om oss",
id: "/om-oss",
},
{ name: "Start", id: "/" },
{ name: "Tjänster", id: "/tjänster" },
{ name: "Pink Store", id: "/pink-store" },
{ name: "Om oss", id: "/om-oss" },
]}
brandName="Söderlings"
/>
@@ -54,54 +42,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Klippning",
description: "Från snagg till avancerad långhårsklippning.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=3",
id: "f1", title: "Klippning", description: "Från snagg till avancerad långhårsklippning.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg", imageAlt: "luxury salon dark interior golden details"
},
items: [
{
icon: Scissors,
text: "Herrklippning",
},
{
icon: Scissors,
text: "Damklippning",
},
{
icon: Scissors,
text: "Ungdomsklippning",
},
{ icon: Scissors, text: "Herrklippning" },
{ icon: Scissors, text: "Damklippning" },
{ icon: Scissors, text: "Ungdomsklippning" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg?_wi=3",
imageAlt: "luxury salon dark interior golden details",
reverse: false
},
{
id: "f2",
title: "Färg & Styling",
description: "Allt från balayage till permanent.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=2",
id: "f2", title: "Färg & Styling", description: "Allt från balayage till permanent.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg", imageAlt: "professional haircut salon tools"
},
items: [
{
icon: Palette,
text: "Slingor & Balayage",
},
{
icon: Palette,
text: "Färgbehandlingar",
},
{
icon: Palette,
text: "Styling & Fön",
},
{ icon: Palette, text: "Slingor & Balayage" },
{ icon: Palette, text: "Färgbehandlingar" },
{ icon: Palette, text: "Styling & Fön" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=4",
imageAlt: "professional haircut salon tools",
reverse: true
},
]}
title="Våra Tjänster"
@@ -119,47 +79,27 @@ export default function LandingPage() {
description="Vi kombinerar modern teknik med gediget hantverk."
features={[
{
title: "Precision",
description: "Varje klippning utförs med högsta precision för en hållbar look.",
imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=5",
},
title: "Precision", description: "Varje klippning utförs med högsta precision för en hållbar look.", imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg"},
{
title: "Kreativitet",
description: "Våra stylister älskar att experimentera med färg och form.",
imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=3",
},
title: "Kreativitet", description: "Våra stylister älskar att experimentera med färg och form.", imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg"
columns={[
{
title: "Söderlings",
items: [
{
label: "Vällingbyplan 3",
href: "#",
},
{
label: "08-87 06 05",
href: "tel:08870605",
},
title: "Söderlings", items: [
{ label: "Vällingbyplan 3", href: "#" },
{ label: "08-87 06 05", href: "tel:08870605" },
],
},
{
title: "Länkar",
items: [
{
label: "Start",
href: "/",
},
{
label: "Boka tid",
href: "https://www.bokadirekt.se/places/sderlings-pinkstore-8591",
},
title: "Länkar", items: [
{ label: "Start", href: "/" },
{ label: "Boka tid", href: "https://www.bokadirekt.se/places/sderlings-pinkstore-8591" },
],
},
]}