diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f71fb15..4334b9e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -38,7 +38,7 @@ export default function Layout() { diff --git a/src/index.css b/src/index.css index 8150a4f..6274054 100644 --- a/src/index.css +++ b/src/index.css @@ -5,11 +5,11 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5dc; - --card: #faf0e6; - --foreground: #3e2723; - --primary-cta: #8b5a2b; - --primary-cta-text: #ffffff; + --background: #fdfbf7; + --card: #f5f0e6; + --foreground: #2d1a11; + --primary-cta: #d4af37; + --primary-cta-text: #2d1a11; --secondary-cta: #faf0e6; --secondary-cta-text: #8b5a2b; --accent: #a0522d; diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 76d8f24..5f6b950 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,28 +1,18 @@ -// 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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HeroSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); }