Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 456d2b7f90 | |||
| 9375e220a2 | |||
| c8c2f7daf2 | |||
| 6263db7d27 | |||
| 447989a9a5 | |||
| 5eda31ce06 | |||
| f18b112bcb |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -67,6 +67,8 @@ export default function LandingPage() {
|
|||||||
{ text: "Ask About Specials", href: "#contact" }
|
{ text: "Ask About Specials", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
titleClassName="!text-black"
|
||||||
|
descriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -124,6 +126,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
featureTitleClassName="!text-black"
|
||||||
|
featureDescriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -156,6 +160,8 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
textBoxTitleClassName="!text-black"
|
||||||
|
textBoxDescriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -171,6 +177,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
textBoxTitleClassName="!text-black"
|
||||||
|
textBoxDescriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -188,6 +196,8 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email for daily specials"
|
inputPlaceholder="Enter your email for daily specials"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
termsText="We'll send you weekly health tips and special offers. You can unsubscribe anytime."
|
termsText="We'll send you weekly health tips and special offers. You can unsubscribe anytime."
|
||||||
|
titleClassName="!text-black"
|
||||||
|
descriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -203,6 +213,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-buying-vegetables_23-2149050810.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-buying-vegetables_23-2149050810.jpg?_wi=2"
|
||||||
imageAlt="Fresh healthy food at Abby's"
|
imageAlt="Fresh healthy food at Abby's"
|
||||||
|
titleClassName="!text-black"
|
||||||
|
descriptionClassName="!text-black"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -242,4 +254,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fafffb;
|
--background: #fffef8;
|
||||||
--card: #f7fffa;
|
--card: #faf8f3;
|
||||||
--foreground: #001a0a;
|
--foreground: #2d2416;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #d4742f;
|
||||||
--primary-cta-text: #fafffb;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #001a0a;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #a8d9be;
|
--accent: #e8b896;
|
||||||
--background-accent: #6bbf8e;
|
--background-accent: #f5dcc8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user