Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e9152027d | |||
| edead6acb3 | |||
| aae5289351 |
@@ -19,13 +19,13 @@ export default function LandingPage() {
|
|||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="smallMedium"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="fluid"
|
background="noiseDiagonalGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="CONCRETE SERVICES"
|
title="CONCRETE SERVICES"
|
||||||
description="Expert craftsmanship for driveways, sidewalks, backyards, interlocking, side entrances, and egress windows. Build with confidence."
|
description="Expert craftsmanship for driveways, sidewalks, backyards, interlocking, side entrances, and egress windows. Build with confidence."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Ready to transform your space? Contact G Kaler Construction today for a free consultation and reliable service. Call or Text: 705-903-7474 or Email: gkalerconstructions@gmail.com"
|
text="Ready to transform your space? Contact G Kaler Construction today for a free consultation and reliable service. Call or Text: 705-903-7474 or Email: gkalerconstructions@gmail.com"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #1F3251;
|
--background: #0a0a0a;
|
||||||
--card: #2A416B;
|
--card: #1a1a1a;
|
||||||
--foreground: #FFFFFF;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #4A90E2;
|
--primary-cta: #e34400;
|
||||||
--primary-cta-text: #FFFFFF;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #FFFFFF;
|
--secondary-cta: #010101;
|
||||||
--secondary-cta-text: #1F3251;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #FFFFFF;
|
--accent: #ff7b05;
|
||||||
--background-accent: #3D5985;
|
--background-accent: #106efb;
|
||||||
|
|
||||||
/* 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