4 Commits

Author SHA1 Message Date
c221df9a7b Update src/app/page.tsx 2026-04-15 17:07:55 +00:00
ca82825236 Update src/app/styles/variables.css 2026-04-15 16:50:41 +00:00
f108900651 Update src/app/page.tsx 2026-04-15 16:50:40 +00:00
19d079a1f1 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:41:56 +00:00
2 changed files with 16 additions and 45 deletions

View File

@@ -12,7 +12,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 (
@@ -41,7 +40,7 @@ export default function LandingPage() {
{
name: "Support", id: "faq"},
]}
brandName="AuraPods"
brandName="Aura Pods"
/>
</div>
@@ -100,17 +99,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 +139,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"
@@ -241,10 +212,10 @@ export default function LandingPage() {
],
},
]}
logoText="AuraPods"
logoText="Aura Pods"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--background: #e5e7eb;
--card: #f3f4f6;
--foreground: #1f2937;
--primary-cta: #374151;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta: #f3f4f6;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--accent: #9ca3af;
--background-accent: #d1d5db;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);