Merge version_2 into main #2
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user