diff --git a/src/app/page.tsx b/src/app/page.tsx index 503cfec..f114d37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,6 @@ export default function HomePage() { { name: "About", id: "/about" }, { name: "Services", id: "/services" }, { name: "Contact", id: "/contact" }, - { name: "Blog", id: "/blog" }, ]} brandName="Sami & Co" bottomLeftText="Civil Lines, Faisalabad" @@ -53,7 +52,7 @@ export default function HomePage() { showDimOverlay={true} buttons={[ { text: "Call Now", href: "tel:+923001234567" }, - { text: "Get Free Consultation", href: "/contact" }, + { text: "Get Free Consultation", href: "contact" }, ]} /> @@ -67,7 +66,8 @@ export default function HomePage() { features={[ { id: "1", title: "Business Management Consulting", description: "Strategic guidance to streamline operations, improve efficiency, and achieve sustainable growth. We help you build stronger business foundations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + }, items: [ { icon: CheckCircle, text: "Operations optimization" }, { icon: CheckCircle, text: "Strategic planning" }, @@ -77,7 +77,8 @@ export default function HomePage() { }, { id: "2", title: "Financial Advisory & Accounting", description: "Expert financial guidance and accurate accounting practices to keep your business finances in order and compliant with regulations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + }, items: [ { icon: CheckCircle, text: "Financial statements" }, { icon: CheckCircle, text: "Audit services" }, @@ -87,7 +88,8 @@ export default function HomePage() { }, { id: "3", title: "Tax Planning & Compliance", description: "Minimize tax burden while ensuring full compliance with Pakistani tax laws. Our experts stay current with all regulations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg" + }, items: [ { icon: CheckCircle, text: "Tax optimization" }, { icon: CheckCircle, text: "Regulatory compliance" }, @@ -143,17 +145,23 @@ export default function HomePage() { ); -} \ No newline at end of file +}