diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 255fe64..c158244 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Christian Friis - Web Designer", description: "Professional web designer creating stunning digital experiences"}; + title: "Christian Friis - Web Designer", description: "Professional web designer creating stunning digital experiences" +}; export default function RootLayout({ children, @@ -1385,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 094d0f4..ba76a06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Briefcase, Zap, Users, TrendingUp, Award, Mail } from 'lucide-react'; +import { Sparkles, Briefcase, Zap, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,7 +29,6 @@ export default function LandingPage() { navItems={[ { name: "Work", id: "portfolio" }, { name: "Services", id: "services" }, - { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} bottomLeftText="Web Designer" @@ -136,37 +133,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
); -} +} \ No newline at end of file