Update src/app/page.tsx
This commit is contained in:
@@ -30,6 +30,7 @@ export default function HomePage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Dialedweb"
|
brandName="Dialedweb"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
@@ -44,7 +45,7 @@ export default function HomePage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Premium Software & Web Development for Visionary Brands"
|
title="Premium Software & Web Development for Visionary Brands"
|
||||||
description="Transform your digital presence with bespoke software solutions and cutting-edge web experiences. Based in California, we craft premium digital products that drive growth and inspire."
|
description="Transform your digital presence with bespoke software solutions and cutting-edge web experiences. Based in California, we craft premium digital products that drive growth and inspire."
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "aurora" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "150+", label: "Projects Delivered" },
|
{ value: "150+", label: "Projects Delivered" },
|
||||||
{ value: "8+", label: "Years Excellence" },
|
{ value: "8+", label: "Years Excellence" },
|
||||||
@@ -157,7 +158,7 @@ export default function HomePage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
|
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "aurora" }}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "/contact" },
|
{ text: "Start Your Project", href: "/contact" },
|
||||||
|
|||||||
Reference in New Issue
Block a user