Skip to content

Commit f1b48e1

Browse files
committed
feat(app/layout.tsx): update event name and description
1 parent d870e5c commit f1b48e1

1 file changed

Lines changed: 20 additions & 12 deletions

File tree

app/layout.tsx

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import Link from "next/link";
66
import { Toaster } from "@/components/ui/toaster";
77

88
export const metadata = {
9-
title: "Open Web Events | Fostering Open-Source Community",
9+
title: "Open Web Conference | Fostering Open-Source Community",
1010
description:
11-
"Open Web Events brings together enthusiasts, developers, and thought leaders to collaborate and drive the future of open-source technologies.",
11+
"Join us in celebrating open-source innovation and community collaboration at the premier event for open web advocates.",
1212
keywords: [
1313
"open-source",
1414
"web development",
@@ -17,14 +17,14 @@ export const metadata = {
1717
"conference",
1818
],
1919
openGraph: {
20-
title: "Open Web Events | Fostering Open-Source Community",
20+
title: "Open Web Conference | Fostering Open-Source Community",
2121
description:
22-
"Join our vibrant community centered around open-source initiatives and the open web.",
23-
url: "https://www.openwebevents.com",
24-
siteName: "Open Web Events",
22+
"Join us in celebrating open-source innovation and community collaboration at the premier event for open web advocates.",
23+
url: "https://www.openwebconference.com",
24+
siteName: "Open Web Conference",
2525
images: [
2626
{
27-
url: "https://www.openwebevents.com/og-image.jpg",
27+
url: "https://www.openwebconference.com/og-image.jpg",
2828
width: 1200,
2929
height: 630,
3030
},
@@ -34,10 +34,10 @@ export const metadata = {
3434
},
3535
twitter: {
3636
card: "summary_large_image",
37-
title: "Open Web Events | Fostering Open-Source Community",
37+
title: "Open Web Conference | Fostering Open-Source Community",
3838
description:
39-
"Join our vibrant community centered around open-source initiatives and the open web.",
40-
images: ["https://www.openwebevents.com/twitter-image.jpg"],
39+
"Join us in celebrating open-source innovation and community collaboration at the premier event for open web advocates.",
40+
images: ["https://www.openwebconference.com/twitter-image.jpg"],
4141
creator: "@OpenWebEvents",
4242
},
4343
robots: {
@@ -85,8 +85,16 @@ export default function RootLayout({
8585
<footer className="container mx-auto p-4">
8686
<div className="flex flex-col sm:flex-row justify-center items-center gap-2 text-sm text-muted-foreground">
8787
<div>
88-
© {new Date().getFullYear()} Open Web Events. All rights
89-
reserved.
88+
© {new Date().getFullYear()}{" "}
89+
<a
90+
href="https://openwebevents.com"
91+
className="text-primary hover:underline transition-colors"
92+
target="_blank"
93+
rel="noopener noreferrer"
94+
>
95+
Open Web Events
96+
</a>
97+
. All rights reserved.
9098
</div>
9199
<div className="hidden sm:block"></div>
92100
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)