3 Commits

Author SHA1 Message Date
26b7b94f02 Update src/app/page.tsx 2026-03-05 09:02:40 +00:00
c9bb6fd2d6 Update src/app/layout.tsx 2026-03-05 09:02:39 +00:00
aa988a288b Merge version_1 into main
Merge version_1 into main
2026-03-05 09:00:25 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}