Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e133af1595 | |||
| 4fed24aa7a | |||
| f04847ef1b | |||
| 96ac8a13fe |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user