8 Commits

Author SHA1 Message Date
609983b09e Update src/app/page.tsx 2026-05-12 21:23:07 +00:00
5d38ec856f Merge version_3 into main
Merge version_3 into main
2026-05-12 21:22:20 +00:00
63f4dc832e Update src/app/page.tsx 2026-05-12 21:22:17 +00:00
6e432d380f Merge version_2 into main
Merge version_2 into main
2026-05-12 21:17:17 +00:00
9371795214 Update src/app/page.tsx 2026-05-12 21:17:11 +00:00
fb5c4b1497 Merge version_1 into main
Merge version_1 into main
2026-05-12 21:16:07 +00:00
ccec9f05d2 Merge version_1 into main
Merge version_1 into main
2026-05-12 21:15:43 +00:00
eebd85e86e Merge version_1 into main
Merge version_1 into main
2026-05-12 21:15:15 +00:00

View File

@@ -47,11 +47,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Stay Informed, Stay Inspired."
title="Trusted Global Insights Delivered Daily"
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"
@@ -152,7 +152,7 @@ export default function LandingPage() {
],
},
{
id: "pro", name: "Premium", price: "$19/mo", features: [
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"],
buttons: [
{
@@ -236,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}