From 5d022c1da4d28df99ff48f80f712e1579b4a78c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:27:10 +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 ca2781b..9b141ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import "./styles/variables.css"; import "./globals.css"; export const metadata: Metadata = { - title: "Quick Creatives - Agency-Quality Ad Creatives in 48 Hours", description: "Get stunning video ads, static creatives, and full-funnel packs delivered in 48 hours. Perfect for agencies, brands, and creators." + title: "Efficient Ads - Agency-Quality Ad Creatives in 48 Hours", description: "Get stunning video ads, static creatives, and full-funnel packs delivered in 48 hours. Perfect for agencies, brands, and creators." }; export default function RootLayout({ @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 92b0b4b5775547853fb40335a1c481cbe3777ee6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:27:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d653913..9b9a78d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { > @@ -90,7 +90,7 @@ export default function LandingPage() {
@@ -308,7 +308,7 @@ export default function LandingPage() {
@@ -404,10 +404,10 @@ export default function LandingPage() { ] } ]} - copyrightText="© 2025 Quick Creatives. All rights reserved." + copyrightText="© 2025 Efficient Ads. All rights reserved." ariaLabel="Footer navigation and company information" /> ); -} \ No newline at end of file +} -- 2.49.1