diff --git a/src/app/page.tsx b/src/app/page.tsx
index 426c9c4..490103b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,127 +30,54 @@ export default function LandingPage() {
@@ -163,29 +90,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "rap",
- title: "Rap & Trap",
- subtitle: "Top trending beats",
- category: "Rap",
- value: "10k+ Tracks",
- },
+ id: "rap", title: "Russian Rap", subtitle: "Trending urban tracks", category: "Rap", value: "5k+ Tracks"},
{
- id: "hiphop",
- title: "Hip-Hop",
- subtitle: "Golden era classics",
- category: "Hip-Hop",
- value: "8k+ Tracks",
- },
+ id: "pop", title: "Russian Pop", subtitle: "Top chart hits", category: "Pop", value: "7k+ Tracks"},
{
- id: "rock",
- title: "Rock & Indie",
- subtitle: "Classic guitar anthems",
- category: "Rock",
- value: "5k+ Tracks",
- },
+ id: "rock", title: "Russian Rock", subtitle: "Classic anthems", category: "Rock", value: "3k+ Tracks"},
]}
- title="Explore Our Music Categories"
- description="Find exactly what you need with our organized genre library."
+ title="Genre Library"
+ description="Find exactly what you need with our organized Russian artist categories."
/>
@@ -197,44 +109,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Street Dreams",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/light-streak-lines-background_23-2148133163.jpg?_wi=2",
- },
+ id: "1", name: "Yamakasi Remix", price: "Free", imageSrc: "https://img.b2bpic.net/free-photo/vinyl-record-background-selective-focus_469584-34.jpg"},
{
- id: "2",
- name: "Mountain High",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/vinyl-record-background-selective-focus_469584-34.jpg",
- },
+ id: "2", name: "City Nights", price: "Free", imageSrc: "https://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10310.jpg"},
{
- id: "3",
- name: "Neon Beats",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10310.jpg",
- },
+ id: "3", name: "Neon Pulse", price: "Free", imageSrc: "https://img.b2bpic.net/free-photo/kaleidoscopic-green-abstract-magnetic-metallic-shaving-background_23-2148263543.jpg"},
{
- id: "4",
- name: "City Lights",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/kaleidoscopic-green-abstract-magnetic-metallic-shaving-background_23-2148263543.jpg",
- },
- {
- id: "5",
- name: "Deep Space",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/vinyl-records-headphone-wireless-speaker-with-laptop-against-white-background_23-2147924092.jpg",
- },
- {
- id: "6",
- name: "Flow Master",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinyl-record-assortment_23-2149075990.jpg",
- },
+ id: "4", name: "Golden Era", price: "Free", imageSrc: "https://img.b2bpic.net/free-photo/vinyl-records-headphone-wireless-speaker-with-laptop-against-white-background_23-2147924092.jpg"},
]}
- title="Top Downloads"
- description="Listen to the latest tracks trending on FREE MUSIC."
+ title="Hot Tracks"
+ description="Listen to the latest popular tracks in the Russian scene."
/>
@@ -243,16 +127,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "HipHop Hub",
- "Beat Lab",
- "Rock Union",
- "Indie Wave",
- "Rap Empire",
- "Music Haven",
- "Sound Cloud Pro",
- ]}
- title="Trusted by Music Communities"
- description="Join thousands of users who download their favorite tracks daily."
+ "Russian Hit Hub", "Rap Station", "Pop Union", "Rock Wave", "Music Haven", "Sound Cloud CIS"]}
+ title="Trusted by Fans"
+ description="Join thousands of listeners who download their favorite Russian artists daily."
/>
@@ -260,25 +137,22 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file