Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:17:11 +00:00
parent fb5c4b1497
commit 9371795214

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
description="Your premier destination for the latest in global news, lifestyle trends, and curated editorial content. Urmi News brings the world to your fingertips."
buttons={[
{
text: "Browse Issues", href: "#products"},
text: "Start Reading Today", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-with-book_1157-5449.jpg?_wi=1"
imageAlt="Digital magazine collection"
@@ -236,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}