Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d727d5ae29 | |||
| faebd4d4d7 |
@@ -65,19 +65,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Our Craftsmanship"
|
||||
metrics={[
|
||||
{ icon: Scissors, label: "Years Experience", value: "15+" },
|
||||
{ icon: Users, label: "Happy Clients", value: "10k+" },
|
||||
{ icon: Award, label: "Awards Won", value: "24" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="inline-image"
|
||||
@@ -202,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user