2 Commits

Author SHA1 Message Date
f53ce4094c Update src/app/page.tsx 2026-05-22 01:09:02 +00:00
0b436c0194 Merge version_1 into main
Merge version_1 into main
2026-05-22 01:06:47 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
description="Premium gift cards, gaming top-ups, and digital services delivered fast in Tunisia." description="Premium gift cards, gaming top-ups, and digital services delivered fast in Tunisia."
buttons={[ buttons={[
{ {
text: "Shop Now", href: "#products"}, text: "View All Trending Deals", href: "#products"},
{ {
text: "Explore Deals", href: "#deals"}, text: "Explore Deals", href: "#deals"},
]} ]}
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }