diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4cf674c..e7ff745 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,9 +9,12 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import { Award, Clock, Crown, DollarSign, Flame, MapPin, MessageSquare, Navigation, Smile, Sparkles, Star, Users } from 'lucide-react';
+import { Award, Clock, Crown, DollarSign, Flame, MapPin, MessageSquare, Navigation, Smile, Sparkles, Star, Users, Phone } from 'lucide-react';
export default function LandingPage() {
+ const phoneNumber = "04221-6866062";
+ const phoneNumberFormatted = "042216866062";
+
return (