Merge version_2 into main #1

Merged
development merged 8 commits from version_2 into main 2026-01-22 20:43:17 +00:00
Showing only changes of commit db24369cd9 - Show all commits

View File

@@ -23,7 +23,7 @@ export default function ContactPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Webild Studio"
brandName="Dialed Web"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
@@ -39,8 +39,8 @@ export default function ContactPage() {
animationType="background-highlight"
useInvertedBackground="noInvert"
buttons={[
{ text: "Schedule a Call", href: "mailto:hello@webild.studio" },
{ text: "Send us a Message", href: "mailto:hello@webild.studio" }
{ text: "Schedule a Call", href: "mailto:hello@dialedweb.studio" },
{ text: "Send us a Message", href: "mailto:hello@dialedweb.studio" }
]}
/>
</div>
@@ -50,7 +50,7 @@ export default function ContactPage() {
title="Multiple ways to connect with our team. We're here to answer your questions and discuss how we can help achieve your digital goals."
useInvertedBackground="invertDefault"
metrics={[
{ icon: Mail, label: "Email Us", value: "hello@webild.studio" },
{ icon: Mail, label: "Email Us", value: "hello@dialedweb.studio" },
{ icon: Phone, label: "Call Us", value: "+1 (555) 123-4567" },
{ icon: MapPin, label: "Visit Us", value: "San Francisco, CA" },
{ icon: Clock, label: "Response Time", value: "Within 24hrs" }
@@ -72,12 +72,11 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Webild Studio"
copyrightText="© 2025 Webild Studio. All rights reserved."
logoText="Dialed Web"
copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Web Design", href: "/services" },
{ label: "Development", href: "/services" },
{ label: "Strategy", href: "/services" },
@@ -85,16 +84,14 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/work" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Portfolio", href: "/portfolio" },
@@ -102,12 +99,11 @@ export default function ContactPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" }
{ label: "Email", href: "mailto:hello@dialedweb.studio" }
]
}
]}
@@ -115,4 +111,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}