3 Commits

Author SHA1 Message Date
ae63a9039b Update src/app/page.tsx 2026-05-13 09:09:12 +00:00
2ae209e493 Update theme colors 2026-05-13 09:07:25 +00:00
943902931b Update theme colors 2026-05-13 09:07:09 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
name: "Sara Ahmadi", handle: "@saraa", testimonial: "Absolutely delicious, clean environment and very friendly staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df8RaWzDeiR9ff7ESWLFZd3prv/uploaded-1778661990322-2a9zzdc2.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df8RaWzDeiR9ff7ESWLFZd3prv/uploaded-1778663313050-21v0uncz.png"
mediaAnimation="slide-up"
avatars={[
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);