Compare commits
21 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dadb81bf0e | |||
| 0532a34d85 | |||
| 8c8b6173ab | |||
| cba8e7994f | |||
| f87410d35a | |||
| 6a9fc4f97c | |||
| 7a08606680 | |||
| a3b6559268 | |||
| f8ebf04ae7 | |||
| 48e534a37a | |||
| ea0de7595f | |||
| b26f880c59 | |||
| c98509d76f | |||
| 609983b09e | |||
| 5d38ec856f | |||
| 63f4dc832e | |||
| 6e432d380f | |||
| 9371795214 | |||
| fb5c4b1497 | |||
| ccec9f05d2 | |||
| eebd85e86e |
@@ -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,11 +56,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 +161,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 +213,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."
|
||||
|
||||
Reference in New Issue
Block a user