Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-21 02:12:31 +00:00

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
description="Let's discuss how Double O K Designs can bring your brand vision to life. Get in touch with our team today."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Contact Us", href: "mailto:hello@doublookdesigns.com" },
{ text: "Contact Us", href: "mailto:contact@doublookdesigns.com" },
{ text: "Schedule a Call", href: "#" }
]}
buttonAnimation="slide-up"
@@ -176,7 +176,7 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "hello@doublookdesigns.com", href: "mailto:hello@doublookdesigns.com" },
{ label: "contact@doublookdesigns.com", href: "mailto:contact@doublookdesigns.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }
]