From d194fd583d79b3c1ae87dd53d593ccdea940403a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdb2b7d..5257b2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ 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 ( @@ -34,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, { name: "Call Now", id: "tel:+917025529278" } ]} - brandName="Atlas" + brandName="" + brandLogo={Atlas Logo} bottomLeftText="Kozhenchery, Kerala" bottomRightText="+91 7025 529 278" /> -- 2.49.1