Compare commits
35 Commits
version_2
...
version_36
| Author | SHA1 | Date | |
|---|---|---|---|
| 0488cceb40 | |||
| 5b691a8f0e | |||
| ec6b233569 | |||
| c3f767d52b | |||
| cd4ec1706c | |||
| eb58ece3c1 | |||
| 24de7d68f2 | |||
| a542ea52c1 | |||
| 0636ad9e0b | |||
| 5e05ff690b | |||
| 4156686ed4 | |||
| fa263c94c8 | |||
| 6ef8487fbd | |||
| ee66137a9e | |||
| 55ade47b8e | |||
| 9616848866 | |||
| f8f0b55fa6 | |||
| b4705b7bed | |||
| f7cc918a46 | |||
| a3df335d44 | |||
| 7f076a6420 | |||
| 042d8fde3d | |||
| 80ce388e65 | |||
| c5856ad36b | |||
| 85a4985cf2 | |||
| 3781f39248 | |||
| ac46d9237a | |||
| cf956ccdc0 | |||
| 3f7241cb0e | |||
| d5daf11a7d | |||
| c84f765db9 | |||
| b72586818c | |||
| d700c1b1a8 | |||
| 2c4798485e | |||
| 2291a89552 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,14 +10,14 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #36454F;
|
||||
--primary-cta: #FFB6C1;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #F7D794;
|
||||
--secondary-cta-text: #36454F;
|
||||
--accent: #FFB6C1;
|
||||
--background: #ede8da;
|
||||
--card: #a1d3a7;
|
||||
--foreground: #082a04;
|
||||
--primary-cta: #5a9066;
|
||||
--primary-cta-text: #fbfbfb;
|
||||
--secondary-cta: #5A9066;
|
||||
--secondary-cta-text: #123414;
|
||||
--accent: #733187;
|
||||
--background-accent: #f5f0f3;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user