Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c98509d76f | |||
| 5d38ec856f | |||
| 63f4dc832e | |||
| 6e432d380f | |||
| 9371795214 | |||
| fb5c4b1497 | |||
| ccec9f05d2 | |||
| eebd85e86e |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
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,7 +152,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", name: "Premium", price: "$19/mo", features: [
|
||||
id: "pro", name: "Premium", badge: "Popular", price: "$19/mo", features: [
|
||||
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"],
|
||||
buttons: [
|
||||
{
|
||||
@@ -236,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user