From e8a0022561876b6e73a098c2bd066e471e9357f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:57:22 +0000 Subject: [PATCH] Switch to version 1: remove src/app/comparison/page.tsx --- src/app/comparison/page.tsx | 255 ------------------------------------ 1 file changed, 255 deletions(-) delete mode 100644 src/app/comparison/page.tsx diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx deleted file mode 100644 index 13746bf..0000000 --- a/src/app/comparison/page.tsx +++ /dev/null @@ -1,255 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Check, X, ShoppingBag } from "lucide-react"; - -export default function ComparisonPage() { - return ( - - - -
-
-
-

Compare AirPods Models

-

- Choose the perfect AirPods for your lifestyle. Compare specs, features, and capabilities side-by-side. -

-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAirPods ProAirPods 4AirPods Max
Price$249$129$549
Active Noise Cancellation - - - - - -
Spatial Audio with Head Tracking - - - - - -
Battery Life (Single Charge)6 hours5 hours20 hours
Total Battery with Case30 hours24 hours80 hours
Water & Sweat ResistantIPX4IPX4No
Adaptive Audio - - - - - -
Personalized Volume - - - - - -
Automatic Switching - - - - - -
Transparency Mode - - - - - -
Conversation Awareness - - - - - -
Form FactorEarbudsEarbudsOver-Ear
-
- -
-
-

AirPods Pro

-

- Perfect balance of premium features and portability. Best for active users who want professional-grade audio on the go. -

-

$249

- - Shop AirPods Pro - -
- -
-

AirPods 4

-

- Everyday audio made simple. Great entry point to the AirPods ecosystem with essential features at an affordable price. -

-

$129

- - Shop AirPods 4 - -
- -
-

AirPods Max

-

- Ultimate audio experience with immersive sound. Designed for professionals who demand the best in sound quality and features. -

-

$549

- - Shop AirPods Max - -
-
-
-
- - -
- ); -}