Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f5d457fc4 | |||
| fdc85ff615 | |||
| 0db8b57463 | |||
| 763affbe57 | |||
| cb32be11ba | |||
| 59d22a97a7 | |||
| 6e2f9ef2c7 |
@@ -18,9 +18,9 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Get a Free Estimate", href: "#contact"},
|
text: "Get a Free Estimate", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzamTc3A9fnTTGitr3MFFFGSNb/uploaded-1775494922426-46tfc1ql.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
text="Ready to transform your landscape? Get in touch today for a consultation."
|
text="Ready to transform your landscape? Get in touch today for a consultation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us", href: "mailto:info@trejolandscaping.com"},
|
text: "Request Your Free Consultation", href: "mailto:info@trejolandscaping.com"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -153,4 +153,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #000000;
|
||||||
--card: #f9f9f9;
|
--card: #1c1c1c;
|
||||||
--foreground: #000f06e6;
|
--foreground: #fde047;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #fde047;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #1c1c1c;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #fde047;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #262626;
|
||||||
|
|
||||||
/* 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