Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3ba7b573b | |||
| e2866c3d76 | |||
| baa19aaad7 | |||
| 0e11fa4ea2 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -116,10 +116,10 @@ export default function LandingPage() {
|
|||||||
tagIcon={Trophy}
|
tagIcon={Trophy}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: Award, title: "Recognition", value: "15+" },
|
{ id: "1", icon: Award, title: "Awards & Recognition", value: "15+" },
|
||||||
{ id: "2", icon: Target, title: "Goals Met", value: "40+" },
|
{ id: "2", icon: Target, title: "Goals Met", value: "40+" },
|
||||||
{ id: "3", icon: Star, title: "Adventures", value: "50+" },
|
{ id: "3", icon: Star, title: "Adventures", value: "50+" },
|
||||||
{ id: "4", icon: Heart, title: "Lives Touched", value: "100+" }
|
{ id: "4", icon: Heart, title: "People Impacted", value: "100+" }
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Send Message", href: "mailto:hello@myemail.com" },
|
{ text: "Send Message", href: "mailto:hello@myemail.com" },
|
||||||
{ text: "Connect on Social", href: "#" }
|
{ text: "Follow My Updates", href: "#" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -226,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user