From 36a37cb48cc451849de2d6de70158bcfa816f40f Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 14 Oct 2025 15:35:09 +0200 Subject: [PATCH] feat: add Learn More button to About section with documentation link --- src/components/About.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/About.tsx b/src/components/About.tsx index 6263777..0061ce9 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -1,4 +1,5 @@ import { AppStoreLink } from '@/components/AppStoreLink' +import { Button } from '@/components/Button' import { CircleBackground } from '@/components/CircleBackground' import { Container } from '@/components/Container' @@ -22,6 +23,15 @@ export function About() {

Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.

+
+ +