From a729c4c3cc830cf3995469adc3eabf916dc32762 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 04:17:43 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 18b052e..fe892fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Users, Factory, Boxes } from "lucide-react"; +import { Users, Factory, Boxes, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -38,6 +38,8 @@ export default function LandingPage() { name: "Why Choose Us", id: "/why-us"}, { name: "Reviews", id: "/reviews"}, + { + name: "Get Quote", id: "/quote"}, { name: "Contact", id: "/contact"}, ]} @@ -118,9 +120,11 @@ export default function LandingPage() { description="Whether you need custom packaging, brochures, or visual aids, our team is ready to bring your vision to life. Get a free quote today!" buttons={[ { - text: "Get a Quote", href: "/contact"}, + text: "Get a Quote", href: "/quote"}, { - text: "Contact Us", href: "/contact"}, + text: "Call Now", href: "tel:+91XXXXXXXXXX"}, + { + text: "Contact Us", href: "/contact"} ]} />