Merge version_1 into main #3
@@ -6,7 +6,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import Link from "next/link";
|
||||
import { Star, MessageCircle, Award } from "lucide-react";
|
||||
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -96,13 +96,13 @@ export default function AboutPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0", icon: Star
|
||||
value: "5.0", title: "Star Rating"
|
||||
},
|
||||
{
|
||||
value: "36", icon: MessageCircle
|
||||
value: "36", title: "Google Reviews"
|
||||
},
|
||||
{
|
||||
value: "3+", icon: Award
|
||||
value: "3+", title: "Years in Business"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import Link from 'next/link';
|
||||
import { Star, MessageCircle, Award } from 'lucide-react';
|
||||
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -134,9 +134,9 @@ export default function HomePage() {
|
||||
{ id: "4", name: "David K.", role: "Homeowner", company: "Jacksonville", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-fit-person-jogging-by-sea_329181-16763.jpg", imageAlt: "David K. testimonial avatar" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5.0", icon: Star },
|
||||
{ value: "36", icon: MessageCircle },
|
||||
{ value: "3+", icon: Award }
|
||||
{ value: "5.0", title: "Star Rating" },
|
||||
{ value: "36", title: "Google Reviews" },
|
||||
{ value: "3+", title: "Years in Business" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user