From 0990f89032c4ed5a8ed4482a9b384f8784961b54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:38:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65f8268..b64dffd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Browse All", href: "#collections" } + { text: "Browse All", href: "#collections" }, + { text: "WhatsApp Inquiry", href: "https://wa.me/962XXXXXXXXX" } ]} /> @@ -237,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}