forked from emre/www_projectmycelium_com
refactor: remove placeholder CTAs and links across multiple pages
- Removed unused Button imports from AgentHeroAlt, GallerySection, ComputeCapabilities, and StorageCapabilitiesNew - Replaced placeholder buttons/links with TODO comments indicating future implementation - Changed StorageCoreValue value items from <a> to <div> and removed href/target/rel attributes - Added descriptive TODO comments explaining what was previously rendered and what needs to be added - Affected components: AgentHeroAlt (
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import { Container } from '@/components/Container'
|
||||
import { Eyebrow, H3, P } from '@/components/Texts'
|
||||
import { Button } from '@/components/Button'
|
||||
|
||||
const capabilities = [
|
||||
{
|
||||
@@ -76,14 +75,8 @@ export function ComputeCapabilities() {
|
||||
</ul>
|
||||
|
||||
{/* Button section */}
|
||||
<div className="mx-auto mt-12 flex justify-center gap-6">
|
||||
<Button variant="solid" color="cyan" href="#">
|
||||
Get Started
|
||||
</Button>
|
||||
<Button variant="outline" color="white" href="#">
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
{/* TODO: CTA buttons (Get Started / Explore Docs) to be re-enabled when real links are available.
|
||||
Previously rendered here as two Buttons with href="#". */}
|
||||
</Container>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user