diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c9db989..c66f79c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'ALEX Goldankauf Aschaffenburg | Seriös & Fair', + description: 'Ihr lokaler Experte für Goldankauf in Aschaffenburg. Transparente Bewertung von Schmuck, Zahngold und Edelmetallen zum aktuellen Tagespreis.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dffdc5..2a329d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,275 +1,107 @@ -"use client"; +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import { Shield } from 'lucide-react'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Shield } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +const navItems = [ + { name: "Home", id: "/" }, +]; + +export default function Page() { return ( - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file