- );
-};
diff --git a/apps/website/components/Testimonials.tsx b/apps/website/components/Testimonials.tsx
index 153928e..444f4aa 100644
--- a/apps/website/components/Testimonials.tsx
+++ b/apps/website/components/Testimonials.tsx
@@ -1,78 +1,77 @@
"use client";
import { cn } from "@/lib/utils";
-import { Container } from "./Container";
import { Marquee } from "./ui/marquee";
-const testimonials = [
- [
- {
- content:
- "This application has revolutionized the way we handle deployments. The integration of Docker and Traefik through such a user-friendly interface has saved us countless hours.",
- author: {
- name: "Emily R.",
- role: "Full Stack Developer",
- image: "/avatars/avatar-1.png",
- },
- },
- {
- content:
- "As a fast-paced startup, efficiency and reliability are paramount. This software delivered on both, allowing us to focus more on development and less on operations.",
- author: {
- name: "Mark T.",
- role: "CTO, Tech Innovations Inc.",
- image: "/avatars/avatar-2.png",
- },
- },
- ],
- [
- {
- content:
- "The comprehensive monitoring and robust backup solutions have given us the peace of mind we need to operate at our best 24/7. Highly recommended!",
- author: {
- name: "Sarah L.",
- role: "IT Director, Creative Solutions Agency",
- image: "/avatars/avatar-3.png",
- },
- },
- {
- content:
- "Upgrading to this platform was a game-changer for our agency. The user permission controls and real-time updates have greatly enhanced our team's efficiency.",
- author: {
- name: "James P.",
- role: "Lead Developer, Dynamic Web Solutions",
- image: "/avatars/avatar-4.png",
- },
- },
- ],
- [
- {
- content:
- "Fantastic tool! The direct container access and dynamic Traefik configuration features have made it so easy to manage our services. It's like having a DevOps team in a box!",
- author: {
- name: "Ana D.",
- role: "Full Stack Developer, Independent Contractor",
- image: "/avatars/avatar-7.png",
- },
- },
- {
- content:
- "his tool has been indispensable for managing my client projects. It has streamlined my workflow and dramatically increased my productivity, allowing me to take on more clients without sacrificing quality.",
- author: {
- name: "Carlos M.",
- role: "Freelance Full Stack Developer",
- image: "/avatars/avatar-6.png",
- },
- },
- ],
-];
+// const testimonials = [
+// [
+// {
+// content:
+// "This application has revolutionized the way we handle deployments. The integration of Docker and Traefik through such a user-friendly interface has saved us countless hours.",
+// author: {
+// name: "Emily R.",
+// role: "Full Stack Developer",
+// image: "/avatars/avatar-1.png",
+// },
+// },
+// {
+// content:
+// "As a fast-paced startup, efficiency and reliability are paramount. This software delivered on both, allowing us to focus more on development and less on operations.",
+// author: {
+// name: "Mark T.",
+// role: "CTO, Tech Innovations Inc.",
+// image: "/avatars/avatar-2.png",
+// },
+// },
+// ],
+// [
+// {
+// content:
+// "The comprehensive monitoring and robust backup solutions have given us the peace of mind we need to operate at our best 24/7. Highly recommended!",
+// author: {
+// name: "Sarah L.",
+// role: "IT Director, Creative Solutions Agency",
+// image: "/avatars/avatar-3.png",
+// },
+// },
+// {
+// content:
+// "Upgrading to this platform was a game-changer for our agency. The user permission controls and real-time updates have greatly enhanced our team's efficiency.",
+// author: {
+// name: "James P.",
+// role: "Lead Developer, Dynamic Web Solutions",
+// image: "/avatars/avatar-4.png",
+// },
+// },
+// ],
+// [
+// {
+// content:
+// "Fantastic tool! The direct container access and dynamic Traefik configuration features have made it so easy to manage our services. It's like having a DevOps team in a box!",
+// author: {
+// name: "Ana D.",
+// role: "Full Stack Developer, Independent Contractor",
+// image: "/avatars/avatar-7.png",
+// },
+// },
+// {
+// content:
+// "his tool has been indispensable for managing my client projects. It has streamlined my workflow and dramatically increased my productivity, allowing me to take on more clients without sacrificing quality.",
+// author: {
+// name: "Carlos M.",
+// role: "Freelance Full Stack Developer",
+// image: "/avatars/avatar-6.png",
+// },
+// },
+// ],
+// ];
-function QuoteIcon(props: React.ComponentPropsWithoutRef<"svg">) {
- return (
-
- );
-}
+// function QuoteIcon(props: React.ComponentPropsWithoutRef<"svg">) {
+// return (
+//
+// );
+// }
const reviews = [
{
diff --git a/apps/website/components/features-second.tsx b/apps/website/components/features-second.tsx
index 4528e7c..2da102e 100644
--- a/apps/website/components/features-second.tsx
+++ b/apps/website/components/features-second.tsx
@@ -4,7 +4,6 @@ import { motion } from "framer-motion";
import Image from "next/image";
import Link from "next/link";
import type React from "react";
-import { useEffect, useRef } from "react";
export function FeaturesSectionDemo() {
const features = [
diff --git a/apps/website/components/features.tsx b/apps/website/components/first-features.tsx
similarity index 99%
rename from apps/website/components/features.tsx
rename to apps/website/components/first-features.tsx
index 09f0850..1451383 100644
--- a/apps/website/components/features.tsx
+++ b/apps/website/components/first-features.tsx
@@ -13,7 +13,7 @@ import {
} from "@tabler/icons-react";
import { Layers, Lock, UnlockIcon } from "lucide-react";
-export function FeaturesSectionDemo() {
+export function FirstFeaturesSection() {
const features = [
{
title: "Flexible Application Deployment",
diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx
index cd2aa14..51b7f55 100644
--- a/apps/website/components/pricing.tsx
+++ b/apps/website/components/pricing.tsx
@@ -327,95 +327,6 @@ export function Pricing() {