@@ -7,7 +7,7 @@ export function SectionDivider() {
y1="0.5"
x2="100%"
y2="0.5"
- stroke="white"
+ stroke="rgba(255,255,255,0.4)"
strokeWidth="1"
strokeDasharray="12 12"
/>
@@ -14,7 +14,6 @@ const Home: React.FC = () => {
<AppAccess />
<SectionDivider />
<FeatureDetails />
- <SectionDivider />
</div>
);
};