Compare commits
7 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dadb81bf0e | |||
| 0532a34d85 | |||
| 8c8b6173ab | |||
| cba8e7994f | |||
| f87410d35a | |||
| 6a9fc4f97c | |||
| 7a08606680 |
@@ -28,7 +28,16 @@ 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 +56,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={[
|
||||||
{
|
{
|
||||||
@@ -240,4 +249,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user