Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dcf149f0a | |||
| a31e995384 | |||
| ce5afefe78 | |||
| 2730fa0e66 | |||
| 7848ef92e6 |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user