diff --git a/src/app/calculator/page.tsx b/src/app/calculator/page.tsx index cfde971..90ac2ff 100644 --- a/src/app/calculator/page.tsx +++ b/src/app/calculator/page.tsx @@ -1,9 +1,9 @@ "use client"; import { useState, useCallback, useEffect } from 'react'; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { PhoneCall, MessageCircle } from "lucide-react"; // Assuming these icons might be needed for WhatsApp link, though not directly in the new calculator structure export default function CalculatorPage() {