diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9d719c9..4e9641f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,7 +14,7 @@ import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; -{/* webild-stub @2026-06-18T16:56:47.453Z: Type: Button Text: "Team" Selector: [data-webild-id="webild-1781801659422-g37hs1aob"] SelectorScope: PREVIEW_DOM_ONLY (data-webild-id is assigned at click time in the preview; it does NOT exist in repository source files). */} +{/* webild-stub @2026-06-18T16:56:47.453Z: Type: Button Text: "" Selector: [data-webild-id="webild-1781801659422-g37hs1aob"] SelectorScope: PREVIEW_DOM_ONLY (data-webild-id is assigned at click time in the preview; it does NOT exist in repository source files). */} export default function HomePage(): React.JSX.Element { return ( diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index b00cb9c..1dcf171 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -2,16 +2,16 @@ // file as the canonical source for the "team" section. import React from 'react'; -import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; +import StackedCards from '@/components/sections/team/StackedCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -export default function TeamSection(): React.JSX.Element { +export default function Section(): React.JSX.Element { return (
-