From c8e9b19ea059b96ef04c05615e297ca9e11561b1 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 25 Aug 2026 10:34:42 -0700 Subject: [PATCH] changed Fair Oaks Midcentury Modern description --- src/pages/projects/fair-oaks-midcentury-modern.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/projects/fair-oaks-midcentury-modern.astro b/src/pages/projects/fair-oaks-midcentury-modern.astro index b8e7a2f..af7c063 100644 --- a/src/pages/projects/fair-oaks-midcentury-modern.astro +++ b/src/pages/projects/fair-oaks-midcentury-modern.astro @@ -106,7 +106,7 @@ const project = { category: 'Full Home Renovation & Interior Design', location: 'Fair Oaks, CA', description: - 'A complete architectural refresh and interior redesign of a classic midcentury modern home. We emphasized natural light, warm oak tones, sleek line work, and modern functional living spaces while honoring the structural heritage of the property.', + 'A complete architectural refresh and interior redesign of a classic midcentury modern home. Emphasizing natural light, warm oak tones, and sleek line work, the updated space delivers modern functionality while honoring the property’s structural heritage.', comparisons: comparisons // <--- Attach your comparisons array here }; ---