2 Commits

Author SHA1 Message Date
9a28a6593b Update src/app/page.tsx 2026-03-03 09:58:22 +00:00
8eff218586 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:50:27 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "Start Your Project", href: "contact" }, { text: "Get Started Free", href: "contact" },
{ text: "View Our Work", href: "portfolio" } { text: "View Our Work", href: "portfolio" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -230,8 +230,8 @@ export default function LandingPage() {
title="Ready to Launch Your Next Browser Extension?" title="Ready to Launch Your Next Browser Extension?"
description="Let's collaborate to bring your browser extension idea to life. Whether you're starting from scratch or looking to enhance an existing extension, our team is ready to help you succeed." description="Let's collaborate to bring your browser extension idea to life. Whether you're starting from scratch or looking to enhance an existing extension, our team is ready to help you succeed."
buttons={[ buttons={[
{ text: "Start Your Project", href: "#" }, { text: "Get In Touch", href: "#" },
{ text: "Get a Free Quote", href: "#" } { text: "Schedule a Consultation", href: "#" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}