refactor: remove comments and make camel case text

This commit is contained in:
Mauricio Siu
2024-04-29 23:16:54 -06:00
parent d31a2879b2
commit a4d6bf2df3
7 changed files with 3 additions and 110 deletions

View File

@@ -1,16 +1,10 @@
"use client";
import { useEffect, useState } from "react";
import Image from "next/image";
import { Tab } from "@headlessui/react";
import { AnimatePresence, motion } from "framer-motion";
import { Container } from "./Container";
import backgroundImage from "@/images/background-features.jpg";
import screenshotExpenses from "@/images/screenshots/expenses.png";
import screenshotPayroll from "@/images/screenshots/payroll.png";
import screenshotReporting from "@/images/screenshots/reporting.png";
import screenshotVatReturns from "@/images/screenshots/vat-returns.png";
import { cn } from "@/lib/utils";
const features = [