Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-23 16:42:36 +00:00

View File

@@ -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" }}
/>
</div>