diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fa1ef20..ce54ee2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'Johnny’s Diner | Classic Comfort Food in Casselberry', description: 'Welcome to Johnny’s Diner, your local spot for hearty breakfasts, classic lunches, and friendly service in the heart of Casselberry, FL.', openGraph: { title: "Johnny's Diner | Casselberry's Favorite Breakfast & Lunch", description: "Experience the best classic American diner in Casselberry. Fresh ingredients, friendly service, and generous portions.", type: "restaurant" } }; +export const metadata: Metadata = { title: 'Welcome to Webild', description: 'Premium digital solutions for your business.', openGraph: { title: "Johnny's Diner | Casselberry's Favorite Breakfast & Lunch", description: "Experience the best classic American diner in Casselberry. Fresh ingredients, friendly service, and generous portions.", type: "restaurant" } }; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b1c853..5cbd408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,5 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +'use client'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; @@ -11,179 +10,97 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Coffee, Utensils, Star, MapPin } from 'lucide-react'; +import { Github, Twitter, Linkedin } from 'lucide-react'; -export default function LandingPage() { +export default function Page() { return ( - + -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file