Update src/app/page.tsx

This commit is contained in:
2026-03-04 20:49:27 +00:00
parent 2da84d6a25
commit bb54bef0e7

View File

@@ -104,7 +104,7 @@ export default function LandingPage() {
tagIcon={BookOpen}
tagAnimation="blur-reveal"
buttons={[
{ text: "Buy Now", href: "#" },
{ text: "Get The Magician Now", href: "#" },
{ text: "Read Excerpt", href: "#" },
]}
buttonAnimation="slide-up"
@@ -277,4 +277,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}