Update src/app/page.tsx

This commit is contained in:
2026-03-08 13:40:12 +00:00
parent 84fbe1cb12
commit d194fd583d

View File

@@ -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={<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfFrloU6naHqEINcrFyIAYo2Uk/uploaded-1772977170201-bxrpo1lv.jpg" alt="Atlas Logo" style={{ height: '40px', objectFit: 'contain' }} />}
bottomLeftText="Kozhenchery, Kerala"
bottomRightText="+91 7025 529 278"
/>