Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-05-07 12:30:19 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"] });

View File

@@ -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" }