From 3007b7f29be9a5864871701571e7253d96f19699 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:26:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", From 16daf46ddf3fe4894eac20fb95706000133a1151 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:26:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 202 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 155 deletions(-) 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