Merge version_3 into main #2

Merged
bender merged 3 commits from version_3 into main 2026-06-04 22:31:09 +00:00
3 changed files with 13 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg", imageAlt: "Portrait of Kostas Georgiou"},
{
id: "3", name: "Eleni Vasileiou", handle: "@eleniscreations", testimonial: "Their curtain collections provided the perfect blend of light and privacy for our new office project. Exceptional service and a vast selection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageAlt: "Portrait of Eleni Vasileiou"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-as-she-stands-outside-on-the-street-and-leans-her-head-on-her-hands-with-a-dreamy-expression_1258-122007.jpg", imageAlt: "Portrait of Eleni Vasileiou"},
{
id: "4", name: "Dimitris Karas", handle: "@karashotelgroup", testimonial: "As a hotel group, consistent quality is paramount. Helidonis Fabrics consistently delivers, from linens to custom drapes. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", imageAlt: "Portrait of Dimitris Karas"},
@@ -180,6 +180,7 @@ export default function LandingPage() {
"Aegean Hotels", "Grand Resorts", "Urban Interiors Co.", "Design Collective", "Chef's Table Group", "Elite Residences", "Vista Hospitality", "Fabric Innovations", "Global Textile Solutions"]}
title="Trusted by Leading Businesses"
description="Our fabrics are chosen by top names in hospitality, interior design, and commercial sectors for their quality and reliability."
showCard={false}
/>
</div>

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #f6f0e9;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #2b180a;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);