I'm Amruth Pillai, just another run-off-the-mill developer working at Elara Digital GmbH in
@@ -52,7 +54,9 @@ const Question1 = () => (
// How much does it cost to run Reactive Resume?
const Question2 = () => (
It's not much honestly.{" "}
@@ -95,7 +99,9 @@ const Question2 = () => (
// Other than donating, how can I support you?
const Question3 = () => (
If you speak a language other than English, sign up to be a translator on
@@ -127,7 +133,9 @@ const Question4 = () => {
return (
Here are the languages currently supported by Reactive Resume, along with their respective
@@ -180,7 +188,9 @@ const Question4 = () => {
// How does the OpenAI Integration work?
const Question5 = () => (
OpenAI has been a game-changer for all of us. I cannot tell you how much ChatGPT has helped
@@ -219,7 +229,7 @@ const Question5 = () => (
export const FAQSection = () => {
return (
Frequently Asked Questions
diff --git a/apps/client/src/pages/home/sections/features/index.tsx b/apps/client/src/pages/home/sections/features/index.tsx
index c506c9a2..5bec6838 100644
--- a/apps/client/src/pages/home/sections/features/index.tsx
+++ b/apps/client/src/pages/home/sections/features/index.tsx
@@ -112,8 +112,8 @@ export const FeaturesSection = () => {
key={index}
viewport={{ once: true }}
initial={{ opacity: 0, x: -50 }}
+ className={cn(featureLabel, feature.className)}
whileInView={{ opacity: 1, x: 0, transition: { delay: index * 0.1 } }}
- className={cn(featureLabel, feature.className, index > 8 && "hidden lg:flex")}
>
{feature.icon}
{feature.title}
diff --git a/apps/client/src/pages/home/sections/statistics/counter.tsx b/apps/client/src/pages/home/sections/statistics/counter.tsx
index b15f5ade..5191415a 100644
--- a/apps/client/src/pages/home/sections/statistics/counter.tsx
+++ b/apps/client/src/pages/home/sections/statistics/counter.tsx
@@ -25,6 +25,7 @@ export const Counter = ({ from, to }: CounterProps) => {
return (
{stats.map((stat, index) => (
-