Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70d45671e5 | |||
| ba8b81ff89 | |||
| 5a597858fa | |||
| ada7952ee7 |
@@ -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" },
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user