-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from uninus-opensource/feat/sample-page-market
feat: sample page market
- Loading branch information
Showing
30 changed files
with
226 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
'use client'; | ||
// import { trpc } from '@psu/web-services'; | ||
import { NavbarMarket } from '@psu/web-component-molecules'; | ||
import { FC, ReactElement } from 'react'; | ||
|
||
export const MarketModule: FC = (): ReactElement => { | ||
return ( | ||
<main className="w-full h-screen flex flex-col"> | ||
<NavbarMarket /> | ||
<section className="flex flex-col justify-center items-center w-full h-full px-[6rem]"> | ||
<div className="w-full h-[443px] bg-neutral-30% rounded-md flex flex-col justify-center items-center gap-12"> | ||
<h1 className="text-3xl">Digitalisasi Pasar Desa</h1> | ||
<p className="text-base w-[50%] text-center"> | ||
Digitalisasi Pasar Desa di desa Bojongsari kecamatan Bojongsoang | ||
merujuk pada proses memanfaatkan teknologi digital, seperti platform | ||
online yang bertujuan untuk meningkatkan pendapatan hingga | ||
memperluas akses pasar. | ||
</p> | ||
</div> | ||
</section> | ||
</main> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { NextPage } from 'next'; | ||
import { MarketModule } from './_modules'; | ||
import { ReactElement } from 'react'; | ||
|
||
const Home: NextPage = (): ReactElement => <MarketModule />; | ||
|
||
export default Home; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.