@@ -319,17 +327,18 @@ function FeatureShowcaseContainer(props: React.PropsWithChildren) {
);
}
-function LeftFeatureContainer(props: React.PropsWithChildren) {
+function FeatureContainer(
+ props: React.PropsWithChildren<{
+ className?: string;
+ reverse?: boolean;
+ }>,
+) {
return (
-
- {props.children}
-
- );
-}
-
-function RightFeatureContainer(props: React.PropsWithChildren) {
- return (
-