6 Commits

Author SHA1 Message Date
f6acee9608 Update src/app/page.tsx 2026-05-28 11:57:47 +00:00
18a262d195 Update src/app/styles/variables.css 2026-05-28 11:57:05 +00:00
041fb7cdbf Update src/app/styles/base.css 2026-05-28 11:57:04 +00:00
8fcec1e903 Update src/app/page.tsx 2026-05-28 11:57:04 +00:00
fe951e1ae3 Merge version_1 into main
Merge version_1 into main
2026-05-28 11:52:26 +00:00
ccb50f9087 Merge version_1 into main
Merge version_1 into main
2026-05-28 11:51:35 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -16,16 +16,16 @@ import { Droplet, Leaf, ShieldCheck, Sparkles, Tag } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="large"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
headingFontWeight="medium"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -195,7 +195,7 @@ export default function LandingPage() {
{
id: "4", title: "The Gold Standard", quote: "From sourcing to customer service, IranDokht sets the gold standard. My go-to for premium beauty.", name: "Mr. Amir Nassiri", role: "Gallery Owner", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-positive-young-woman-keeps-eyes-closed-daydreams-about-something-smiles-pleasantly-keeps-hands-head-wears-comfortable-knitted-sweater-poses-against-pink-background-happy-feelings_273609-57269.jpg", imageAlt: "Mr. Amir Nassiri"},
{
id: "5", title: "Unparalleled Quality", quote: "The K-Beauty selection is fantastic, and the European imports are divine. I trust IranDokht completely.", name: "Dr. Lena Dubois", role: "Cosmetic Scientist", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-portrait-blondie-straight-hair_633478-1294.jpg", imageAlt: "Dr. Lena Dubois"},
id: "5", title: "Unparalleled Quality", quote: "The K-Beauty selection is fantastic, and the European imports are divine. I trust IranDokht completely.", name: "Dr. Lena Dubois", role: "Cosmetic Scientist", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-portrait-blondie-straight-hair_633478-1294.jpg", imageAlt: "Dr. Lena Dubois"}
]}
title="Voices of Distinction"
description="Our clients share their unparalleled experiences with IranDokht, reflecting the essence of luxury and satisfaction."
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-archivo), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-archivo), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}

View File

@@ -12,11 +12,11 @@
--background: #F5F5DC;
--card: #ffffff;
--foreground: #0A5C3D;
--primary-cta: #C42B36;
--foreground: #2F241F;
--primary-cta: #B8001F;
--primary-cta-text: #ffffff;
--secondary-cta: #F5F5DC;
--secondary-cta-text: #0A5C3D;
--secondary-cta-text: #2F241F;
--accent: #C19A6B;
--background-accent: #D4B996;