Skip to content

Commit d3d09e7

Browse files
Update site info for publish
Edited UI in Lovable Co-authored-by: ghostcodedynamics <295822717+ghostcodedynamics@users.noreply.github.com>
1 parent b8dc329 commit d3d09e7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/routes/__root.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,24 @@ export const Route = createRootRouteWithContext<{ queryClient: QueryClient }>()(
9797
{ name: "theme-color", content: "#0a0a12" },
9898
{ property: "og:site_name", content: "GhostCode Dynamics" },
9999
{ property: "og:type", content: "website" },
100-
{ property: "og:title", content: "GhostCode Dynamics" },
100+
{ property: "og:title", content: "GhostCode Dynamics — Building Digital Solutions" },
101101
{
102102
property: "og:description",
103103
content:
104104
"Building digital solutions for businesses while empowering the next generation of tech professionals.",
105105
},
106106
{ name: "twitter:card", content: "summary_large_image" },
107-
{ name: "twitter:title", content: "GhostCode Dynamics" },
107+
{ name: "twitter:title", content: "GhostCode Dynamics — Building Digital Solutions" },
108108
{
109109
name: "twitter:description",
110110
content:
111111
"Building digital solutions for businesses while empowering the next generation of tech professionals.",
112112
},
113+
{ name: "description", content: "A premium, founder-led startup website for GhostCode Dynamics, showcasing digital solutions and tech professional empowerment." },
114+
{ property: "og:description", content: "A premium, founder-led startup website for GhostCode Dynamics, showcasing digital solutions and tech professional empowerment." },
115+
{ name: "twitter:description", content: "A premium, founder-led startup website for GhostCode Dynamics, showcasing digital solutions and tech professional empowerment." },
116+
{ property: "og:image", content: "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/610c102a-5c96-4c32-a1f9-0ca1b3a40bc9/id-preview-b8dc329d--cbf17d2f-00eb-490b-8690-50cc48660676.lovable.app-1782138778412.png" },
117+
{ name: "twitter:image", content: "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/610c102a-5c96-4c32-a1f9-0ca1b3a40bc9/id-preview-b8dc329d--cbf17d2f-00eb-490b-8690-50cc48660676.lovable.app-1782138778412.png" },
113118
],
114119
links: [
115120
{ rel: "stylesheet", href: appCss },

0 commit comments

Comments
 (0)