3 Commits

Author SHA1 Message Date
aa1e3c0c77 Merge version_5_1782065458098 into main
Merge version_5_1782065458098 into main
2026-06-21 18:15:47 +00:00
kudinDmitriyUp
794a4e4b9a Bob AI: Updated hero section to full-width cinematic HeroOverlay 2026-06-21 18:13:00 +00:00
9323b0459b Merge version_4_1782065329360 into main
Merge version_4_1782065329360 into main
2026-06-21 18:10:36 +00:00

View File

@@ -1,42 +1,19 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "hero" section.
// Created by add_section_from_catalog (HeroOverlay).
import React from 'react';
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardTiltedCarousel
tag="Modern Luxury, Thoughtfully Built."
title="Architecture Designed to Impress"
<div data-webild-section="hero" id="hero">
<HeroOverlay
imageSrc="https://storage.googleapis.com/webild/users/user_3EhKCAc7dRcalBlvDomNzLZUSI3/uploaded-1782064111199-770ebao0.png"
description="An exclusive, gated enclave of twelve custom estate homes in McKinney, Texas. Homes starting at $1.3M."
primaryButton={{"text":"Schedule a Private Tour","href":"#contact"}}
title="Architecture Designed to Impress"
secondaryButton={{"text":"View Available Homes","href":"#siteplan"}}
items={[
{
imageSrc: "https://storage.googleapis.com/webild/users/user_3EhKCAc7dRcalBlvDomNzLZUSI3/uploaded-1782064111199-770ebao0.png",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-delicious-food_23-2149409382.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-sitting-cement-seat-urban-park_23-2148328850.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-white-church-with-beautiful-flower-garden_181624-27038.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912514.jpg",
},
]}
tag="Modern Luxury, Thoughtfully Built."
/>
</SectionErrorBoundary>
</div>
</div>
);
}