Compare commits
9 Commits
version_6
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dadb81bf0e | |||
| 0532a34d85 | |||
| 8c8b6173ab | |||
| cba8e7994f | |||
| f87410d35a | |||
| 6a9fc4f97c | |||
| 7a08606680 | |||
| a3b6559268 | |||
| f8ebf04ae7 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user