5 Commits

Author SHA1 Message Date
d365a14a3e Update src/app/page.tsx 2026-04-30 22:21:40 +00:00
d074740392 Switch to version 2: modified src/app/styles/variables.css 2026-04-30 22:11:51 +00:00
231630918c Merge version_3 into main
Merge version_3 into main
2026-04-30 20:50:34 +00:00
7c530ddb13 Update src/app/styles/variables.css 2026-04-30 20:50:31 +00:00
a1adb91942 Merge version_2 into main
Merge version_2 into main
2026-04-30 20:44:08 +00:00

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
tag="Get In Touch" tag="Get In Touch"
buttons={[ buttons={[
{ text: "Email Us", href: "mailto:contact@agency.com" }, { text: "Email Us", href: "mailto:contact@agency.com" },
{ text: "Chat on WhatsApp", href: "https://wa.me/15551234567" } { text: "Chat on WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -111,7 +111,7 @@ export default function LandingPage() {
logoText="Agency" logoText="Agency"
columns={[ columns={[
{ title: "Agency", items: [{ label: "Home", href: "#" }, { label: "Portfolio", href: "#portfolio" }] }, { title: "Agency", items: [{ label: "Home", href: "#" }, { label: "Portfolio", href: "#portfolio" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://wa.me/15551234567" }] } { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" }] }
]} ]}
/> />
</div> </div>