diff --git a/src/index.css b/src/index.css index 3a2f6b2..352adcc 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&family=JetBrains+Mono:wght@400;500&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap'); @import "tailwindcss"; @import "./styles/masks.css"; @import "./styles/animations.css"; @@ -88,9 +88,9 @@ --color-background-accent: var(--background-accent); /* Fonts */ - --font-sans: 'Inter', sans-serif; - --font-tight: "Inter", sans-serif; - --font-mono: 'JetBrains Mono', monospace; + --font-sans: 'Archivo', sans-serif; + --font-tight: "Archivo", sans-serif; + --font-mono: 'IBM Plex Mono', monospace; /* Border Radius */ --radius: var(--radius); diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index ac964e0..f00707e 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,49 +1,20 @@ -// 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 ( -
- - - -
+
+ +
); }