Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,6 +26,7 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
|
||||
@@ -25,6 +25,7 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -39,7 +40,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary that drives your business forward."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "mailto:hello@dialedweb.com" },
|
||||
|
||||
@@ -15,20 +15,22 @@ export const metadata: Metadata = {
|
||||
title: "Dialedweb - Premium Software & Web Development", description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.", keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
|
||||
metadataBase: new URL("https://dialedweb.com"),
|
||||
alternates: {
|
||||
canonical: "https://dialedweb.com"},
|
||||
canonical: "https://dialedweb.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.", siteName: "Dialedweb", type: "website", url: "https://dialedweb.com", images: [
|
||||
{
|
||||
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"},
|
||||
],
|
||||
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"],
|
||||
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -30,6 +30,7 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -44,7 +45,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
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."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
kpis={[
|
||||
{ value: "150+", label: "Projects Delivered" },
|
||||
{ value: "8+", label: "Years Excellence" },
|
||||
@@ -157,7 +158,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function ServicesPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -106,7 +107,7 @@ export default function ServicesPage() {
|
||||
<ContactText
|
||||
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user