Skip to content

Commit 3873f23

Browse files
committed
Wrong section intro for features section.
1 parent 5dc3fa8 commit 3873f23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/sections/Features.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Tab from "../../components/Tab";
77
import { useState } from "react";
88
import TabPanel from "../../components/TabPanel";
99

10+
1011
export default function Features() {
1112
const [selectedIndex, setSelectedIndex] = useState(0);
1213

@@ -16,10 +17,8 @@ export default function Features() {
1617
className="bg-neutral-100 dark:bg-neutral-950"
1718
>
1819
<SectionIntro
19-
title="Cloud superpowers for your servers."
20-
description="metal-stack enables you to operate your own cloud infrastructure
21-
on bare-metal servers, making you independent from hyperscalers
22-
and cloud providers."
20+
title="Distinguishing features"
21+
description="Before starting development on metal-stack, we set out to create guiding principles to check our work against. These principles are the foundation of our work, reflect our motivation and present main considerations in the design of metal-stack."
2322
/>
2423
<Row>
2524
<Container>

0 commit comments

Comments
 (0)