diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 25820de..f45dd3a 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,10 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Star, MessageCircle } from "lucide-react"; +import { Star, Award, Users, TrendingUp, Headphones } from "lucide-react"; export default function ReviewsPage() { return ( @@ -25,10 +28,10 @@ export default function ReviewsPage() { -
- + +
+ +
+ +
+ +
+ console.log("Review clicked"), + }, { - id: "2", name: "Michael Rodriguez", role: "Product Manager", testimonial: "The seamless integration with my Apple ecosystem is unmatched. Switching between my iPhone, Mac, and iPad is instantaneous. Best investment I've made for productivity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/happy-lifestyle-photo-of-person-wearing--1772884353901-6ee88695.png", imageAlt: "Michael Rodriguez"}, + id: "2", category: "AirPods Max", title: "Premium Over-Ear Experience That Justifies the Investment", excerpt: "AirPods Max delivers exceptional sound, comfort, and integration that makes them worth every penny for audio enthusiasts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/airpods-max-over-ear-headphones-displaye-1772884352294-e666eff4.png", imageAlt: "AirPods Max review", authorName: "James Wilson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/happy-lifestyle-photo-of-person-wearing--1772884353901-6ee88695.png", date: "12 Jan 2025", onBlogClick: () => console.log("Review clicked"), + }, { - id: "3", name: "Jessica Martinez", role: "Fitness Coach", testimonial: "I use AirPods Max for my training sessions and they stay perfectly secure. The spatial audio creates an immersive experience that motivates my workouts. Absolutely love them!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/professional-businessperson-using-airpod-1772884353609-0ef52970.png", imageAlt: "Jessica Martinez"}, + id: "3", category: "AirPods 2nd Gen", title: "Affordable Excellence in Wireless Audio", excerpt: "Great value for money. These AirPods offer reliable performance and solid build quality at an accessible price point.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/airpods-2nd-generation-with-charging-cas-1772884351239-d2c575a8.png", imageAlt: "AirPods 2nd generation review", authorName: "Emma Davis", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/professional-businessperson-using-airpod-1772884353609-0ef52970.png", date: "10 Jan 2025", onBlogClick: () => console.log("Review clicked"), + }, { - id: "4", name: "David Kim", role: "Content Creator", testimonial: "The battery life is incredible. I go through entire days without needing to charge, and the quality is perfect for recording videos. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/creative-professional-or-content-creator-1772884352345-f1e1d55c.png", imageAlt: "David Kim"}, - { - id: "5", name: "Emma Thompson", role: "Business Executive", testimonial: "The transparency mode is a game-changer for taking calls while on the go. My colleagues can hear me clearly and the ambient sound awareness is excellent. A must-have for professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/active-lifestyle-user-athlete-or-fitness-1772884351718-1b549457.png", imageAlt: "Emma Thompson"}, - { - id: "6", name: "Alex Johnson", role: "Travel Blogger", testimonial: "Perfect travel companions. Lightweight, comfortable for long flights, and the noise cancellation makes a huge difference at high altitudes. My new travel essential!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/diverse-user-in-relaxed-comfortable-sett-1772884352272-d4dc5302.png", imageAlt: "Alex Johnson"}, + id: "4", category: "Active Noise Cancellation", title: "Game-Changing Noise Cancellation Technology", excerpt: "The adaptive noise cancellation in AirPods Pro is revolutionary. It seamlessly adapts to your environment and never disappoints.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/abstract-visualization-of-active-noise-c-1772884352205-cdd837a4.png", imageAlt: "Noise cancellation review", authorName: "Michael Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcG4WbdmgnoUEgMn6GlqKFPyhF/creative-professional-or-content-creator-1772884352345-f1e1d55c.png", date: "8 Jan 2025", onBlogClick: () => console.log("Review clicked"), + }, ]} - textboxLayout="default" animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" />
+
+ +
+