Compare commits
5 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 91f378e4df | |||
|
|
e7ca3a5d8b | ||
| 32da5bbf8b | |||
|
|
ad77e10360 | ||
| e05a4046ac |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #faf5ff;
|
||||
--background: #eff6ff;
|
||||
--card: #ffffff;
|
||||
--foreground: #2e1065;
|
||||
--primary-cta: #9333ea;
|
||||
--foreground: #1e3a8a;
|
||||
--primary-cta: #2563eb;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f3e8ff;
|
||||
--secondary-cta-text: #6b21a8;
|
||||
--accent: #a855f7;
|
||||
--background-accent: #f3e8ff;
|
||||
--secondary-cta: #dbeafe;
|
||||
--secondary-cta-text: #1e40af;
|
||||
--accent: #3b82f6;
|
||||
--background-accent: #dbeafe;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
|
||||
@@ -1,36 +1,19 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "home" section.
|
||||
// Created by add_section_from_catalog (HeroOverlay).
|
||||
|
||||
import React from 'react';
|
||||
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
|
||||
export default function HomeSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="home" data-section="home">
|
||||
<SectionErrorBoundary name="home">
|
||||
<HeroSplitMediaGrid
|
||||
tag="Your Dream Outdoor Space"
|
||||
title="Transform Your Landscape into a Personal Paradise"
|
||||
description="At GreenScape Pros, we design, build, and maintain stunning outdoor environments that enhance your lifestyle and property value. From lush gardens to elegant patios, we bring your vision to life."
|
||||
primaryButton={{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "https://images.pexels.com/photos/28586224/pexels-photo-28586224.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.pexels.com/photos/8189129/pexels-photo-8189129.jpeg?auto=compress&cs=tinysrgb&h=650&w=940",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div data-webild-section="home" id="home">
|
||||
<HeroOverlay
|
||||
description="At GreenScape Pros, we design, build, and maintain stunning outdoor environments that enhance your lifestyle and property value. From lush gardens to elegant patios, we bring your vision to life."
|
||||
primaryButton={{"href":"#services","text":"Explore Services"}}
|
||||
tag="Your Dream Outdoor Space"
|
||||
secondaryButton={{"text":"Get a Free Quote","href":"#contact"}}
|
||||
title="Transform Your Landscape into a Personal Paradise"
|
||||
imageSrc="https://picsum.photos/seed/770274521/1200/800"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user