diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0ac0128..e200dbe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -172,45 +126,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Elena Vance",
- handle: "@evance",
- testimonial: "The quality is simply unmatched. It feels like armor, but looks like art.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg",
- },
+ id: "1", name: "Elena Vance", handle: "@evance", testimonial: "The quality is simply unmatched. It feels like armor, but looks like art.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021795.jpg"},
{
- id: "2",
- name: "Julian Thorne",
- handle: "@jthorne",
- testimonial: "Aurelian pieces have become the cornerstone of my daily wardrobe.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-concentrated-woman-artist-artist-painting-easel_169016-66257.jpg",
- },
+ id: "2", name: "Julian Thorne", handle: "@jthorne", testimonial: "Aurelian pieces have become the cornerstone of my daily wardrobe.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-concentrated-woman-artist-artist-painting-easel_169016-66257.jpg"},
{
- id: "3",
- name: "Sarah Chen",
- handle: "@schen",
- testimonial: "I appreciate the attention to fabric. You can tell they use the best materials.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg",
- },
+ id: "3", name: "Sarah Chen", handle: "@schen", testimonial: "I appreciate the attention to fabric. You can tell they use the best materials.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg"},
{
- id: "4",
- name: "Marcus Reid",
- handle: "@mreid",
- testimonial: "Finally, clothes that fit perfectly and never go out of style.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478951.jpg",
- },
+ id: "4", name: "Marcus Reid", handle: "@mreid", testimonial: "Finally, clothes that fit perfectly and never go out of style.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478951.jpg"},
{
- id: "5",
- name: "Sofia Rossi",
- handle: "@srossi",
- testimonial: "Exquisite service and even better design. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167796.jpg",
- },
+ id: "5", name: "Sofia Rossi", handle: "@srossi", testimonial: "Exquisite service and even better design. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167796.jpg"},
]}
showRating={true}
title="Client Impressions"
@@ -223,20 +152,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq1",
- title: "How should I care for my garments?",
- content: "We recommend dry cleaning for most of our wool and silk pieces. Refer to the inner tag for detailed instructions.",
- },
+ id: "faq1", title: "How should I care for my garments?", content: "We recommend dry cleaning for most of our wool and silk pieces. Refer to the inner tag for detailed instructions."},
{
- id: "faq2",
- title: "Do you offer international shipping?",
- content: "Yes, we ship globally using premium, insured courier services to ensure your items arrive in perfect condition.",
- },
+ id: "faq2", title: "Do you offer international shipping?", content: "Yes, we ship globally using premium, insured courier services to ensure your items arrive in perfect condition."},
{
- id: "faq3",
- title: "Can I return an item?",
- content: "We accept returns on unworn items with tags attached within 30 days of purchase.",
- },
+ id: "faq3", title: "Can I return an item?", content: "We accept returns on unworn items with tags attached within 30 days of purchase."},
]}
sideTitle="Questions & Answers"
sideDescription="Everything you need to know about our pieces and care."
@@ -249,14 +169,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Vogue",
- "Harper's Bazaar",
- "GQ",
- "L'Officiel",
- "Elle",
- "Tatler",
- "Wallpaper*",
- ]}
+ "Vogue", "Harper's Bazaar", "GQ", "L'Officiel", "Elle", "Tatler", "Wallpaper*"]}
title="As Featured In"
description="Honored to be recognized by leading publications in style and luxury design."
/>
@@ -266,8 +179,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 59f452d..89c65b8 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #f5f5f5;
- --primary-cta: #dfff1c;
+ --background: #fdfbf7;
+ --card: #f0ede6;
+ --foreground: #1a1a1a;
+ --primary-cta: #c17f59;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
- --accent: #8b9a1b;
- --background-accent: #5d6b00;
+ --accent: #dcc8b6;
+ --background-accent: #f3eee5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);