Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a729c4c3cc | |||
| 182ae9838c | |||
| e31eec51a3 | |||
| 37297024c1 | |||
| 64d414cca4 | |||
| b381673751 | |||
| 60cb2e6126 | |||
| 7774b6556a |
@@ -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