Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d442b15141 | |||
| 76327b121c | |||
| 72a153271f | |||
| 1bce5f9677 | |||
| d84dc462f5 | |||
| dadb81bf0e | |||
| 945052616e | |||
| 0532a34d85 | |||
| 8c8b6173ab | |||
| cba8e7994f | |||
| f87410d35a | |||
| 6a9fc4f97c | |||
| 7a08606680 | |||
| a3b6559268 | |||
| f8ebf04ae7 |
@@ -28,7 +28,17 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="light"
|
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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -47,7 +57,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<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."
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -153,7 +163,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
|
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: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Subscribe", href: "#"},
|
text: "Subscribe", href: "#"},
|
||||||
|
|||||||
Reference in New Issue
Block a user