Anurag commited on
Commit
96bc6b0
·
1 Parent(s): b51c9d7

frontend changes for the landing page

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Landing.tsx +4 -4
frontend/src/pages/Landing.tsx CHANGED
@@ -52,7 +52,7 @@ const Landing = () => {
52
  onMouseEnter={() => setIsHeroHovered(true)}
53
  onMouseLeave={() => setIsHeroHovered(false)}
54
  >
55
- The Privacy First Voice Chatbot with{" "}
56
  <br className="hidden md:block" />
57
  <span
58
  className={`relative inline-block transition-all duration-500 ${
@@ -155,8 +155,8 @@ const Landing = () => {
155
  Why Choose VocRT?
156
  </h2>
157
  <p className="text-xl text-gray-400 max-w-3xl mx-auto">
158
- Our advanced voice chatbot technology offers unique capabilities
159
- that set us apart.
160
  </p>
161
  </div>
162
 
@@ -177,7 +177,7 @@ const Landing = () => {
177
  {
178
  title: "Seamless Interruption Handling",
179
  description:
180
- "Interrupt the chatbot mid-response, and it will gracefully adjust—just like a human conversation.",
181
  icon: <VolumeX className="h-6 w-6 text-pink-500" />,
182
  },
183
  {
 
52
  onMouseEnter={() => setIsHeroHovered(true)}
53
  onMouseLeave={() => setIsHeroHovered(false)}
54
  >
55
+ The Privacy First Voice-to-Voice AI Solution with{" "}
56
  <br className="hidden md:block" />
57
  <span
58
  className={`relative inline-block transition-all duration-500 ${
 
155
  Why Choose VocRT?
156
  </h2>
157
  <p className="text-xl text-gray-400 max-w-3xl mx-auto">
158
+ Advanced voice-to-voice technology offers unique capabilities that
159
+ set us apart.
160
  </p>
161
  </div>
162
 
 
177
  {
178
  title: "Seamless Interruption Handling",
179
  description:
180
+ "Interrupt in the mid-response, and it will gracefully adjust—just like a human conversation.",
181
  icon: <VolumeX className="h-6 w-6 text-pink-500" />,
182
  },
183
  {