5 Commits

Author SHA1 Message Date
849cfef128 Update src/app/page.tsx 2026-03-14 18:16:53 +00:00
72d0c7a122 Merge version_3 into main
Merge version_3 into main
2026-03-14 18:14:16 +00:00
0e38c53bd5 Update src/app/page.tsx 2026-03-14 18:14:12 +00:00
5b1375c254 Merge version_2 into main
Merge version_2 into main
2026-03-14 18:13:18 +00:00
353bdab3b8 Merge version_2 into main
Merge version_2 into main
2026-03-14 18:12:45 +00:00

View File

@@ -111,9 +111,9 @@ export default function LandingPage() {
tagIcon={CheckCircle} tagIcon={CheckCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Explore All Services", href: "#contact" } { text: "Book Your Design Strategy Call", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="blur-reveal"
className="relative" className="relative"
containerClassName="max-w-7xl mx-auto px-4 py-16 md:py-24" containerClassName="max-w-7xl mx-auto px-4 py-16 md:py-24"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
@@ -186,9 +186,9 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics" className="relative bg-opacity-50"> <div id="metrics" data-section="metrics" className="relative bg-opacity-50">
<MetricCardTwo <MetricCardTwo
metrics={[ metrics={[
{ id: "conversion", value: "62%", description: "Average Conversion Lift" },
{ id: "projects", value: "850+", description: "Projects Delivered" }, { id: "projects", value: "850+", description: "Projects Delivered" },
{ id: "clients", value: "620+", description: "Happy Clients" }, { id: "clients", value: "620+", description: "Happy Clients" }
{ id: "conversion", value: "62%", description: "Average Conversion Lift" }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"