5 Commits

Author SHA1 Message Date
6dcf149f0a Update src/app/page.tsx 2026-04-17 08:55:42 +00:00
a31e995384 Update src/app/page.tsx 2026-04-17 08:53:58 +00:00
ce5afefe78 Update src/app/page.tsx 2026-04-17 08:50:09 +00:00
2730fa0e66 Switch to version 4: modified src/app/page.tsx 2026-04-10 08:40:58 +00:00
7848ef92e6 Merge version_5 into main
Merge version_5 into main
2026-04-10 08:40:03 +00:00

View File

@@ -68,17 +68,17 @@ export default function LandingPage() {
<ProductCatalog
layout="section"
products={[]}
searchPlaceholder="Meklēt viesnīcas pēc atrašanās vietas..."
searchPlaceholder="Izpēti pasauli: atlasiet valsti vai pilsētu kartē..."
filters={[
{ label: "Budžets", options: ["Zems", "Vidējs", "Augsts"], selected: "Vidējs", onChange: () => {} }
]}
toolbarClassName="cursor-pointer hover:opacity-80 transition-opacity"
className="group"
searchClassName="[&>button]:cursor-pointer"
onSearchChange={() => {
window.location.href = "/interactive-map";
}}
/>
<div className="flex justify-center p-8 border-t border-b bg-muted/20">
<div className="w-full max-w-4xl h-[400px] bg-slate-200 rounded-xl flex flex-col items-center justify-center p-6 text-center shadow-inner">
<h3 className="text-xl font-bold mb-2"></h3>
<p className="text-muted-foreground"></p>
</div>
</div>
</div>
<div id="destinations" data-section="destinations">