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 +} 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 +}