From 8f63fbf6a82271b41aa58833c78d8ae64d33b1f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:38:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02a8d40..511a700 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 0990f89032c4ed5a8ed4482a9b384f8784961b54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:38:46 +0000 Subject: [PATCH 2/2] 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 +} -- 2.49.1