From a8c936d1a108b5d61016d45b606b2c156a9973ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:48:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 005b18c..9f1659e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} -- 2.49.1