diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cdb7a1..875f6a0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -75,10 +75,10 @@ export default function LandingPage() {
@@ -93,9 +93,7 @@ export default function LandingPage() {
{ id: "p1", brand: "PodWave", name: "Pro Series", price: "$129", rating: 5, reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/cassette-tapes-shopping-trolley-with-earphone-against-white-backdrop_23-2147889315.jpg" },
{ id: "p2", brand: "PodWave", name: "Air Buds", price: "$89", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/musical-device-recording-studio_181624-60888.jpg" },
{ id: "p3", brand: "PodWave", name: "Sport Edition", price: "$149", rating: 5, reviewCount: "430", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-have-yoga-practive-outdoor-goes-gymnastic-studio-does-sport-alone-downtown-quarantine-returns-physical-activity-after-self-isolation-listens-popular-music_273609-54038.jpg" },
- { id: "p4", brand: "PodWave", name: "Classic White", price: "$69", rating: 4, reviewCount: "2100", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg" },
- { id: "p5", brand: "PodWave", name: "Ultimate Sound", price: "$199", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170100.jpg" },
- { id: "p6", brand: "PodWave", name: "Essential Buds", price: "$49", rating: 4, reviewCount: "3200", imageSrc: "http://img.b2bpic.net/free-photo/tablet-smartphones-watches_23-2147791601.jpg" }
+ { id: "p4", brand: "PodWave", name: "Classic White", price: "$69", rating: 4, reviewCount: "2100", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg" }
]}
title="Shop Our Collection"
description="Find the perfect audio companion to suit your lifestyle."
@@ -106,7 +104,7 @@ export default function LandingPage() {
@@ -154,25 +150,25 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- { id: "q1", title: "Are these water-resistant?", content: "Yes, our buds are rated IPX7." },
- { id: "q2", title: "Do they work with Android?", content: "PodWave earbuds are fully compatible with both Android and iOS devices." },
- { id: "q3", title: "Is the warranty included?", content: "All orders come with a 2-year warranty." }
+ { id: "q1", title: "Water Resistance?", content: "Yes, all current models are IPX7 rated for sweat and water resistance." },
+ { id: "q2", title: "Device Compatibility?", content: "PodWave works seamlessly with all iOS, Android, and Bluetooth-enabled devices." },
+ { id: "q3", title: "Warranty Coverage?", content: "Every purchase includes our comprehensive 2-year manufacturer warranty." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139308.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg"
mediaAnimation="slide-up"
- title="Questions Answered"
- description="Everything you need to know about our earbuds."
+ title="FAQ"
+ description="Find quick answers to your questions about your PodWave gear."
faqsAnimation="slide-up"
/>
@@ -183,12 +179,16 @@ export default function LandingPage() {
logoText="PodWave"
columns={[
{
- title: "Products", items: [{ label: "Shop All", href: "#products" }, { label: "Support", href: "#faq" }]
+ title: "Shop", items: [{ label: "Pro Series", href: "#products" }, { label: "Sport", href: "#products" }, { label: "All Models", href: "#products" }]
},
{
- title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }]
+ title: "Resources", items: [{ label: "Support", href: "#faq" }, { label: "Warranty", href: "#faq" }, { label: "Contact", href: "#contact" }]
+ },
+ {
+ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Press", href: "#socialProof" }]
}
]}
+ copyrightText="© 2025 PodWave Audio. All Rights Reserved."
/>