diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d8931bd..e305628 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Fredoka_One, Quicksand } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Happy Birthday Ruoooo!', + description: 'A very special birthday celebration for Ruoooo.', }; const fredokaOne = Fredoka_One({ variable: "--font-fredoka", subsets: ["latin"], weight: ["400"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 43e3200..fa923ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LandingPage() { brandName="For Ruoooo" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "ready" }, + { name: "Ready", id: "ready" }, { name: "Reasons", id: "reasons" }, { name: "Secret", id: "password" }, { name: "Final", id: "final" }