refactor: replace team member section with feature cards and add associated SVG icons
This commit is contained in:
@@ -95,16 +95,17 @@ export interface AboutFeaturesContent {
|
||||
features: AboutFeatureItem[];
|
||||
}
|
||||
|
||||
export interface AboutTeamMember {
|
||||
name: string;
|
||||
role: string;
|
||||
imageUrl: string;
|
||||
export interface AboutTeamCard {
|
||||
title: string;
|
||||
description: string;
|
||||
iconPath: string;
|
||||
}
|
||||
|
||||
export interface AboutTeamContent {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
members: AboutTeamMember[];
|
||||
intro: string;
|
||||
cards: AboutTeamCard[];
|
||||
}
|
||||
|
||||
export interface AboutCtaContent {
|
||||
|
||||
Reference in New Issue
Block a user