13 Commits

Author SHA1 Message Date
1aadbb3c0f Merge version_6 into main
Merge version_6 into main
2026-04-06 17:21:26 +00:00
2f5d457fc4 Update src/app/page.tsx 2026-04-06 17:21:20 +00:00
c2e40f31f7 Merge version_6 into main
Merge version_6 into main
2026-04-06 17:15:55 +00:00
fdc85ff615 Update src/app/styles/variables.css 2026-04-06 17:15:52 +00:00
0db8b57463 Update src/app/page.tsx 2026-04-06 17:15:51 +00:00
763affbe57 Merge version_5 into main
Merge version_5 into main
2026-04-06 17:13:41 +00:00
cb32be11ba Update src/app/page.tsx 2026-04-06 17:13:38 +00:00
59d22a97a7 Merge version_4 into main
Merge version_4 into main
2026-04-06 17:13:16 +00:00
77e45b2455 Update src/app/page.tsx 2026-04-06 17:13:13 +00:00
6e2f9ef2c7 Merge version_4 into main
Merge version_4 into main
2026-04-06 17:12:52 +00:00
3b3ab1da97 Update src/app/page.tsx 2026-04-06 17:12:49 +00:00
8092a44b8d Merge version_3 into main
Merge version_3 into main
2026-04-06 17:12:33 +00:00
623d44408c Merge version_3 into main
Merge version_3 into main
2026-04-06 17:12:09 +00:00
2 changed files with 15 additions and 13 deletions

View File

@@ -18,9 +18,9 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLarge"
background="aurora"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
background="noiseDiagonalGradient"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
@@ -54,7 +54,7 @@ export default function LandingPage() {
{
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>
@@ -77,7 +77,9 @@ export default function LandingPage() {
{
title: "Paver Installs", description: "Custom-designed paver surfaces for patios and driveways.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg?_wi=2"},
{
title: "Retaining Walls", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"},
title: "Retaining Wall Installs", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg?_wi=1"},
{
title: "Erosion Control", description: "Advanced erosion control solutions to protect and stabilize your landscape.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg?_wi=2"},
]}
title="Our Hardscape Services"
description="Premium outdoor solutions designed for your lifestyle."
@@ -120,7 +122,7 @@ export default function LandingPage() {
text="Ready to transform your landscape? Get in touch today for a consultation."
buttons={[
{
text: "Contact Us", href: "mailto:info@trejolandscaping.com"},
text: "Request Your Free Consultation", href: "mailto:info@trejolandscaping.com"},
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--background: #000000;
--card: #1c1c1c;
--foreground: #fde047;
--primary-cta: #fde047;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #1c1c1c;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #fde047;
--background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);