diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 593bd37..45f1a36 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,10 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import AboutMetric from "@/components/sections/about/AboutMetric"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Battery, Globe, Volume2, Zap, Award, Sparkles } from "lucide-react"; +import { Award, Users, Target, Zap, Battery, Globe } from "lucide-react"; export default function AboutPage() { return ( @@ -15,7 +16,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -25,10 +26,11 @@ export default function AboutPage() { -
- +
-
+
+
+ +
+ -
-
-
-

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 - +
+
+
+

Detailed Specifications

+

Compare every feature side-by-side to make the right choice for your audio needs.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeaturePodsX ProPodsX 4
Price$249$149
Active Noise Cancellation
Transparency Mode
Listening Time (Per Charge)6 hours5 hours
Total Battery (with Case)30 hours24 hours
Spatial Audio
Water ResistanceIPX4IPX2
Personalized Audio
Adaptive Audio
Conversation Awareness
Automatic Device Switching
Find My Support
Case ChargingWirelessUSB-C
Best ForProfessional Audio, All-Day UseCasual Listening, Budget-Conscious
+
+ +
+ +
+ +
+ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1095aa8..760702b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Mail, MapPin, Phone, MessageCircle } from "lucide-react"; +import { Phone, Mail, MapPin, MessageCircle } from "lucide-react"; export default function ContactPage() { return ( @@ -14,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -24,10 +25,11 @@ export default function ContactPage() {
-
- + console.log("Email submitted:", email)} />
-
-
-
-
-
-
- -
-
-

Email

-

support@airpods.com

-

We'll respond within 24 hours

-
-
- -
-
- -
-
-

Phone

-

1-800-MY-APPLE

-

Available Monday to Friday, 9am-6pm EST

-
-
- -
-
- -
-
-

Visit Us

-

Apple Retail Stores

-

Find your nearest store worldwide

-
-
-
-
-
+
+
-
+
+
+ +
+ +
+ +
+ +
+ +
+
@@ -117,26 +172,26 @@ export default function FeaturesPage() { columns={[ { title: "Products", items: [ - { label: "AirPods Pro", href: "/products" }, - { label: "AirPods Max", href: "/products" }, - { label: "AirPods (2nd Gen)", href: "/products" }, - { label: "Compare Models", href: "/products" }, + { label: "AirPods Pro", href: "/" }, + { label: "AirPods Max", href: "/" }, + { label: "AirPods (2nd Gen)", href: "/" }, + { label: "Compare Models", href: "/comparison" }, + ], + }, + { + title: "Features", items: [ + { label: "Noise Cancellation", href: "#noise-cancellation" }, + { label: "Battery Life", href: "#battery-life" }, + { label: "Sound Quality", href: "#immersive-sound" }, + { label: "Ecosystem", href: "/" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "#faq" }, - { label: "Setup Guide", href: "#" }, - { label: "Troubleshooting", href: "#" }, - { label: "Contact Us", href: "/contact" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "News", href: "#" }, + { label: "Setup Guide", href: "/" }, + { label: "FAQ", href: "/" }, + { label: "Troubleshooting", href: "/" }, + { label: "Contact Us", href: "/" }, ], }, { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ec51b5a..af29fc4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,49 +1,25 @@ import type { Metadata } from "next"; -import { Mulish } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], -}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "AirPods - Premium Wireless Audio Experience", description: "Discover AirPods Pro, Max, and more. Premium wireless audio with active noise cancellation, spatial audio, and seamless Apple ecosystem integration.", keywords: "AirPods, wireless earbuds, premium audio, active noise cancellation, spatial audio, Apple audio", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "AirPods - Premium Wireless Audio Experience", description: "Experience the next generation of wireless audio with AirPods. Premium sound, instant setup, and seamless connectivity.", siteName: "AirPods", type: "website", images: [ - { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/a-sleek-premium-product-shot-of-airpods--1772884352155-5b47d23f.png", alt: "AirPods Pro Premium Audio"}, - ], - }, - twitter: { - card: "summary_large_image", title: "AirPods - Premium Wireless Audio", description: "Discover AirPods Pro, Max, and more. Premium audio experience starts here.", images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/a-sleek-premium-product-shot-of-airpods--1772884352155-5b47d23f.png"], - }, -}; + title: "PodsX - Premium Wireless Audio", description: "Experience the future of wireless audio with PodsX. Premium sound, seamless connectivity, and industry-leading features."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + + {children} +