Compare commits
42 Commits
version_1
...
version_39
| Author | SHA1 | Date | |
|---|---|---|---|
| dfc339c923 | |||
| 163bae4b25 | |||
| 698c971184 | |||
| c2ee9958f4 | |||
| 38b036c0db | |||
| a422e4e9c7 | |||
| 83c2d654e3 | |||
| fb9cac2bf0 | |||
| 43a8ed5a67 | |||
| 09445efda4 | |||
| 99110fc9aa | |||
| 9d3aaf4492 | |||
| 3caffceb70 | |||
| ddc4d728a1 | |||
| 239746d114 | |||
| 9461b0395d | |||
| 39eb063341 | |||
| 2f4cfff4ec | |||
| 3fbcf211fd | |||
| 6611823044 | |||
| ae028aaaff | |||
| 71ba559493 | |||
| 818203bd90 | |||
| 3114fb140c | |||
| d8f94ca9a7 | |||
| c01b8cafa8 | |||
| b9d7e5b4a4 | |||
| 577cc2d07b | |||
| 9548e5396e | |||
| 3f3eef856b | |||
| 67c865330c | |||
| e51f4b3b8f | |||
| 70642bb137 | |||
| 2a326bbbf1 | |||
| f50c8d42cc | |||
| 879784487f | |||
| 4d8ebde1c4 | |||
| 9f417faa10 | |||
| 4bb158379d | |||
| 383721be0e | |||
| dc9ebc64c3 | |||
| a347ffbe2a |
@@ -62,8 +62,8 @@ export default function LandingPage() {
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272196.jpg"
|
||||
imageAlt="Luxurious nail salon interior"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-flower_23-2149820404.jpg?id=34136175"
|
||||
imageAlt="Exquisite nail artistry"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--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;
|
||||
--background: #ffffff;
|
||||
--card: #FFCDCD;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #FFCDCD;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #FFCDCD;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #f6dddd;
|
||||
--background-accent: #fffcfa;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user