From 996572dbbc666fc389a42447ca4d27ebf6e1c5b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:19:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60723da..5475602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Car, Coffee, ShieldCheck, Wifi, Wind, MapPin, Users, Heart } from "lucide-react"; +import { Car, Coffee, ShieldCheck, Wifi, Wind } from "lucide-react"; export default function LandingPage() { return ( @@ -74,6 +74,7 @@ export default function LandingPage() { ]} mediaAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/lamp-indoors-interior-design_23-2151919436.jpg?_wi=1" + useInvertedBackground={false} /> @@ -89,6 +90,7 @@ export default function LandingPage() { { id: "r2", name: "Deluxe Room", price: "Rp 250.000", imageSrc: "http://img.b2bpic.net/free-photo/soft-elegance-guest-bedding-comfortable_1203-4487.jpg?_wi=1" }, { id: "r3", name: "Family Suite", price: "Rp 400.000", imageSrc: "http://img.b2bpic.net/free-photo/person-talking-video-call_23-2151228198.jpg?_wi=1" }, ]} + useInvertedBackground={false} /> @@ -101,6 +103,7 @@ export default function LandingPage() { { id: "t1", name: "Ibu Ratna", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, { id: "t2", name: "Bpk. Yusuf", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }, ]} + useInvertedBackground={false} /> @@ -114,6 +117,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> -- 2.49.1