Merge version_118 into main #141

Merged
bender merged 1 commits from version_118 into main 2026-03-26 07:39:26 +00:00

View File

@@ -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() {