diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 05e2faa..28be7e2 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: 'Rocky\'s Plumbing | Done Right. Every Time.', - description: 'Trusted, 24/7 professional plumbing services in Tulsa. Quality, craftsmanship, and peace of mind.', + title: 'Webild - Innovative Solutions', + description: 'Modern services for business growth.', openGraph: { "title": "Rocky's Plumbing", "description": "Professional plumbing service with unmatched reliability.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 1769125..c9e3ef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,5 @@ -"use client"; - +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; @@ -9,75 +7,81 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; +import Link from 'next/link'; -export default function LandingPage() { +const navItems = [ + { name: "Home", id: "/" } +]; + +export default function Page() { return ( - - - -
- -
-
- -
-
- -
-
- -
-
- -
- -
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); } \ No newline at end of file