Compare commits

...

28 Commits

Author SHA1 Message Date
a542ea52c1 Update theme colors 2026-06-02 21:07:22 +00:00
0636ad9e0b Update theme colors 2026-06-02 21:06:40 +00:00
5e05ff690b Update theme colors 2026-06-02 21:06:00 +00:00
4156686ed4 Update theme colors 2026-06-02 21:05:17 +00:00
fa263c94c8 Update theme colors 2026-06-02 21:04:37 +00:00
6ef8487fbd Update theme colors 2026-06-02 21:04:14 +00:00
ee66137a9e Update theme colors 2026-06-02 21:04:04 +00:00
55ade47b8e Update theme colors 2026-06-02 21:03:52 +00:00
9616848866 Update theme colors 2026-06-02 21:03:12 +00:00
f8f0b55fa6 Update theme colors 2026-06-02 21:02:45 +00:00
b4705b7bed Update theme colors 2026-06-02 21:02:00 +00:00
f7cc918a46 Update theme colors 2026-06-02 21:01:49 +00:00
a3df335d44 Update theme colors 2026-06-02 21:01:37 +00:00
7f076a6420 Update theme colors 2026-06-02 21:01:19 +00:00
042d8fde3d Update theme colors 2026-06-02 21:00:22 +00:00
80ce388e65 Update theme colors 2026-06-02 20:59:44 +00:00
c5856ad36b Update theme colors 2026-06-02 20:59:04 +00:00
85a4985cf2 Update theme colors 2026-06-02 20:58:11 +00:00
3781f39248 Update theme colors 2026-06-02 20:57:51 +00:00
ac46d9237a Update theme colors 2026-06-02 20:57:18 +00:00
cf956ccdc0 Update theme colors 2026-06-02 20:55:09 +00:00
3f7241cb0e Update theme colors 2026-06-02 20:54:55 +00:00
d5daf11a7d Update theme colors 2026-06-02 20:54:29 +00:00
c84f765db9 Update theme colors 2026-06-02 20:54:11 +00:00
b72586818c Update theme colors 2026-06-02 20:54:06 +00:00
d700c1b1a8 Update theme colors 2026-06-02 20:53:55 +00:00
2c4798485e Update src/app/page.tsx 2026-06-02 20:48:44 +00:00
2291a89552 Merge version_2 into main
Merge version_2 into main
2026-06-02 20:42:51 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
{
text: "Call Now", href: "tel:+17195069744"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8865.jpg"
imageAlt="Luxurious nail salon interior with a client getting a manicure"
imageSrc="https://images.unsplash.com/photo-1559814478-f75e239e2463?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1200&h=800&fit=crop&ixid=Mnw3NDAyNXwwfDF8cmFuZG9tfHx8fHx8fHx8MTcwMDQ1NzU1Mg"
imageAlt="Modern and luxurious interior of Bliss Nail Lounge Pueblo"
mediaAnimation="slide-up"
/>
</div>
@@ -307,4 +307,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #ede8da;
--card: #fcfcfc;
--foreground: #36454F;
--primary-cta: #FFB6C1;
--foreground: #082a04;
--primary-cta: #406d4a;
--primary-cta-text: #ffffff;
--secondary-cta: #F7D794;
--secondary-cta-text: #36454F;
--accent: #FFB6C1;
--secondary-cta: #816a8b;
--secondary-cta-text: #0F0871;
--accent: #733187;
--background-accent: #f5f0f3;
/* text sizing - set by ThemeProvider */