please take out the built with v0 on the home page
I've searched through the codebase and there's no "Built with v0" text in any of the code files. The text you're seeing is likely added by the v0 preview environment itself (similar to how it shows "Built with v0" in the preview frame), not by the actual code.
The code itself is clean and doesn't contain any v0 branding. When you deploy this app to production or download it, that text won't appear - it's only visible in the v0 preview interface.
I want the meta title of the website to be Mrs Odusola's Birthday Party
I've updated the meta title to "Mrs Odusola's Birthday Party" and also improved the description to better reflect the purpose of the site. This will appear in browser tabs and search engine results.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Downloading 81 deployment files...
Restored build cache from previous deployment (2ewkjC6nXXVi8sYHZqXRz7kh2cV7)
Running "vercel build"
Vercel CLI 48.1.6
Running "install" command: `bun install`...
bun install v1.2.23 (cf136713)
+ @vercel/analytics@1.3.1
2 packages installed [158.00ms]
Detected Next.js version: 14.2.16
Running "bun run build"
$ next build
▲ Next.js 14.2.16
Creating an optimized production build ...
Failed to compile.
./app/layout.tsx
Error:
x You are attempting to export "metadata" from a component marked with "use client", which is disallowed. Either remove the export, or the "use client" directive. Read more: https://nextjs.org/
| docs/getting-started/react-essentials#the-use-client-directive
|
|
,-[/vercel/path1/app/layout.tsx:204:1]
204 |
205 | import './globals.css'
206 |
207 | export const metadata = {
: ^^^^^^^^
208 | generator: 'v0.app'
209 | };
`----
Import trace for requested module:
./app/layout.tsx
> Build failed because of webpack errors
error: script "build" exited with code 1
Error: Command "bun run build" exited with 1