diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8b29bd5..b316e11 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
-import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -29,88 +28,37 @@ export default function LandingPage() {
@@ -120,30 +68,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Zero Ads",
- description: "Enjoy an endless stream of music without ever being interrupted by ads.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQ47bxQvFLfcAcLibR1BAR43D/a-high-quality-3d-render-of-a-modern-sle-1774724575910-abfbbad5.png?_wi=13",
- imageAlt: "A high-quality 3D render of a modern, sleek minimalist music player interface hovering in a clean, b",
- },
- {
- title: "Hi-Res Audio",
- description: "Experience your music exactly as the artists intended in lossless quality.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQ47bxQvFLfcAcLibR1BAR43D/an-icon-representation-of-a-fast-lag-fre-1774724574992-5176b030.png?_wi=1",
- imageAlt: "An icon representation of a fast, lag-free waveform visualization, minimalist line art style, tech a",
- },
- {
- title: "Global Library",
- description: "Access millions of songs from artists across the globe in one click.",
- bentoComponent: "reveal-icon",
- icon: Globe,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaQ47bxQvFLfcAcLibR1BAR43D/an-icon-representation-of-a-privacy-shie-1774724575134-36bf0125.png",
- imageAlt: "An icon representation of a privacy shield or lock, symbolizing ad-free, secure listening, clean vec",
- },
+ { title: "Zero Ads", description: "Enjoy an endless stream of music without ever being interrupted by ads.", bentoComponent: "reveal-icon", icon: Shield },
+ { title: "Hi-Res Audio", description: "Experience your music exactly as the artists intended in lossless quality.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "Global Library", description: "Access millions of songs from artists across the globe in one click.", bentoComponent: "reveal-icon", icon: Globe },
]}
title="Designed for pure sound"
description="Everything we do is focused on one thing: delivering audio perfection without ads or interruptions."
@@ -156,191 +83,25 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- badge: "Basic",
- price: "$9.99/mo",
- subtitle: "Essential ad-free listening",
- features: [
- "Unlimited skips",
- "Standard fidelity",
- "Mobile & desktop",
- ],
- },
- {
- id: "premium",
- badge: "Premium",
- price: "$14.99/mo",
- subtitle: "The audiophile choice",
- features: [
- "Lossless Hi-Fi",
- "Offline listening",
- "Early releases",
- ],
- },
- {
- id: "family",
- badge: "Family",
- price: "$19.99/mo",
- subtitle: "For the whole household",
- features: [
- "6 individual accounts",
- "Lossless Hi-Fi",
- "Shared family mix",
- ],
- },
+ { id: "basic", badge: "Basic", price: "$9.99/mo", subtitle: "Essential ad-free listening", features: ["Unlimited skips", "Standard fidelity", "Mobile & desktop"] },
+ { id: "premium", badge: "Premium", price: "$14.99/mo", subtitle: "The audiophile choice", features: ["Lossless Hi-Fi", "Offline listening", "Early releases"] },
+ { id: "family", badge: "Family", price: "$19.99/mo", subtitle: "For the whole household", features: ["6 individual accounts", "Lossless Hi-Fi", "Shared family mix"] },
]}
title="Plans built for music lovers"
description="Transparent, ad-free plans that put the music first."
/>
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file