Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-25 17:48:43 +00:00

View File

@@ -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 { Award, Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Star, Sun, Users, Utensils, Tent } from "lucide-react";
import { Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Sun, Utensils, Tent } from "lucide-react";
export default function LandingPage() {
return (
@@ -164,23 +164,19 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-traveler-with-backpack-his-shoulder-looking-away_23-2148148690.jpg"},
{
id: "3", name: "Emily R.", role: "Culture Enthusiast", company: "World Wanderer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg", date: "Dec 01, 2023"
},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg"},
{
id: "4", name: "David K.", role: "Relaxation Lover", company: "Beach Bum Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-senior-women-enjoying-hike-nature_23-2149274908.jpg"},
]}
kpiItems={[
{
icon: Star,
value: "4.9/5", description: "Average Rating"
},
{
icon: Users,
value: "100+", description: "Expert Guides"
},
{
icon: Award,
value: "Awarded", description: "Trusted Agency"
}
]}