Merge version_40_1781801877916 into main
Merge version_40_1781801877916 into main
This commit was merged in pull request #40.
This commit is contained in:
@@ -14,7 +14,7 @@ import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
{/* webild-stub @2026-06-18T16:56:47.453Z: <TARGET_ELEMENT> 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: <TARGET_ELEMENT> 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 (
|
||||
|
||||
@@ -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 (
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<TeamStackedCards
|
||||
<StackedCards
|
||||
tag="Our Experts"
|
||||
title="Creative Team"
|
||||
title="Creative "
|
||||
description="Meet the design minds driving innovation."
|
||||
members={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user