diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e8ea54..023acb0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,13 @@ export default function LandingPage() {
@@ -53,117 +44,32 @@ export default function LandingPage() {
@@ -175,24 +81,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "High Fidelity Audio",
- description: "Crystal clear sound quality for audiophiles.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13940.jpg",
- imageAlt: "HiFi Sound",
- },
- {
- title: "Smart Playlists",
- description: "Curated selections based on your unique taste.",
- imageSrc: "http://img.b2bpic.net/free-photo/music-background-with-headphones-female-hands-recorder-laptop-guitar_169016-16392.jpg",
- imageAlt: "Smart Play",
- },
- {
- title: "Offline Mode",
- description: "Take your music anywhere without connection.",
- imageSrc: "http://img.b2bpic.net/free-photo/upload-icon-front-side_187299-45737.jpg",
- imageAlt: "Offline",
- },
+ { title: "High Fidelity Audio", description: "Crystal clear sound quality for audiophiles.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13940.jpg", imageAlt: "HiFi Sound" },
+ { title: "Smart Playlists", description: "Curated selections based on your unique taste.", imageSrc: "http://img.b2bpic.net/free-photo/music-background-with-headphones-female-hands-recorder-laptop-guitar_169016-16392.jpg", imageAlt: "Smart Play" },
+ { title: "Offline Mode", description: "Take your music anywhere without connection.", imageSrc: "http://img.b2bpic.net/free-photo/upload-icon-front-side_187299-45737.jpg", imageAlt: "Offline" }
]}
title="Your Music, Reimagined"
description="Advanced features for professional-grade listening."
@@ -201,52 +92,14 @@ export default function LandingPage() {