From c3e6185d45f396985a5e522909a1df713bf1e74d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:58:13 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 (
- Date: Thu, 18 Jun 2026 16:58:14 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (