diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx new file mode 100644 index 0000000..13746bf --- /dev/null +++ b/src/app/comparison/page.tsx @@ -0,0 +1,255 @@ +"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 + +
+
+
+
+ + +
+ ); +}