From d8b9c37fc7a35071c041b37fec5a021df72591f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:41:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) 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={Atlas Logo} bottomLeftText="Kozhenchery, Kerala" bottomRightText="+91 7025 529 278" /> @@ -104,25 +102,32 @@ export default function LandingPage() {