1 Commits

Author SHA1 Message Date
1eb7396411 Update src/app/page.tsx 2026-03-22 04:15:56 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Portfolio", href: "#products" },
{ text: "Discover Our Work", href: "#products" },
{ text: "Get in Touch", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -146,7 +146,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request a Consultation"
buttonText="Get in Touch"
termsText="By connecting you agree to our Terms and Conditions"
mediaPosition="right"
mediaAnimation="slide-up"