Merge version_118 into main #141
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user