From 9fd590501cc88b1d497b174d82f2c3752bd94770 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:42:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 863ed83..3d61e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,41 +45,26 @@ export default function LandingPage() {
@@ -100,38 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Lossless Audio Quality", - author: "Pro Audio", - description: "Stream in pristine, lossless quality with no compression artifacts.", - tags: [ - "Hi-Fi", - "Lossless", - ], - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14674.jpg", - }, + id: "f1", title: "Lossless Audio Quality", author: "Pro Audio", description: "Stream in pristine, lossless quality with no compression artifacts.", tags: [ + "Hi-Fi", "Lossless"], + imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14674.jpg"}, { - id: "f2", - title: "Offline Playback", - author: "Anywhere", - description: "Download your entire library and listen without using a single byte of data.", - tags: [ - "Offline", - "Download", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg", - }, + id: "f2", title: "Offline Playback", author: "Anywhere", description: "Download your entire library and listen without using a single byte of data.", tags: [ + "Offline", "Download"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg"}, { - id: "f3", - title: "Immersive Soundscape", - author: "Sonic", - description: "Experience spatial audio that wraps around you with full clarity.", - tags: [ - "Spatial", - "3D", - ], - imageSrc: "http://img.b2bpic.net/free-photo/sound-mixer-studio_107420-64847.jpg", - }, + id: "f3", title: "Immersive Soundscape", author: "Sonic", description: "Experience spatial audio that wraps around you with full clarity.", tags: [ + "Spatial", "3D"], + imageSrc: "http://img.b2bpic.net/free-photo/sound-mixer-studio_107420-64847.jpg"}, ]} title="Premium Sound, Premium Features" description="Designed for the true audiophile, our features ensure you hear every note just as the artist intended." @@ -140,42 +96,25 @@ export default function LandingPage() {
@@ -283,29 +185,19 @@ export default function LandingPage() {