File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
landing/src/components/sections Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,6 @@ const Hero: React.FC = () => {
7676 </ a >
7777 </ motion . div >
7878
79- < motion . div
80- variants = { item }
81- className = "mb-8"
82- >
83- < span className = "inline-block px-6 py-3 bg-amber-500/20 text-amber-300 font-semibold text-lg rounded-md border border-amber-500/30 animate-pulse" >
84- Coming Soon — Join the Waitlist for Early Access
85- </ span >
86- </ motion . div >
87-
8879 < motion . p
8980 variants = { item }
9081 className = "text-xl md:text-2xl text-gray-400 mb-6 max-w-4xl mx-auto"
Original file line number Diff line number Diff line change @@ -388,10 +388,10 @@ const HowItWorks: React.FC = () => {
388388 </ div >
389389
390390 { /* AI Service Layer */ }
391- < SectionTitle title = "AI Service Layer (Groq APIs) " color = "text-blue-400" />
391+ < SectionTitle title = "AI Service Layer" color = "text-blue-400" />
392392 { /* Desktop view - all 5 in one row */ }
393393 < div className = "hidden md:grid md:grid-cols-5 gap-3" >
394- < TooltipBox tooltip = "Large Language Model service powered by Groq for AI interactions." >
394+ < TooltipBox tooltip = "Large Language Model service powered by LangChain for AI interactions." >
395395 < div className = "bg-blue-900/40 border border-blue-500/60 rounded-lg p-4 text-center hover:border-blue-400 transition-colors shadow-md" >
396396 < div className = "flex justify-center mb-1" >
397397 < Brain className = "text-blue-400" size = { 20 } />
@@ -436,7 +436,7 @@ const HowItWorks: React.FC = () => {
436436 { /* Mobile view - split into two rows (3+2) */ }
437437 < div className = "md:hidden" >
438438 < div className = "grid grid-cols-3 gap-2 mb-2" >
439- < TooltipBox tooltip = "Large Language Model service powered by Groq for AI interactions." >
439+ < TooltipBox tooltip = "Large Language Model service powered by LangChain for AI interactions." >
440440 < div className = "bg-blue-900/40 border border-blue-500/60 rounded-lg p-2 text-center hover:border-blue-400 transition-colors shadow-md" >
441441 < div className = "flex justify-center mb-1" >
442442 < Brain className = "text-blue-400" size = { 16 } />
You can’t perform that action at this time.
0 commit comments