4 Commits

Author SHA1 Message Date
70d45671e5 Update src/app/page.tsx 2026-06-06 08:21:06 +00:00
ba8b81ff89 Merge version_5 into main
Merge version_5 into main
2026-06-06 08:06:04 +00:00
5a597858fa Update src/app/styles/variables.css 2026-06-06 08:06:01 +00:00
ada7952ee7 Merge version_4 into main
Merge version_4 into main
2026-05-24 12:56:26 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -67,7 +67,6 @@ export default function LandingPage() {
{ text: "Foglalás", href: "#" },
{ text: "Kapcsolatfelvétel", href: "#contact" },
]}
buttonTextClassName="text-white text-center font-bold"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-sitting-sofa-chair_74190-9445.jpg", alt: "Portrait beautiful young asian women happy smile" },
{ src: "http://img.b2bpic.net/free-photo/happy-brunette-female-enjoys-happy-days-vacation-sits-hotel-cafe-demonstrates-wonderful-apartments-drinks-fresh-fruit-shake-attractive-young-caucasian-woman-rests-resort-country_273609-2737.jpg", alt: "Happy brunette female enjoys vacation" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #2c2c2c;
--card: #3a3a3a;
--foreground: #f5f5f5;
--primary-cta: #f5f5f5;
--primary-cta-text: #f5f4ef;
--secondary-cta: #1c1c1c;
--secondary-cta-text: #2a2928;
--accent: #505050;
--background-accent: #404040;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);