-
- Product features
-
-
- Provide a brief overview of the key features of the product. For
- example, you could list the number of features, their types or
- benefits, and add-ons.
-
-
-
- {items.map(({ title }, index) => (
- handleItemClick(index)}
- selected={selectedItemIndex === index}
- />
- ))}
-
-
- ({
- backgroundSize: 'cover',
- backgroundPosition: 'center',
- minHeight: 280,
- backgroundImage: 'var(--items-imageLight)',
- ...theme.applyStyles('dark', {
- backgroundImage: 'var(--items-imageDark)',
- }),
- })}
- style={{
- '--items-imageLight': items[selectedItemIndex].imageLight,
- '--items-imageDark': items[selectedItemIndex].imageDark,
- }}
- />
-
-
- {selectedFeature.title}
-
-
- {selectedFeature.description}
-
- svg': { transition: '0.2s' },
- '&:hover > svg': { transform: 'translateX(2px)' },
- }}
- >
- Learn more
-
-
-
-
-
+
+ Product features
+
+
+ Provide a brief overview of the key features of the product. For example,
+ you could list the number of features, their types or benefits, and
+ add-ons.
+
+
+
+
-
- Product features
-
-
- Provide a brief overview of the key features of the product. For
- example, you could list the number of features, their types or
- benefits, and add-ons.
-
-
-
- {items.map(({ title }, index) => (
- handleItemClick(index)}
- selected={selectedItemIndex === index}
- />
- ))}
-
-
- ({
- backgroundSize: 'cover',
- backgroundPosition: 'center',
- minHeight: 280,
- backgroundImage: 'var(--items-imageLight)',
- ...theme.applyStyles('dark', {
- backgroundImage: 'var(--items-imageDark)',
- }),
- })}
- style={
- {
- '--items-imageLight': items[selectedItemIndex].imageLight,
- '--items-imageDark': items[selectedItemIndex].imageDark,
- } as any
- }
- />
-
-
- {selectedFeature.title}
-
-
- {selectedFeature.description}
-
- svg': { transition: '0.2s' },
- '&:hover > svg': { transform: 'translateX(2px)' },
- }}
- >
- Learn more
-
-
-
-
-
+
+ Product features
+
+
+ Provide a brief overview of the key features of the product. For example,
+ you could list the number of features, their types or benefits, and
+ add-ons.
+
+
+
+