From 86072cdffadc8a316adbd7e21b91dbc0fb43b712 Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 19 Oct 2025 17:24:04 +0300 Subject: [PATCH 1/5] feat: fix background styling to use correct bg-background variant --- .../TechnologyDemosSection/TechnologyDemosSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx index b1fab71..ee9bba0 100644 --- a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx +++ b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx @@ -61,7 +61,7 @@ const TechnologyDemosSection: React.FC = () => { ]; return ( -
+

From b61c162ce7e24ca6c493903e6b7d424bd6395400 Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 19 Oct 2025 17:39:36 +0300 Subject: [PATCH 2/5] feat: change section title font size and weight --- .../TechnologyDemosSection/TechnologyDemosSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx index ee9bba0..87e1996 100644 --- a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx +++ b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx @@ -64,10 +64,10 @@ const TechnologyDemosSection: React.FC = () => {
-

+

Technology Demonstrations

-

+

Experience the power of our Ivy Framework through interactive demonstrations

From 75da617bc27b39b4efb1b202e7b1ec3d0fea9ccd Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 19 Oct 2025 17:46:43 +0300 Subject: [PATCH 3/5] feat: remove card borders and update background colors --- .../TechnologyDemosSection/TechnologyDemosSection.tsx | 2 +- src/components/ui/card.tsx | 2 +- src/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx index 87e1996..b2800c1 100644 --- a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx +++ b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx @@ -12,7 +12,7 @@ const TechDemoCard: React.FC = ({ description, }) => { return ( - +
diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 113d66c..058abd8 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -7,7 +7,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
Date: Sun, 19 Oct 2025 18:04:38 +0300 Subject: [PATCH 4/5] feat: improve better styling and colors --- .../TechnologyDemosSection.tsx | 24 +++++++++---------- src/components/ui/card.tsx | 2 +- src/index.css | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx index b2800c1..9dfc247 100644 --- a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx +++ b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx @@ -13,14 +13,12 @@ const TechDemoCard: React.FC = ({ }) => { return ( - -
-
- {icon} -
+ +
+
{icon}
-

{title}

-

{description}

+

{title}

+

{description}

); @@ -29,32 +27,32 @@ const TechDemoCard: React.FC = ({ const TechnologyDemosSection: React.FC = () => { const demos: TechDemoCardProps[] = [ { - icon: , + icon: , title: "Real-time Application Generation", description: "Watch applications come to life in real-time", }, { - icon: , + icon: , title: "Database Schema Creation", description: "Automated database design and optimization", }, { - icon: , + icon: , title: "Authentication System Implementation", description: "Complete security implementation in minutes", }, { - icon: , + icon: , title: "API Development & Documentation", description: "Automatic API creation with full documentation", }, { - icon: , + icon: , title: "Deployment & Hosting Automation", description: "One-click deployment to production", }, { - icon: , + icon: , title: "User Management Systems", description: "Complete user lifecycle management", }, diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 058abd8..3adac87 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -7,7 +7,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
Date: Sun, 19 Oct 2025 18:11:30 +0300 Subject: [PATCH 5/5] feat: set font as semibold for sub header text --- .../TechnologyDemosSection/TechnologyDemosSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx index 9dfc247..8760f8b 100644 --- a/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx +++ b/src/components/TechnologyDemosSection/TechnologyDemosSection.tsx @@ -65,7 +65,7 @@ const TechnologyDemosSection: React.FC = () => {

Technology Demonstrations

-

+

Experience the power of our Ivy Framework through interactive demonstrations