diff --git a/src/components/CoreSystem.astro b/src/components/CoreSystem.astro index 10d3e8e..ce95581 100644 --- a/src/components/CoreSystem.astro +++ b/src/components/CoreSystem.astro @@ -17,50 +17,33 @@ const cards = [ ] --- -
+
-
+
CORE FEATURES
-

Everything You Need to Communicate

+

Everything You Need to Communicate

Different identities, different conversations, and different privacy levels should not be forced into one flat interface. TalkPro lets them exist in order inside one platform.

-
- -
- {cards.slice(0, 3).map(card => ( -
-
- {card.title} -
-
-

{card.title}

-

{card.desc}

-
+
+ {cards.map(card => ( +
+
+ {card.title}
- ))} -
- -
- {cards.slice(3).map(card => ( -
-
- {card.title} -
-
-

{card.title}

-

{card.desc}

-
+
+

{card.title}

+

{card.desc}

- ))} -
+
+ ))}
diff --git a/src/components/Experience.astro b/src/components/Experience.astro index 1593a83..e5d0281 100644 --- a/src/components/Experience.astro +++ b/src/components/Experience.astro @@ -1,19 +1,19 @@ --- --- -
-
-

+

+
+

A Cleaner, More Comfortable Messaging Experience

-
+
-
-
+
+
Clear interface screenshot
@@ -25,8 +25,8 @@
-
-
+
+
Smooth navigation screenshot @@ -40,8 +40,8 @@
-
-
+
+
Refined visual design screenshot diff --git a/src/components/Header.astro b/src/components/Header.astro index 8de7156..4341e12 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -5,7 +5,7 @@ const globeIcon = "/assets/header-globe.svg"; ---
-
+
-