From 388971e9ea6879423477effec6084a884d697a4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:56:12 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c2b2f0..ca2781b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,8 @@ 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: "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." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 0f18b0fd5a5665d63a21244ad5c98bc4d8d7db37 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:56:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c2863f..d653913 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Claim Free Creatives Now", href: "#free-offer" + text: "Get My 3 Free Creatives", href: "#free-offer" }} animateOnLoad={true} /> @@ -47,7 +47,7 @@ export default function LandingPage() {
@@ -371,7 +371,7 @@ export default function LandingPage() { background={{ variant: "downward-rays-static-grid" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" - buttonText="Claim Your Free Creatives" + buttonText="Get My 3 Free Creatives" termsText="By claiming your free creatives, you're confirming that you agree with our Terms and Conditions. 30-day money-back guarantee on paid plans. Cancel anytime, no questions asked." ariaLabel="Contact form and creative offer signup" /> @@ -410,4 +410,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file