diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50222be..9f12327 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ import { Playfair_Display, Noto_Serif_TC, Inter, Noto_Sans_TC } from "next/font/ export const metadata: Metadata = { title: 'Home', - description: 'Welcome to our website.', + description: 'Welcome to our website', openGraph: { "title": "Borgo C - Official Restaurant", "description": "Home-style fusion cuisine in Lei King Wan.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 064c0cf..fa19754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,5 @@ -"use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +'use client'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; @@ -9,78 +9,87 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [{ name: 'Home', id: '/' }]; + return ( -
-
-
-
-
-