fix: Update text descriptions in Cross and Home components for clarity
This commit is contained in:
@@ -77,7 +77,7 @@ export default function Cross() {
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold text-gray-900">Generator siatki</h1>
|
||||
<p className="text-gray-600">Przekształć pliki DXF na siatki instalacyjne</p>
|
||||
<p className="text-gray-600">Dodaj siatkę do mapy w pliku DXF</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function Home() {
|
||||
Generator profilu przekroju terenu
|
||||
</h1>
|
||||
<p className="text-gray-600">
|
||||
Twórz profesjonalne profile terenowe na podstawie danych z Geoportalu lub wprowadzonych ręcznie
|
||||
Stwórz profil terenu
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function Home() {
|
||||
</Card>
|
||||
|
||||
{/* Info Cards */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||
{/* <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||
<Card>
|
||||
<CardContent>
|
||||
<div className="flex items-center space-x-3">
|
||||
@@ -98,7 +98,7 @@ export default function Home() {
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user