diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4067074..e85b7e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -56,20 +56,6 @@ export default function LandingPage() {
buttons={[{ text: "Explore Collection", href: "#product" }]}
imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=2"
mediaAnimation="blur-reveal"
- avatars={[
- { src: "http://img.b2bpic.net/free-photo/eggs-feathers-bowl-near-plant-twigs_23-2148073873.jpg", alt: "User portrait" },
- { src: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-79746.jpg", alt: "User portrait" },
- { src: "http://img.b2bpic.net/free-photo/blue-designed-grunge-concrete-texture-vintage-background-with-space-text-image_1258-108924.jpg", alt: "User portrait" },
- { src: "http://img.b2bpic.net/free-photo/plain-dark-blue-wall-product-background_53876-110773.jpg", alt: "User portrait" },
- { src: "http://img.b2bpic.net/free-photo/contrasted-light-dark-wall-corners_23-2148744303.jpg", alt: "User portrait" }
- ]}
- marqueeItems={[
- { type: "text", text: "Premium Craftsmanship" },
- { type: "text", text: "Hand-stitched Leather" },
- { type: "text", text: "Exclusive Materials" },
- { type: "text", text: "Limited Editions" },
- { type: "text", text: "Modern Luxury" }
- ]}
/>
@@ -87,21 +73,19 @@ export default function LandingPage() {
@@ -138,9 +122,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Aria J.", role: "Collector", testimonial: "The texture and weight are perfect.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2148760475.jpg" },
{ id: "2", name: "Julian B.", role: "Stylist", testimonial: "Exquisite, refined, and truly unique.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-gold-jacket-sexy-carefree-woman-posing-near-white-wall-studio-circle-lightfashionable-model-with-bright-makeup_158538-22772.jpg" },
- { id: "3", name: "Sofia K.", role: "Designer", testimonial: "I haven't seen this kind of attention to detail elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-with-brunette-hair-pink-bandana-cute-smile-long-sleeve-polka-dot-shirt-smiling-posing-with-cocktail-glass_197531-28142.jpg" },
- { id: "4", name: "Liam T.", role: "Architect", testimonial: "Solidly built, visually stunning.", imageSrc: "http://img.b2bpic.net/free-photo/low-key-shot-young-man-hat_1163-2026.jpg" },
- { id: "5", name: "Mia H.", role: "Creative", testimonial: "Worth every single cent.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-female-sitting-leaning-back-wooden-chair-studio-portrait-smiling-pretty_7502-10383.jpg" }
+ { id: "3", name: "Sofia K.", role: "Designer", testimonial: "I haven't seen this kind of attention to detail elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-with-brunette-hair-pink-bandana-cute-smile-long-sleeve-polka-dot-shirt-smiling-posing-with-cocktail-glass_197531-28142.jpg" }
]}
title="From Our Inner Circle"
description="Voices of those who demand the best in luxury accessories."
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 6d66bc8..d57c81d 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #030128;
- --card: #241f48;
- --foreground: #ffffff;
- --primary-cta: #ffffff;
+ --background: #010912;
+ --card: #152840;
+ --foreground: #e6f0ff;
+ --primary-cta: #cee7ff;
--primary-cta-text: #030128;
- --secondary-cta: #131136;
+ --secondary-cta: #0e1a29;
--secondary-cta-text: #d5d4f6;
- --accent: #44358a;
- --background-accent: #b597fe;
+ --accent: #3f5c79;
+ --background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);