Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-04 15:41:20 +00:00
3 changed files with 7 additions and 8 deletions

View File

@@ -24,10 +24,10 @@ export default function ContactPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Portfolio", href: "/portfolio" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -41,8 +41,7 @@ export default function ContactPage() {
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
useInvertedBackground={false}
/>
<FooterBase
/> <FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[

View File

@@ -33,10 +33,10 @@ export default function WebAgency2Page() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Portfolio", href: "/portfolio" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>

View File

@@ -26,10 +26,10 @@ export default function PortfolioPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Portfolio", href: "/portfolio" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>