3 Commits

Author SHA1 Message Date
03368c49d0 Merge version_2 into main
Merge version_2 into main
2026-04-05 21:46:08 +00:00
6e5a45416e Update src/app/page.tsx 2026-04-05 21:46:05 +00:00
0b82a6975b Merge version_1 into main
Merge version_1 into main
2026-04-05 21:35:37 +00:00

View File

@@ -165,7 +165,7 @@ export default function LandingPage() {
columns={[ columns={[
{ title: "Agency", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#portfolio" }] }, { title: "Agency", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#portfolio" }] },
{ title: "Services", items: [{ label: "Optimization", href: "#services" }, { label: "Design", href: "#services" }] }, { title: "Services", items: [{ label: "Optimization", href: "#services" }, { label: "Design", href: "#services" }] },
{ title: "Contact", items: [{ label: "Email", href: "mailto:hello@maddix.com" }, { label: "Call Us", href: "tel:+1000000000" }] }, { title: "Contact", items: [{ label: "Email: mathwebdesing@gmail.com", href: "mailto:mathwebdesing@gmail.com" }, { label: "Call: (414) 526 9218", href: "tel:+14145269218" }] },
]} ]}
/> />
</div> </div>