3 Commits

Author SHA1 Message Date
0990f89032 Update src/app/page.tsx 2026-03-03 09:38:46 +00:00
8f63fbf6a8 Update src/app/layout.tsx 2026-03-03 09:38:45 +00:00
01f784b9cf Merge version_1 into main
Merge version_1 into main
2026-03-03 09:34:27 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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" }
]}
/>
</div>
@@ -237,4 +238,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}