From 5333ae09d96cab7cb240403777380123f1e70636 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:13:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++++++-------------------------------- 1 file changed, 51 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dac5a7e..52e0b6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, Sand, ChefHat, Martini, Star } from "lucide-react"; +import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, ChefHat, Martini, Star, Thermometer } from "lucide-react"; export default function LandingPage() { return ( @@ -29,16 +29,11 @@ export default function LandingPage() {