diff --git a/components/testimonials/TestimonialsSection.tsx b/components/testimonials/TestimonialsSection.tsx
index 5e94d618e..6673a0e04 100644
--- a/components/testimonials/TestimonialsSection.tsx
+++ b/components/testimonials/TestimonialsSection.tsx
@@ -75,17 +75,17 @@ export default function TestimonialsSection({
const container = scrollContainerRef.current;
if (!container) return;
- const handleMouseEnter = () =>
- animations.current.forEach(anim => anim.pause());
- const handleMouseLeave = () =>
- animations.current.forEach(anim => anim.resume());
+ // const handleMouseEnter = () =>
+ // animations.current.forEach(anim => anim.pause());
+ // const handleMouseLeave = () =>
+ // animations.current.forEach(anim => anim.resume());
- container.addEventListener('mouseenter', handleMouseEnter);
- container.addEventListener('mouseleave', handleMouseLeave);
+ // container.addEventListener('mouseenter', handleMouseEnter);
+ // container.addEventListener('mouseleave', handleMouseLeave);
return () => {
- container.removeEventListener('mouseenter', handleMouseEnter);
- container.removeEventListener('mouseleave', handleMouseLeave);
+ // container.removeEventListener('mouseenter', handleMouseEnter);
+ // container.removeEventListener('mouseleave', handleMouseLeave);
animations.current.forEach(anim => anim.kill());
};
}, [testimonials, numColumns]);
diff --git a/lib/logger.ts b/lib/logger.ts
index d9542fc5c..6729e9458 100644
--- a/lib/logger.ts
+++ b/lib/logger.ts
@@ -10,7 +10,7 @@ export class Logger implements ILogger {
setMinLevel(level: LogLevel) {
this.minLevel = level;
}
-
+ //logger.ts
private shouldLog(level: LogLevel): boolean {
const levels: LogLevel[] = ['error', 'warn', 'info'];
return levels.indexOf(level) <= levels.indexOf(this.minLevel);
diff --git a/package-lock.json b/package-lock.json
index 379c36565..eb1ae2643 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14907,6 +14907,111 @@
"optional": true
}
}
+ },
+ "node_modules/@next/swc-darwin-x64": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.3.tgz",
+ "integrity": "sha512-w83w4SkOOhekJOcA5HBvHyGzgV1W/XvOfpkrxIse4uPWhYTTRwtGEM4v/jiXwNSJvfRvah0H8/uTLBKRXlef8g==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-arm64-gnu": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.3.tgz",
+ "integrity": "sha512-+m7pfIs0/yvgVu26ieaKrifV8C8yiLe7jVp9SpcIzg7XmyyNE7toC1fy5IOQozmr6kWl/JONC51osih2RyoXRw==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-arm64-musl": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.3.tgz",
+ "integrity": "sha512-u3PEIzuguSenoZviZJahNLgCexGFhso5mxWCrrIMdvpZn6lkME5vc/ADZG8UUk5K1uWRy4hqSFECrON6UKQBbQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-x64-gnu": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.3.tgz",
+ "integrity": "sha512-lDtOOScYDZxI2BENN9m0pfVPJDSuUkAD1YXSvlJF0DKwZt0WlA7T7o3wrcEr4Q+iHYGzEaVuZcsIbCps4K27sA==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-linux-x64-musl": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.3.tgz",
+ "integrity": "sha512-9vWVUnsx9PrY2NwdVRJ4dUURAQ8Su0sLRPqcCCxtX5zIQUBES12eRVHq6b70bbfaVaxIDGJN2afHui0eDm+cLg==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-win32-arm64-msvc": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.3.tgz",
+ "integrity": "sha512-1CU20FZzY9LFQigRi6jM45oJMU3KziA5/sSG+dXeVaTm661snQP6xu3ykGxxwU5sLG3sh14teO/IOEPVsQMRfA==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/@next/swc-win32-x64-msvc": {
+ "version": "15.5.3",
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.3.tgz",
+ "integrity": "sha512-JMoLAq3n3y5tKXPQwCK5c+6tmwkuFDa2XAxz8Wm4+IVthdBZdZGh+lmiLUHg9f9IDwIQpUjp+ysd6OkYTyZRZw==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">= 10"
+ }
}
}
}
diff --git a/public/elipse1.svg b/public/elipse1.svg
new file mode 100644
index 000000000..2ddc42f5c
--- /dev/null
+++ b/public/elipse1.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/elipse2.svg b/public/elipse2.svg
new file mode 100644
index 000000000..7ce490981
--- /dev/null
+++ b/public/elipse2.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/elipse3.svg b/public/elipse3.svg
new file mode 100644
index 000000000..f737d99af
--- /dev/null
+++ b/public/elipse3.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+