Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09d16c48da | |||
| 153f1ef318 | |||
| 827dc3e2f8 | |||
| 5c8fe93571 |
@@ -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 (
|
||||
@@ -152,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,
|
||||
@@ -171,7 +174,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Kyereh’s team exceeded my expectations. Professional, fast, and high-quality work. They turned my vision into a beautiful reality."
|
||||
testimonial="Kyereh’s team exceeded my expectations. Professional, fast, and high-quality work. They turned my vision into a beautiful reality. Join 100+ satisfied clients who have trusted us with their construction dreams."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Accra"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user