Compare commits

..

3 Commits

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

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #fcfcfc;
--foreground: #36454F;
--primary-cta: #FFB6C1;
--primary-cta: #ff4eac;
--primary-cta-text: #ffffff;
--secondary-cta: #F7D794;
--secondary-cta-text: #36454F;