diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d33383..022bdc2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Scissors, Palette, Zap, Sparkles, Award, Shield } from 'lucide-react';
@@ -33,33 +32,22 @@ export default function LandingPage() {
navItems={[
{ name: "Hem", id: "hero" },
{ name: "Tjänster", id: "services" },
- { name: "Team", id: "team" },
{ name: "Boka", id: "contact" },
]}
- brandName="Atelier Lux"
+ brandName="DKB Salong"
/>
@@ -86,8 +74,6 @@ export default function LandingPage() {
{ title: "Färgning", description: "Skräddarsydda färgnyanser av högsta kvalitet.", imageSrc: "http://img.b2bpic.net/free-photo/comb-skincare-supplies_23-2147710689.jpg", buttonIcon: Palette },
{ title: "Skägg", description: "Klassisk barbering för det perfekta skägget.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313026.jpg", buttonIcon: Zap },
{ title: "Hårvård", description: "Djupverkande behandlingar för maximal lyster.", imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-hair-tools_23-2148352897.jpg", buttonIcon: Sparkles },
- { title: "Brud", description: "Håruppsättningar för din stora dag.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-making-hairstyle-brunette-woman-beauty-salon_176420-4471.jpg?_wi=1", buttonIcon: Award },
- { title: "Herr", description: "Moderna snitt för den kräsne herren.", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", buttonIcon: Shield },
]}
title="Våra Tjänster"
description="Expertis inom hår och välmående för den moderna individen."
@@ -100,47 +86,20 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- { id: "basic", title: "Essential", price: "890 kr", period: "från", features: ["Klippning", "Tvätt", "Styling"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500998.jpg?_wi=2", imageAlt: "luxury dark salon interior" },
- { id: "pro", title: "Populärast", price: "1 490 kr", period: "från", features: ["Klippning", "Färgning", "Behandling", "Extra glans"], button: { text: "Välj denna" }, imageSrc: "http://img.b2bpic.net/free-photo/golden-palm-leaves-background_53876-98350.jpg", imageAlt: "luxury boutique interior salon" },
- { id: "luxury", title: "Brud & Fest", price: "2 200 kr", period: "från", features: ["Konsultation", "Uppsättning", "Make-up bas"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg?_wi=2", imageAlt: "hair styling tools luxury" },
+ { id: "basic", title: "Herrklippning", price: "250 kr", period: "från", features: ["Klippning", "Styling"], button: { text: "Boka" }, imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "luxury salon interior" },
]}
title="Prislista"
- description="Lyx behöver inte kosta en förmögenhet."
- />
-
-
-
-
@@ -163,15 +122,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file