From d839b21036f14c3d32781f2041180e979f6f403b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:14:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f553388..536ccdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; -import { CheckCircle, Eye, Filter, Phone, Search, Star, MapPin, Building2, Hotel } from "lucide-react"; +import { CheckCircle, Eye, Filter, Phone, Search, Star, MapPin, Building2, Hotel, ZoomIn, ZoomOut, Search as SearchIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -68,25 +68,33 @@ export default function LandingPage() { {} } ]} />
-
-

Interaktīvā Karte

-
-
- - Motelis: "Sunset View" +
+
+
+ +
-
- - Viesnīca: "Grand City" +
+ +
-

Izpēti vairāk tieši kartē

+
+
+
📍
+
Grand City
€120/naktī
+
+
+
📍
+
Sunset View
€85/naktī
+
+
@@ -192,4 +200,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1