Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Fredoka_One, Nunito } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Ruoooo\'s Birthday Surprise',
|
||||
description: 'An interactive, romantic birthday surprise journey for the cutest girl, Ruoooo.',
|
||||
title: 'Ruoooo\'s Birthday Journey',
|
||||
description: 'A surprise journey celebration for Ruoooo.',
|
||||
openGraph: {
|
||||
"title": "Happy Birthday Ruoooo! 💕",
|
||||
"description": "A very special birthday surprise for Ruoooo.",
|
||||
|
||||
@@ -11,7 +11,9 @@ import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" }
|
||||
];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user