27 Commits

Author SHA1 Message Date
d442b15141 Switch to version 11: modified src/app/page.tsx 2026-05-12 21:36:26 +00:00
76327b121c Switch to version 10: modified src/app/page.tsx 2026-05-12 21:36:22 +00:00
72a153271f Merge version_11 into main
Merge version_11 into main
2026-05-12 21:35:29 +00:00
1bce5f9677 Update src/app/page.tsx 2026-05-12 21:35:26 +00:00
d84dc462f5 Merge version_10 into main
Merge version_10 into main
2026-05-12 21:33:47 +00:00
dadb81bf0e Update src/app/page.tsx 2026-05-12 21:33:41 +00:00
945052616e Merge version_10 into main
Merge version_10 into main
2026-05-12 21:33:12 +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
48e534a37a Update src/app/page.tsx 2026-05-12 21:24:21 +00:00
ea0de7595f Merge version_5 into main
Merge version_5 into main
2026-05-12 21:23:17 +00:00
b26f880c59 Merge version_4 into main
Merge version_4 into main
2026-05-12 21:23:13 +00:00
c98509d76f Update src/app/page.tsx 2026-05-12 21:23:11 +00:00
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

@@ -28,7 +28,17 @@ 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,11 +57,11 @@ 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={[
{
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,8 +162,8 @@ export default function LandingPage() {
],
},
{
id: "pro", name: "Premium", price: "$19/mo", features: [
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"],
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
"Ad-Free Experience", "Weekly Digital Issue", "Archive Access"],
buttons: [
{
text: "Subscribe", href: "#"},
@@ -204,6 +214,10 @@ export default function LandingPage() {
id: "q2", title: "Can I cancel anytime?", content: "Yes, our flexible plans allow cancellation at any time."},
{
id: "q3", title: "Do you offer bulk discounts?", content: "Yes, for organizations of 10+ members."},
{
id: "q4", title: "Which payment methods do you accept?", content: "We securely accept major credit cards, PayPal, and Apple Pay."},
{
id: "q5", title: "Is there a trial period available?", content: "Yes, all new annual subscribers receive a 14-day free trial to explore our full library."},
]}
title="Frequently Asked"
description="Quick answers to help you get the most out of your subscription."
@@ -236,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}