From cbd7b736ce55770b976c53fe61c51298e8c76e69 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:59:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6193222..401e1df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: 'Ink Frames Studio', - description: 'Professional video production and post-production services', + title: 'Anthony Riga - Freelance Video Editor', + description: 'Professional video editing and post-production services by Anthony Riga', }; export default function RootLayout({ -- 2.49.1 From 413cdedda4395c70e608f2e941db52a1bbe9feb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:59:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 96 ++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1289eb..6e22935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,22 +39,22 @@ export default function LandingPage() { button={{ text: "Start a Project", href: "contact" }} - brandName="Ink Frames Studio" + brandName="Anthony Riga" />
@@ -62,15 +62,15 @@ export default function LandingPage() {
@@ -123,27 +123,27 @@ export default function LandingPage() {
@@ -151,15 +151,15 @@ export default function LandingPage() {
@@ -169,20 +169,20 @@ export default function LandingPage() { @@ -190,12 +190,12 @@ export default function LandingPage() {
-- 2.49.1