Compare commits

...

8 Commits

Author SHA1 Message Date
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 3 additions and 3 deletions

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
text: "View Services", href: "#services"}, text: "View Services", href: "#services"},
]} ]}
buttonAnimation="opacity" buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-party_23-2149272196.jpg" imageSrc="https://img.b2bpic.net/free-photo/healthy-beautiful-manicure-manicurist_23-2148766558.jpg?id=11296770"
imageAlt="Luxurious nail salon interior" imageAlt="Exquisite nail artistry"
showDimOverlay={true} showDimOverlay={true}
/> />
</div> </div>

View File

@@ -14,7 +14,7 @@
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #1c1c1c;
--primary-cta: #1c1c1c; --primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5; --primary-cta-text: #030303;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e63946; --accent: #e63946;