From 2333fba118385a188ef20ae317c5026794cb813f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:42:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecf7821..5652f6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, BarChart, CheckCircle, Globe, Shield, Zap, Mail, MessageCircle } from "lucide-react"; +import { Award, BarChart, CheckCircle, Globe, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -119,6 +119,7 @@ export default function LandingPage() { testimonial="Applied Meters has transformed our operational efficiency. Their equipment is precise, reliable, and simply the best in the market." rating={5} author="Mark Henderson, Operations Director" + avatars={[{ src: "https://img.freepik.com/free-photo/handsome-man-smiling-confident_23-2148443575.jpg", alt: "Mark Henderson" }]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -146,6 +147,7 @@ export default function LandingPage() { description="Have a project in mind? Reach out to our expert team for specialized assistance." buttons={[{ text: "Send an Email", href: "mailto:hello@appliedmeters.com" }]} useInvertedBackground={false} + background={{ variant: "plain" }} /> -- 2.49.1