diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30f7e54..7a38d6d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Libre_Baskerville, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'L.B.\'s Family Restaurant | Thompson, CT', - description: 'Authentic, family-owned dining in Thompson, CT. Serving breakfast, lunch, and dinner with a side of community pride.', + title: 'Innovation Driven Website', + description: 'Explore our signature products and expert services.', openGraph: { "title": "L.B.'s Family Restaurant | Where Every Table Feels Like Home", "description": "Thompson's staple diner since day one. Quality food, hearty portions, and community spirit.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f556d0..86b134b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,166 +1,58 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from "next/link"; -export default function LandingPage() { +export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - - - -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- - -
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
); } \ No newline at end of file