Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user