From c9bb6fd2d6a6a2a7587393790c222db1bcc90724 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:02:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db83f4c..b86da94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 26b7b94f02a9748cd08996a372dd9087c35cee30 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:02:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f279c95..f7f613f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,8 +204,8 @@ export default function LandingPage() { title="Have a Custom Idea?" description="Let's bring your sticker vision to life. Our team is ready to help you create something amazing. Get in touch for custom orders, bulk pricing, or any questions." buttons={[ - { text: "Contact Us", href: "#" }, - { text: "Email Support", href: "#" } + { text: "Start Custom Order", href: "#" }, + { text: "Get a Quote", href: "#" } ]} buttonAnimation="blur-reveal" background={{ variant: "animated-grid" }} @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1