4 Commits

Author SHA1 Message Date
e133af1595 Update src/app/page.tsx 2026-03-11 18:16:02 +00:00
4fed24aa7a Merge version_2 into main
Merge version_2 into main
2026-03-11 18:11:53 +00:00
f04847ef1b Update src/app/page.tsx 2026-03-11 18:11:49 +00:00
96ac8a13fe Merge version_1 into main
Merge version_1 into main
2026-03-11 18:10:24 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Premium Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[{ text: "View Our Work", href: "work" }]}
buttons={[{ text: "Start Your Project", href: "work" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-art-deco-golden-pattern_23-2149143781.jpg"
imageAlt="Strategic design composition"
@@ -123,16 +123,16 @@ export default function LandingPage() {
tag="Performance"
metrics={[
{
id: "1", value: "150", title: "brands transformed", description: "Enterprise and mid-market organizations elevated", icon: TrendingUp
id: "1", value: "2.8x", title: "average ROI", description: "Client revenue growth following engagement", icon: Zap
},
{
id: "2", value: "18", title: "years expertise", description: "In brand strategy and premium design execution", icon: Award
id: "2", value: "150", title: "brands transformed", description: "Enterprise and mid-market organizations elevated", icon: TrendingUp
},
{
id: "3", value: "47", title: "design awards", description: "Recognition for strategic excellence and execution", icon: Trophy
id: "3", value: "18", title: "years expertise", description: "In brand strategy and premium design execution", icon: Award
},
{
id: "4", value: "2.8x", title: "average ROI", description: "Client revenue growth following engagement", icon: Zap
id: "4", value: "47", title: "design awards", description: "Recognition for strategic excellence and execution", icon: Trophy
}
]}
gridVariant="uniform-all-items-equal"
@@ -188,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}