diff --git a/src/index.css b/src/index.css
index b20cee6..c351516 100644
--- a/src/index.css
+++ b/src/index.css
@@ -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 */
diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx
index 87ceb7d..393d330 100644
--- a/src/pages/HomePage/sections/About.tsx
+++ b/src/pages/HomePage/sections/About.tsx
@@ -10,8 +10,8 @@ export default function AboutSection(): React.JSX.Element {
+ 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."
+ />
);
diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx
index e1d2de1..bf737b9 100644
--- a/src/pages/HomePage/sections/Features.tsx
+++ b/src/pages/HomePage/sections/Features.tsx
@@ -10,20 +10,12 @@ export default function FeaturesSection(): React.JSX.Element {
+ 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"]}
+ />
);
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index 7a6c4ff..3c9f106 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -10,18 +10,12 @@ export default function HeroSection(): React.JSX.Element {
+ />
);
diff --git a/src/pages/HomePage/sections/Siteplan.tsx b/src/pages/HomePage/sections/Siteplan.tsx
index e881e80..86a0649 100644
--- a/src/pages/HomePage/sections/Siteplan.tsx
+++ b/src/pages/HomePage/sections/Siteplan.tsx
@@ -10,47 +10,11 @@ export default function SiteplanSection(): React.JSX.Element {
+ 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"}]}
+ />
);