Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bad9c4dea5 | |||
| 9e9152027d | |||
| edead6acb3 | |||
| aae5289351 |
@@ -19,13 +19,13 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="fluid"
|
||||
cardStyle="glass-depth"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="CONCRETE SERVICES"
|
||||
description="Expert craftsmanship for driveways, sidewalks, backyards, interlocking, side entrances, and egress windows. Build with confidence."
|
||||
mediaItems={[
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
buttons={[
|
||||
{
|
||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #1F3251;
|
||||
--card: #2A416B;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #4A90E2;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #FFFFFF;
|
||||
--secondary-cta-text: #1F3251;
|
||||
--accent: #FFFFFF;
|
||||
--background-accent: #3D5985;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #106efb;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user