Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dcf149f0a | |||
| a31e995384 | |||
| ce5afefe78 | |||
| 2730fa0e66 | |||
| 7848ef92e6 | |||
| 9e626fce88 | |||
| 1e9988bbc8 | |||
| 8667e34531 |
@@ -68,11 +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: () => {} }
|
||||
]}
|
||||
/>
|
||||
<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