diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e2648f..e671df2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,29 +2,29 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee, Heart, Scissors } from "lucide-react"; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Scissors, Coffee, Heart } from "lucide-react"; export default function LandingPage() { return (
@@ -150,7 +149,7 @@ export default function LandingPage() { logoText="Nordnes Frisør" columns={[ { title: "Navigasjon", items: [{ label: "Hjem", href: "#hero" }, { label: "Behandlinger", href: "#pricing" }, { label: "Kontakt", href: "#contact" }] }, - { title: "Åpningstider", items: [{ label: "Man-Fre: 10-18", href: "#" }, { label: "Lør: 10-17", href: "#" }, { label: "Søn: Stengt", href: "#" }] }, + { title: "Åpningstider", items: [{ label: "Man-Fre: 10-18", href: "#" }, { label: "Lør: 10-17", href: "#" }, { label: "Søn: Stengt", href: "#" }] } ]} copyrightText="© Nordnes Frisør 2026" /> @@ -158,4 +157,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +}