Update src/app/page.tsx
This commit is contained in:
@@ -38,6 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Etail"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,6 +99,7 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
animationType="depth-3d"
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Design, Animation, Strategy", icon: Box },
|
||||
|
||||
Reference in New Issue
Block a user