Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 827dc3e2f8 | |||
| 5c8fe93571 | |||
| c8bbfa3f32 | |||
| 80f018ee5d |
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Building, ThumbsUp } from "lucide-react";
|
||||
import { Award, Building, ThumbsUp, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -114,6 +114,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Comprehensive construction solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire About Our Services", href: "#contact"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,6 +152,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
tag="Industry Certified"
|
||||
tagIcon={ShieldCheck}
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "10+", title: "Years Experience", description: "Decade of industry expertise.", icon: Award,
|
||||
@@ -236,4 +243,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user