Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 849cfef128 | |||
| 72d0c7a122 | |||
| 0e38c53bd5 | |||
| 5b1375c254 | |||
| 353bdab3b8 |
@@ -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"
|
||||
@@ -186,9 +186,9 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics" className="relative bg-opacity-50">
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{ id: "conversion", value: "62%", description: "Average Conversion Lift" },
|
||||
{ id: "projects", value: "850+", description: "Projects Delivered" },
|
||||
{ id: "clients", value: "620+", description: "Happy Clients" },
|
||||
{ id: "conversion", value: "62%", description: "Average Conversion Lift" }
|
||||
{ id: "clients", value: "620+", description: "Happy Clients" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -305,4 +305,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user