diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5257b2f..6bc12f1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Hammer, Image as ImageIcon, Phone } from 'lucide-react';
-import Image from 'next/image';
export default function LandingPage() {
return (
@@ -36,7 +35,6 @@ export default function LandingPage() {
{ name: "Call Now", id: "tel:+917025529278" }
]}
brandName=""
- brandLogo={
}
bottomLeftText="Kozhenchery, Kerala"
bottomRightText="+91 7025 529 278"
/>
@@ -104,25 +102,32 @@ export default function LandingPage() {