Compare commits
5 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| aa1e3c0c77 | |||
|
|
794a4e4b9a | ||
| 9323b0459b | |||
|
|
ac0bc58632 | ||
| fe51112cba |
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@300;400;500;600&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Inter', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-tight: "Playfair Display", serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
/* Border Radius */
|
||||
|
||||
@@ -10,8 +10,8 @@ export default function AboutSection(): React.JSX.Element {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="A rare opportunity to build an extraordinary custom home on exceptional land in the heart of Collin County."
|
||||
/>
|
||||
title="A rare opportunity to build an extraordinary custom home on exceptional land in the heart of Collin County. Crafted for modern living, luxury without compromise."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -10,20 +10,12 @@ export default function FeaturesSection(): React.JSX.Element {
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesComparison
|
||||
tag="Exclusivity"
|
||||
title="The Regency Parc Advantage"
|
||||
description="A private, gated enclave designed for privacy and prestige."
|
||||
negativeItems={[
|
||||
"High-density development",
|
||||
"Mass-produced housing",
|
||||
"Public thoroughfare traffic",
|
||||
]}
|
||||
positiveItems={[
|
||||
"Twelve exclusive homesites",
|
||||
"Bespoke custom architecture",
|
||||
"Private gated sanctuary",
|
||||
]}
|
||||
/>
|
||||
tag="Craftsmanship"
|
||||
title="Refined Interiors & Timeless Architecture"
|
||||
description="A private, gated enclave designed for privacy and prestige. Elevate your lifestyle with designer-selected finishes, energy efficiency, and premium materials."
|
||||
negativeItems={["Generic real-estate visuals","Mass-produced housing","Public thoroughfare traffic"]}
|
||||
positiveItems={["Architectural elevations","Designer-selected finishes","Energy efficiency & Customization options"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -1,48 +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. Timeless. Exclusive."
|
||||
title="Regency Parc"
|
||||
description="An exclusive, gated enclave of twelve custom estate homes in McKinney, Texas."
|
||||
primaryButton={{
|
||||
text: "Request Information",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Site Plan",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<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"}}
|
||||
tag="Modern Luxury, Thoughtfully Built."
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,47 +10,11 @@ export default function SiteplanSection(): React.JSX.Element {
|
||||
<div id="siteplan" data-section="siteplan">
|
||||
<SectionErrorBoundary name="siteplan">
|
||||
<FeaturesImageBento
|
||||
tag="Availability"
|
||||
title="The Masterplan"
|
||||
description="Twelve premium estates starting at 1.3M."
|
||||
items={[
|
||||
{
|
||||
title: "Lot 1",
|
||||
description: "14,250 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 2",
|
||||
description: "12,980 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-houses-bridgwater-somerset-uk_181624-45738.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 3",
|
||||
description: "12,980 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-view-village-with-fields_181624-45926.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 4",
|
||||
description: "12,450 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 5",
|
||||
description: "12,780 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-zadar-sunset-croatia-historical-city-centre-with-old-buildings_1268-23578.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 6",
|
||||
description: "14,250 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parking_1127-4166.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lot 7",
|
||||
description: "16,500 SFT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149837022.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
tag="Stunning Elevations"
|
||||
title="Distinctive Homes for the Way You Live"
|
||||
description="Twelve premium estates starting at $1.3M. Filter by availability and size."
|
||||
items={[{"imageSrc":"https://storage.googleapis.com/webild/users/user_3EhKCAc7dRcalBlvDomNzLZUSI3/uploaded-1782064111199-770ebao0.png","description":"14,250 SFT | Available Now","title":"Lot 1 - Build-to-Suit"},{"imageSrc":"http://img.b2bpic.net/free-photo/aerial-view-new-houses-bridgwater-somerset-uk_181624-45738.jpg","description":"12,980 SFT | Coming Soon","title":"Lot 2 - The Modern Farmhouse"},{"title":"Lot 3 - Build-to-Suit","imageSrc":"http://img.b2bpic.net/free-photo/beautiful-aerial-view-village-with-fields_181624-45926.jpg","description":"12,980 SFT | Available Now"},{"title":"Lot 4 - The Transitional","description":"12,450 SFT | Sold","imageSrc":"http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/aerial-drone-view-zadar-sunset-croatia-historical-city-centre-with-old-buildings_1268-23578.jpg","description":"12,780 SFT | Available Now","title":"Lot 5 - Build-to-Suit"},{"imageSrc":"http://img.b2bpic.net/free-photo/parking_1127-4166.jpg","description":"14,250 SFT | Coming Soon","title":"Lot 6 - The Contemporary"},{"title":"Lot 7 - Build-to-Suit","imageSrc":"http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149837022.jpg","description":"16,500 SFT | Available Now"}]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user