Merge version_1 into main #3
@@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Sun, Utensils, Tent } from "lucide-react";
|
||||
import { Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Sun, Utensils, Tent, Star, Users, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -171,14 +171,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5", description: "Average Rating"
|
||||
value: "4.9/5", label: "Average Rating", icon: Star
|
||||
},
|
||||
{
|
||||
value: "100+", description: "Expert Guides"
|
||||
value: "100+", label: "Expert Guides", icon: Users
|
||||
},
|
||||
{
|
||||
value: "Awarded", description: "Trusted Agency"
|
||||
}
|
||||
value: "Awarded", label: "Trusted Agency", icon: Award
|
||||
]}
|
||||
title="Hear From Our Happy Travelers"
|
||||
description="Our clients' experiences speak volumes. Read their stories and get inspired for your own journey."
|
||||
|
||||
Reference in New Issue
Block a user