|
|
|
|
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import { Zap, Battery, Smile, Wifi } from "lucide-react";
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
@@ -12,7 +11,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -38,10 +36,8 @@ export default function LandingPage() {
|
|
|
|
|
name: "Shop", id: "products"},
|
|
|
|
|
{
|
|
|
|
|
name: "Features", id: "features"},
|
|
|
|
|
{
|
|
|
|
|
name: "Support", id: "faq"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="AuraPods"
|
|
|
|
|
brandName="Aura Pods"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -100,17 +96,17 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "p1", name: "Air Aura Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763363.jpg"},
|
|
|
|
|
id: "p1", name: "Air Aura Pro", price: "25AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272283291-737i5quc.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p2", name: "Aura Noir", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/black-headphones-black-surface_417767-378.jpg"},
|
|
|
|
|
id: "p2", name: "Aura Noir", price: "20AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272107406-4a4lfszf.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p3", name: "Aura Silver", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722711.jpg"},
|
|
|
|
|
id: "p3", name: "Aura Silver", price: "20AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272081731-t7x765n4.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p4", name: "Limited Gold", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039373.jpg"},
|
|
|
|
|
id: "p4", name: "Limited Gold", price: "22AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272496522-bfl149pg.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p5", name: "Aura Blue", price: "$219", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-teenager-isolated_23-2149158278.jpg"},
|
|
|
|
|
id: "p5", name: "Aura Blue", price: "22AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272426480-6cpmvh99.png"},
|
|
|
|
|
{
|
|
|
|
|
id: "p6", name: "Aura Matte", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13193.jpg"},
|
|
|
|
|
id: "p6", name: "Aura Matte", price: "22AED ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COz5txJxO0aaw1na3HZiBjerjn/uploaded-1776272400145-v2rxiscz.png"},
|
|
|
|
|
]}
|
|
|
|
|
title="Premium Sound Selection"
|
|
|
|
|
description="Browse our curated collection of elite audio technology."
|
|
|
|
|
@@ -140,34 +136,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1", name: "Sarah J.", role: "Tech Critic", company: "AudioBeat", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-headphones-around-neck-looking-away-near-christmas-lights_23-2148397180.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t2", name: "Michael Chen", role: "Producer", company: "SoundLab", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-teenage-girl-exclaims-loudly-shows-okay-gesture-keeps-thumb-up-recommends-her-playlist-wears-orange-stereo-headphones-casual-blue-t-shirt-isolated-white-studio-background_273609-61962.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t3", name: "Emily R.", role: "Manager", company: "GlobalCo", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-listening-music_23-2148989922.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t4", name: "David K.", role: "Student", company: "MusicUni", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-headphones-urban-environment_23-2147961373.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "t5", name: "Jessica L.", role: "Creator", company: "StudioOne", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/three-grey-craftpapers-blue-surface_23-2147878451.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Loved by Audiophiles Worldwide"
|
|
|
|
|
description="Hear what the community is saying about AuraPods."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social" data-section="social">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -179,27 +147,10 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqDouble
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "f1", title: "How long is the battery life?", content: "You can enjoy up to 48 hours of playback with the included charging case."},
|
|
|
|
|
{
|
|
|
|
|
id: "f2", title: "Are they water resistant?", content: "Yes, all models are IPX4 rated for sweat and water resistance."},
|
|
|
|
|
{
|
|
|
|
|
id: "f3", title: "Do they work with Android?", content: "Our devices feature universal Bluetooth compatibility for seamless use."},
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Common inquiries answered for your convenience."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
className="bg-neutral-800"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Get in Touch"
|
|
|
|
|
description="Our team is here to assist with any questions you might have about our products."
|
|
|
|
|
inputs={[
|
|
|
|
|
@@ -226,8 +177,6 @@ export default function LandingPage() {
|
|
|
|
|
label: "About", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Products", href: "#products"},
|
|
|
|
|
{
|
|
|
|
|
label: "Support", href: "#faq"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -241,7 +190,7 @@ export default function LandingPage() {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
logoText="AuraPods"
|
|
|
|
|
logoText="Aura Pods"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|