Compare commits

..

22 Commits

Author SHA1 Message Date
ae028aaaff Update theme colors 2026-06-02 19:11:18 +00:00
71ba559493 Update theme colors 2026-06-02 19:11:11 +00:00
818203bd90 Update theme colors 2026-06-02 19:11:00 +00:00
3114fb140c Update theme colors 2026-06-02 19:10:34 +00:00
d8f94ca9a7 Update theme colors 2026-06-02 19:10:22 +00:00
c01b8cafa8 Update theme colors 2026-06-02 19:10:19 +00:00
b9d7e5b4a4 Update theme colors 2026-06-02 19:10:12 +00:00
577cc2d07b Update theme colors 2026-06-02 19:09:54 +00:00
9548e5396e Update theme colors 2026-06-02 19:09:40 +00:00
3f3eef856b Update theme colors 2026-06-02 19:09:29 +00:00
67c865330c Update src/app/page.tsx 2026-06-02 19:08:56 +00:00
e51f4b3b8f Update theme colors 2026-06-02 19:07:41 +00:00
70642bb137 Update theme colors 2026-06-02 19:07:36 +00:00
2a326bbbf1 Update theme colors 2026-06-02 19:07:13 +00:00
f50c8d42cc Update theme colors 2026-06-02 19:07:05 +00:00
879784487f Update theme colors 2026-06-02 19:06:59 +00:00
4d8ebde1c4 Update theme colors 2026-06-02 19:05:59 +00:00
9f417faa10 Update theme colors 2026-06-02 19:05:55 +00:00
4bb158379d Update src/app/page.tsx 2026-06-02 19:05:40 +00:00
383721be0e Update src/app/page.tsx 2026-06-02 19:02:46 +00:00
dc9ebc64c3 Merge version_1 into main
Merge version_1 into main
2026-06-02 19:01:08 +00:00
a347ffbe2a Merge version_1 into main
Merge version_1 into main
2026-06-02 19:00:31 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #16100a;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--foreground: #ffffff;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);