Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-03-14 18:16:58 +00:00

View File

@@ -111,9 +111,9 @@ export default function LandingPage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
buttons={[
{ text: "Explore All Services", href: "#contact" }
{ text: "Book Your Design Strategy Call", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonAnimation="blur-reveal"
className="relative"
containerClassName="max-w-7xl mx-auto px-4 py-16 md:py-24"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
@@ -305,4 +305,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}