9 Commits

Author SHA1 Message Date
dadb81bf0e Update src/app/page.tsx 2026-05-12 21:33:41 +00:00
0532a34d85 Update src/app/page.tsx 2026-05-12 21:33:09 +00:00
8c8b6173ab Merge version_9 into main
Merge version_9 into main
2026-05-12 21:31:01 +00:00
cba8e7994f Update src/app/page.tsx 2026-05-12 21:30:58 +00:00
f87410d35a Merge version_8 into main
Merge version_8 into main
2026-05-12 21:30:18 +00:00
6a9fc4f97c Update src/app/page.tsx 2026-05-12 21:30:15 +00:00
7a08606680 Merge version_7 into main
Merge version_7 into main
2026-05-12 21:27:47 +00:00
a3b6559268 Update src/app/page.tsx 2026-05-12 21:27:44 +00:00
f8ebf04ae7 Merge version_6 into main
Merge version_6 into main
2026-05-12 21:24:27 +00:00

View File

@@ -28,7 +28,16 @@ export default function LandingPage() {
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<ReactLenis
root
options={{
lerp: 0.1,
duration: 1.5,
smoothWheel: true,
wheelMultiplier: 1,
gestureOrientation: "vertical", infinite: false
}}
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
@@ -47,7 +56,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Stay Informed, Stay Inspired."
title="Elevate Your Daily Reading Experience"
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={[
{
@@ -153,7 +162,7 @@ export default function LandingPage() {
},
{
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"],
"Ad-Free Experience", "Weekly Digital Issue", "Archive Access"],
buttons: [
{
text: "Subscribe", href: "#"},
@@ -240,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}