diff --git a/www/src/components/IntroSection.tsx b/www/src/components/IntroSection.tsx
index 6e29d8a1..1cf1ed31 100644
--- a/www/src/components/IntroSection.tsx
+++ b/www/src/components/IntroSection.tsx
@@ -35,7 +35,7 @@ export function IntroSection() {
{/* Right Diagram */}
-
+
{/* Main Heading */}
Basic scenarios to powerful agentic apps in minutes
@@ -55,7 +61,7 @@ export function VerticalCarouselSection() {
{/* Vertical Carousel Layout */}
{/* Left Sidebar Navigation */}
-
+
{/* Sliding Rectangle Indicator */}
{/* Right Content Area */}
-
+
-
- {/* Title */}
-
- {verticalCarouselData[activeSlide].title}
-
+
+ {/* Text Content */}
+
+ {/* Title */}
+
+ {verticalCarouselData[activeSlide].title}
+
- {/* Description */}
-
-
- {verticalCarouselData[activeSlide].description}
-
+ {/* Description */}
+
+
+ {verticalCarouselData[activeSlide].description}
+
+
+
+
+ {/* Diagram - Right Side */}
+
+
-
);