├── .eslintrc.json ├── .gitattributes ├── .github └── workflows │ └── deploy.yml ├── .gitignore ├── .npmrc ├── .vscode └── settings.json ├── CHANGELOG.md ├── LICENSE ├── README.md ├── next.config.js ├── package.json ├── postcss.config.js ├── prettier.config.js ├── public ├── favicon.ico ├── fonts │ └── dm-sans │ │ ├── DMSans-Bold.ttf │ │ ├── DMSans-BoldItalic.ttf │ │ ├── DMSans-Italic.ttf │ │ ├── DMSans-Medium.ttf │ │ ├── DMSans-MediumItalic.ttf │ │ ├── DMSans-Regular.ttf │ │ └── OFL.txt ├── img │ ├── auth │ │ └── auth.png │ ├── avatars │ │ ├── avatar1.png │ │ ├── avatar10.png │ │ ├── avatar11.png │ │ ├── avatar2.png │ │ ├── avatar3.png │ │ ├── avatar4.png │ │ ├── avatar5.png │ │ ├── avatar6.png │ │ ├── avatar7.png │ │ ├── avatar8.png │ │ ├── avatar9.png │ │ └── avatarSimmmple.png │ ├── dashboards │ │ ├── Battery.png │ │ ├── Blueprint.png │ │ ├── Debit.png │ │ ├── Tesla.png │ │ ├── balanceImg.png │ │ ├── elipse-light.png │ │ ├── fakeGraph.png │ │ ├── home.png │ │ └── usa.png │ ├── layout │ │ ├── Navbar.png │ │ └── logoWhite.png │ ├── nfts │ │ ├── Nft1.png │ │ ├── Nft2.png │ │ ├── Nft3.png │ │ ├── Nft4.png │ │ ├── Nft5.png │ │ ├── Nft6.png │ │ └── NftBanner1.png │ ├── others │ │ └── error.png │ ├── product │ │ ├── glassy │ │ │ ├── product-glassy-main.png │ │ │ ├── product-glassy1.png │ │ │ ├── product-glassy2.png │ │ │ ├── product-glassy3.png │ │ │ └── product-glassy4.png │ │ ├── product-footer.png │ │ ├── purity-free │ │ │ ├── product-purity-free-main.png │ │ │ ├── product-purity-free1.png │ │ │ ├── product-purity-free2.png │ │ │ ├── product-purity-free3.png │ │ │ └── product-purity-free4.png │ │ ├── purity-pro │ │ │ ├── product-purity-pro-main.png │ │ │ ├── product-purity-pro1.png │ │ │ ├── product-purity-pro2.png │ │ │ ├── product-purity-pro3.png │ │ │ └── product-purity-pro4.png │ │ ├── saturn │ │ │ ├── product-saturn-main.png │ │ │ ├── product-saturn1.png │ │ │ ├── product-saturn2.png │ │ │ └── product-saturn3.png │ │ ├── tasklist │ │ │ ├── product-tasklist-main.png │ │ │ ├── product-tasklist1.png │ │ │ ├── product-tasklist2.png │ │ │ └── product-tasklist3.png │ │ ├── uranus-free │ │ │ ├── product-uranus-free-main.png │ │ │ ├── product-uranus-free1.png │ │ │ ├── product-uranus-free2.png │ │ │ ├── product-uranus-free3.png │ │ │ └── product-uranus-free4.png │ │ ├── uranus-pro │ │ │ ├── product-uranus-pro-main.png │ │ │ ├── product-uranus-pro1.png │ │ │ ├── product-uranus-pro2.png │ │ │ ├── product-uranus-pro3.png │ │ │ ├── product-uranus-pro4.png │ │ │ └── product-uranus-pro5.png │ │ ├── venus-db-free │ │ │ ├── venusDbFree1.png │ │ │ ├── venusDbFree2.png │ │ │ ├── venusDbFree3.png │ │ │ ├── venusDbFree4.png │ │ │ └── venusDbFree5.png │ │ ├── venus-db-pro │ │ │ ├── product-venus-db-pro-main.png │ │ │ ├── product-venus-db-pro1.png │ │ │ ├── product-venus-db-pro2.png │ │ │ ├── product-venus-db-pro3.png │ │ │ ├── product-venus-db-pro4.png │ │ │ └── product-venus-db-pro5.png │ │ ├── venus-ds-free │ │ │ ├── product-venus-ds-free-main.png │ │ │ ├── product-venus-ds-free1.png │ │ │ ├── product-venus-ds-free2.png │ │ │ └── product-venus-ds-free3.png │ │ ├── venus-ds-pro │ │ │ ├── product-venus-ds-pro-main.png │ │ │ ├── product-venus-ds-pro1.png │ │ │ ├── product-venus-ds-pro2-min.png │ │ │ ├── product-venus-ds-pro3-min.png │ │ │ ├── product-venus-ds-pro4-min.png │ │ │ └── product-venus-ds-pro5-min.png │ │ ├── vision-chakra-free │ │ │ ├── visionChakraFree1.png │ │ │ ├── visionChakraFree2.png │ │ │ ├── visionChakraFree3.png │ │ │ ├── visionChakraFree4.png │ │ │ └── visionChakraFreeMain.png │ │ ├── vision-chakra-pro │ │ │ ├── visionChakraPRO1.png │ │ │ ├── visionChakraPRO2.png │ │ │ ├── visionChakraPRO3.png │ │ │ └── visionChakraPROMain.png │ │ ├── vision-react-free │ │ │ ├── visionReactFree1.png │ │ │ ├── visionReactFree2.png │ │ │ ├── visionReactFree3.png │ │ │ ├── visionReactFree4.png │ │ │ ├── visionReactFree5.png │ │ │ └── visionReactFreeMain.png │ │ └── vision-react-pro │ │ │ ├── visionReactPRO1.png │ │ │ ├── visionReactPRO2.png │ │ │ ├── visionReactPRO3.png │ │ │ ├── visionReactPRO4.png │ │ │ └── visionReactPROMain.png │ └── profile │ │ ├── banner.png │ │ ├── image1.png │ │ ├── image2.png │ │ └── image3.png ├── manifest.json ├── robots.txt └── svg │ └── checked.svg ├── src ├── Fonts.tsx ├── app │ ├── AppWrappers.tsx │ ├── admin │ │ ├── data-tables │ │ │ └── page.tsx │ │ ├── default │ │ │ └── page.tsx │ │ ├── layout.tsx │ │ ├── nft-marketplace │ │ │ └── page.tsx │ │ ├── page.tsx │ │ └── profile │ │ │ └── page.tsx │ ├── auth │ │ ├── layout.tsx │ │ └── sign-in │ │ │ └── page.tsx │ ├── head.tsx │ ├── layout.tsx │ ├── page.tsx │ └── rtl │ │ └── rtl-default │ │ ├── layout.tsx │ │ └── page.tsx ├── components │ ├── admin │ │ ├── data-tables │ │ │ ├── CheckTable.tsx │ │ │ ├── ColumnsTable.tsx │ │ │ ├── ComplexTable.tsx │ │ │ └── DevelopmentTable.tsx │ │ ├── default │ │ │ ├── CheckTable.tsx │ │ │ ├── ComplexTable.tsx │ │ │ ├── DailyTraffic.tsx │ │ │ ├── PieChartCard.tsx │ │ │ ├── TaskCard.tsx │ │ │ ├── TotalSpent.tsx │ │ │ └── WeeklyRevenue.tsx │ │ ├── nft-marketplace │ │ │ ├── Banner.tsx │ │ │ ├── HistoryItem.tsx │ │ │ └── TableTopCreators.tsx │ │ └── profile │ │ │ ├── Banner.tsx │ │ │ ├── General.tsx │ │ │ ├── Notification.tsx │ │ │ ├── Notifications.tsx │ │ │ ├── Project.tsx │ │ │ ├── Storage.tsx │ │ │ └── Upload.tsx │ ├── auth │ │ └── variants │ │ │ └── DefaultAuthLayout │ │ │ └── index.tsx │ ├── calendar │ │ └── MiniCalendar.tsx │ ├── card │ │ ├── CardMenu.tsx │ │ ├── NftCard.tsx │ │ └── index.tsx │ ├── charts │ │ ├── BarChart.tsx │ │ ├── LineAreaChart.tsx │ │ ├── LineChart.tsx │ │ └── PieChart.tsx │ ├── checkbox │ │ └── index.tsx │ ├── dropdown │ │ └── index.tsx │ ├── fields │ │ ├── InputField.tsx │ │ └── SwitchField.tsx │ ├── fixedPlugin │ │ └── FixedPlugin.tsx │ ├── footer │ │ ├── Footer.tsx │ │ └── FooterAuthDefault.tsx │ ├── icons │ │ ├── ClockIcon.tsx │ │ ├── ClockIcon1.tsx │ │ ├── CloseIcon.tsx │ │ ├── DarkmodeIcon.tsx │ │ ├── DashCurveDown.tsx │ │ ├── DashCurveUp.tsx │ │ ├── DashIcon.tsx │ │ ├── DotIcon.tsx │ │ ├── EtherLogoOutline.tsx │ │ ├── HorizonLogo.tsx │ │ ├── KanbanIcon.tsx │ │ ├── MarketIcon.tsx │ │ ├── MasterCardIcon.tsx │ │ ├── NotificationIcon.tsx │ │ ├── ProfileIcon.tsx │ │ ├── SearchIcon.tsx │ │ ├── SignIn.tsx │ │ ├── TablesIcon.tsx │ │ ├── ThemsIcon.tsx │ │ ├── VideoIcon.tsx │ │ ├── WidgetIcon │ │ │ ├── ChartIcon.tsx │ │ │ ├── DollarIcon.tsx │ │ │ └── PDFIcon.tsx │ │ └── visaIcon.tsx │ ├── image │ │ ├── Avatar.tsx │ │ └── Image.tsx │ ├── link │ │ └── NavLink.tsx │ ├── navbar │ │ ├── RTL.tsx │ │ └── index.tsx │ ├── popover │ │ └── index.tsx │ ├── progress │ │ └── index.tsx │ ├── radio │ │ └── index.tsx │ ├── rtl │ │ └── dashboard │ │ │ ├── CheckTable.tsx │ │ │ ├── ComplexTable.tsx │ │ │ ├── DailyTraffic.tsx │ │ │ ├── PieCard.tsx │ │ │ ├── Tasks.tsx │ │ │ ├── TotalSpent.tsx │ │ │ ├── WeeklyRevenue.tsx │ │ │ └── Widget.tsx │ ├── rtlProvider │ │ └── RtlProvider.tsx │ ├── scrollbar │ │ └── Scrollbar.tsx │ ├── sidebar │ │ ├── RTL.tsx │ │ ├── components │ │ │ ├── Links.tsx │ │ │ └── SidebarCard.tsx │ │ ├── componentsrtl │ │ │ ├── Links.tsx │ │ │ └── SidebarCard.tsx │ │ └── index.tsx │ ├── switch │ │ └── index.tsx │ ├── tooltip │ │ └── index.tsx │ └── widget │ │ └── Widget.tsx ├── contexts │ └── SidebarContext.ts ├── routes.tsx ├── styles │ ├── App.css │ ├── Contact.css │ ├── MiniCalendar.css │ ├── index.css │ └── public │ │ └── svg │ │ └── checked.svg ├── types │ ├── hui-types.d.ts │ ├── images.d.ts │ ├── navigation.d.ts │ ├── react-table-config.d.ts │ └── stylis.d.ts ├── utils │ └── navigation.ts └── variables │ ├── applications │ └── calendar │ │ └── calendarData.ts │ ├── calendar.ts │ ├── charts.ts │ ├── dashboards │ ├── default │ │ └── tableDataMostVisited.ts │ └── rtl │ │ ├── tableDataCheck.ts │ │ └── tableDataComplex.ts │ ├── data-tables │ ├── tableDataCheck.ts │ ├── tableDataColumns.ts │ ├── tableDataComplex.ts │ └── tableDataDevelopment.ts │ └── nfts │ └── marketplace │ └── tableDataTopCreators.ts ├── tailwind.config.js └── tsconfig.json /.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals", 3 | "rules": { 4 | "react/no-unescaped-entities": ["error", { "forbid": [">", "}"] }] 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- 1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions 3 | 4 | name: Node.js CI 5 | 6 | on: 7 | push: 8 | branches: [feature/live-preview] 9 | pull_request: 10 | branches: [feature/live-preview] 11 | 12 | jobs: 13 | build: 14 | runs-on: ubuntu-latest 15 | 16 | strategy: 17 | matrix: 18 | node-version: [14.x] 19 | 20 | steps: 21 | - name: Set Actions Allow Unsecure Commands 22 | run: | 23 | echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV 24 | 25 | - uses: actions/checkout@v2 26 | - name: Use Node.js ${{ matrix.node-version }} 27 | uses: actions/setup-node@v1 28 | with: 29 | node-version: ${{ matrix.node-version }} 30 | 31 | - name: Installing my packages 32 | run: yarn install 33 | 34 | - name: Build my App 35 | run: yarn build 36 | env: 37 | NEXT_PUBLIC_BASE_PATH: /chakra-nextjs-pro 38 | - run: yarn export 39 | env: 40 | NEXT_PUBLIC_BASE_PATH: /chakra-nextjs-pro 41 | - run: touch ./out/.nojekyll 42 | 43 | - name: Deploy 🚀 44 | uses: JamesIves/github-pages-deploy-action@3.5.9 45 | with: 46 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 47 | BRANCH: gh-pages 48 | FOLDER: out 49 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | node_modules 5 | /node_modules 6 | package-lock.json 7 | yarn.lock 8 | /.pnp 9 | .pnp.js 10 | 11 | # testing 12 | /coverage 13 | 14 | # production 15 | /build 16 | build 17 | 18 | # misc 19 | .DS_Store 20 | .env.local 21 | .env.development.local 22 | .env.test.local 23 | .env.production.local 24 | 25 | npm-debug.log* 26 | yarn-debug.log* 27 | yarn-error.log* 28 | *.pem 29 | .pnpm-debug.log* 30 | 31 | # nextjs 32 | /.next/ 33 | /out/ 34 | 35 | # vercel 36 | .vercel 37 | 38 | # typescript 39 | *.tsbuildinfo 40 | next-env.d.ts 41 | 42 | .idea 43 | -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | legacy-peer-deps=true 2 | auto-install-peers=true 3 | strict-peer-dependencies=false -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "prettier.singleQuote": true, 3 | "prettier.semi": true, 4 | "editor.defaultFormatter": "esbenp.prettier-vscode", 5 | "typescript.tsdk": "node_modules/typescript/lib", 6 | "typescript.enablePromptUseWorkspaceTsdk": true 7 | } -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## [3.0.0] 2025-14-01 4 | 5 | ### Upgraded to React 19 ⚡️ 6 | 7 | ### Upgraded to Next.js 15 ⚡️ 8 | 9 | - `` component adapted to SSR 10 | - Fixed Apexcharts 11 | - Cleaned props for multipel components 12 | 13 | ## [2.1.0] 2024-06-19 14 | 15 | ### Vulnerabilities removed 16 | 17 | ## [2.0.0] 2024-02-06 18 | 19 | ### Next 14 20 | 21 | Updated the dash to run on Next.js 14.0.2 22 | 23 | ## [1.0.0] 2023-09-29 24 | 25 | ### Official Release 26 | 27 | Added Tailwind CSS, TypeScript & NextJS 28 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Horizon UI 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /next.config.js: -------------------------------------------------------------------------------- 1 | /** @type {import('next').NextConfig} */ 2 | 3 | // const withTM = require('next-transpile-modules')(['@babel/preset-react']); 4 | // '@fullcalendar/common', 5 | // '@fullcalendar/common', 6 | // '@fullcalendar/daygrid', 7 | // '@fullcalendar/interaction', 8 | // '@fullcalendar/react', 9 | 10 | const nextConfig = { 11 | basePath: process.env.NEXT_PUBLIC_BASE_PATH, 12 | assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH, 13 | images: { 14 | domains: [ 15 | 'images.unsplash.com', 16 | 'i.ibb.co', 17 | 'scontent.fotp8-1.fna.fbcdn.net', 18 | ], 19 | // Make ENV 20 | unoptimized: true, 21 | }, 22 | }; 23 | 24 | module.exports = nextConfig; 25 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "horizon-tailwind-react-nextjs", 3 | "version": "3.0.0", 4 | "private": true, 5 | "dependencies": { 6 | "@chakra-ui/hooks": "^2.1.4", 7 | "@chakra-ui/modal": "^2.2.9", 8 | "@chakra-ui/popover": "^2.1.8", 9 | "@chakra-ui/portal": "^2.0.15", 10 | "@chakra-ui/system": "^2.3.5", 11 | "@chakra-ui/tooltip": "^2.2.6", 12 | "@emotion/react": "^11.10.5", 13 | "@emotion/styled": "^11.10.5", 14 | "@tanstack/react-table": "^8.7.9", 15 | "@testing-library/jest-dom": "^5.16.5", 16 | "@testing-library/react": "^13.3.0", 17 | "@testing-library/user-event": "^13.5.0", 18 | "@types/jest": "^25.2.3", 19 | "@types/node": "^12.20.55", 20 | "@types/react": "^18.0.15", 21 | "@types/react-dom": "^18.0.6", 22 | "apexcharts": "^3.35.2", 23 | "framer-motion": "^7.10.2", 24 | "next": "^15.1.4", 25 | "next-transpile-modules": "^9.0.0", 26 | "react": "^19.0.0-rc.1", 27 | "react-apexcharts": "^1.4.0", 28 | "react-calendar": "^3.9.0", 29 | "react-custom-scrollbars-2": "^4.2.1", 30 | "react-dom": "^19.0.0-rc.1", 31 | "react-icons": "^4.4.0", 32 | "react-no-ssr": "^1.1.0", 33 | "react-router-dom": "^6.4.0", 34 | "tailwindcss-rtl": "^0.9.0", 35 | "typescript": "^4.9.4", 36 | "web-vitals": "^2.1.4" 37 | }, 38 | "scripts": { 39 | "dev": "next dev", 40 | "build": "next build", 41 | "start": "next start", 42 | "export": "next export", 43 | "lint": "next lint" 44 | }, 45 | "eslintConfig": { 46 | "extends": [ 47 | "react-app", 48 | "react-app/jest" 49 | ] 50 | }, 51 | "browserslist": { 52 | "production": [ 53 | ">0.2%", 54 | "not dead", 55 | "not ie 11", 56 | "not chrome < 51", 57 | "not safari < 10", 58 | "not android < 51", 59 | "not op_mini all" 60 | ], 61 | "development": [ 62 | "last 1 chrome version", 63 | "last 1 firefox version", 64 | "last 1 safari version" 65 | ] 66 | }, 67 | "devDependencies": { 68 | "@types/jest": "^25.2.3", 69 | "@types/node": "^18.7.6", 70 | "@types/react": "18.2.0", 71 | "@types/react-calendar": "^3.5.2", 72 | "@types/react-dom": "^18.2.1", 73 | "@types/react-no-ssr": "^1.1.3", 74 | "@types/react-router-dom": "^5.3.3", 75 | "ajv": "^7.2.4", 76 | "autoprefixer": "^10.4.16", 77 | "css-loader": "^6.7.1", 78 | "eslint": "^8.23.0", 79 | "eslint-config-next": "^15.1.4", 80 | "postcss": "^8.4.30", 81 | "prettier": "^2.8.3", 82 | "prettier-plugin-tailwindcss": "^0.2.1", 83 | "tailwindcss": "^3.3.3" 84 | }, 85 | "resolutions": { 86 | "@types/react": "18.0.31", 87 | "@types/react-dom": "18.0.11", 88 | "react-error-overlay": "6.0.9" 89 | } 90 | } 91 | -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | plugins: { 3 | tailwindcss: {}, 4 | autoprefixer: {}, 5 | }, 6 | } 7 | -------------------------------------------------------------------------------- /prettier.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | trailingComma: 'all', 3 | singleQuote: true, 4 | }; 5 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/favicon.ico -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-Bold.ttf -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-BoldItalic.ttf -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-Italic.ttf -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-Medium.ttf -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-MediumItalic.ttf -------------------------------------------------------------------------------- /public/fonts/dm-sans/DMSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/fonts/dm-sans/DMSans-Regular.ttf -------------------------------------------------------------------------------- /public/img/auth/auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/auth/auth.png -------------------------------------------------------------------------------- /public/img/avatars/avatar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar1.png -------------------------------------------------------------------------------- /public/img/avatars/avatar10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar10.png -------------------------------------------------------------------------------- /public/img/avatars/avatar11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar11.png -------------------------------------------------------------------------------- /public/img/avatars/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar2.png -------------------------------------------------------------------------------- /public/img/avatars/avatar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar3.png -------------------------------------------------------------------------------- /public/img/avatars/avatar4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar4.png -------------------------------------------------------------------------------- /public/img/avatars/avatar5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar5.png -------------------------------------------------------------------------------- /public/img/avatars/avatar6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar6.png -------------------------------------------------------------------------------- /public/img/avatars/avatar7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar7.png -------------------------------------------------------------------------------- /public/img/avatars/avatar8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar8.png -------------------------------------------------------------------------------- /public/img/avatars/avatar9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatar9.png -------------------------------------------------------------------------------- /public/img/avatars/avatarSimmmple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/avatars/avatarSimmmple.png -------------------------------------------------------------------------------- /public/img/dashboards/Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/Battery.png -------------------------------------------------------------------------------- /public/img/dashboards/Blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/Blueprint.png -------------------------------------------------------------------------------- /public/img/dashboards/Debit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/Debit.png -------------------------------------------------------------------------------- /public/img/dashboards/Tesla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/Tesla.png -------------------------------------------------------------------------------- /public/img/dashboards/balanceImg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/balanceImg.png -------------------------------------------------------------------------------- /public/img/dashboards/elipse-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/elipse-light.png -------------------------------------------------------------------------------- /public/img/dashboards/fakeGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/fakeGraph.png -------------------------------------------------------------------------------- /public/img/dashboards/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/home.png -------------------------------------------------------------------------------- /public/img/dashboards/usa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/dashboards/usa.png -------------------------------------------------------------------------------- /public/img/layout/Navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/layout/Navbar.png -------------------------------------------------------------------------------- /public/img/layout/logoWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/layout/logoWhite.png -------------------------------------------------------------------------------- /public/img/nfts/Nft1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft1.png -------------------------------------------------------------------------------- /public/img/nfts/Nft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft2.png -------------------------------------------------------------------------------- /public/img/nfts/Nft3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft3.png -------------------------------------------------------------------------------- /public/img/nfts/Nft4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft4.png -------------------------------------------------------------------------------- /public/img/nfts/Nft5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft5.png -------------------------------------------------------------------------------- /public/img/nfts/Nft6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/Nft6.png -------------------------------------------------------------------------------- /public/img/nfts/NftBanner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/nfts/NftBanner1.png -------------------------------------------------------------------------------- /public/img/others/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/others/error.png -------------------------------------------------------------------------------- /public/img/product/glassy/product-glassy-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/glassy/product-glassy-main.png -------------------------------------------------------------------------------- /public/img/product/glassy/product-glassy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/glassy/product-glassy1.png -------------------------------------------------------------------------------- /public/img/product/glassy/product-glassy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/glassy/product-glassy2.png -------------------------------------------------------------------------------- /public/img/product/glassy/product-glassy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/glassy/product-glassy3.png -------------------------------------------------------------------------------- /public/img/product/glassy/product-glassy4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/glassy/product-glassy4.png -------------------------------------------------------------------------------- /public/img/product/product-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/product-footer.png -------------------------------------------------------------------------------- /public/img/product/purity-free/product-purity-free-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-free/product-purity-free-main.png -------------------------------------------------------------------------------- /public/img/product/purity-free/product-purity-free1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-free/product-purity-free1.png -------------------------------------------------------------------------------- /public/img/product/purity-free/product-purity-free2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-free/product-purity-free2.png -------------------------------------------------------------------------------- /public/img/product/purity-free/product-purity-free3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-free/product-purity-free3.png -------------------------------------------------------------------------------- /public/img/product/purity-free/product-purity-free4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-free/product-purity-free4.png -------------------------------------------------------------------------------- /public/img/product/purity-pro/product-purity-pro-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-pro/product-purity-pro-main.png -------------------------------------------------------------------------------- /public/img/product/purity-pro/product-purity-pro1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-pro/product-purity-pro1.png -------------------------------------------------------------------------------- /public/img/product/purity-pro/product-purity-pro2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-pro/product-purity-pro2.png -------------------------------------------------------------------------------- /public/img/product/purity-pro/product-purity-pro3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-pro/product-purity-pro3.png -------------------------------------------------------------------------------- /public/img/product/purity-pro/product-purity-pro4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/purity-pro/product-purity-pro4.png -------------------------------------------------------------------------------- /public/img/product/saturn/product-saturn-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/saturn/product-saturn-main.png -------------------------------------------------------------------------------- /public/img/product/saturn/product-saturn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/saturn/product-saturn1.png -------------------------------------------------------------------------------- /public/img/product/saturn/product-saturn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/saturn/product-saturn2.png -------------------------------------------------------------------------------- /public/img/product/saturn/product-saturn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/saturn/product-saturn3.png -------------------------------------------------------------------------------- /public/img/product/tasklist/product-tasklist-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/tasklist/product-tasklist-main.png -------------------------------------------------------------------------------- /public/img/product/tasklist/product-tasklist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/tasklist/product-tasklist1.png -------------------------------------------------------------------------------- /public/img/product/tasklist/product-tasklist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/tasklist/product-tasklist2.png -------------------------------------------------------------------------------- /public/img/product/tasklist/product-tasklist3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/tasklist/product-tasklist3.png -------------------------------------------------------------------------------- /public/img/product/uranus-free/product-uranus-free-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-free/product-uranus-free-main.png -------------------------------------------------------------------------------- /public/img/product/uranus-free/product-uranus-free1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-free/product-uranus-free1.png -------------------------------------------------------------------------------- /public/img/product/uranus-free/product-uranus-free2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-free/product-uranus-free2.png -------------------------------------------------------------------------------- /public/img/product/uranus-free/product-uranus-free3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-free/product-uranus-free3.png -------------------------------------------------------------------------------- /public/img/product/uranus-free/product-uranus-free4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-free/product-uranus-free4.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro-main.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro1.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro2.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro3.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro4.png -------------------------------------------------------------------------------- /public/img/product/uranus-pro/product-uranus-pro5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/uranus-pro/product-uranus-pro5.png -------------------------------------------------------------------------------- /public/img/product/venus-db-free/venusDbFree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-free/venusDbFree1.png -------------------------------------------------------------------------------- /public/img/product/venus-db-free/venusDbFree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-free/venusDbFree2.png -------------------------------------------------------------------------------- /public/img/product/venus-db-free/venusDbFree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-free/venusDbFree3.png -------------------------------------------------------------------------------- /public/img/product/venus-db-free/venusDbFree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-free/venusDbFree4.png -------------------------------------------------------------------------------- /public/img/product/venus-db-free/venusDbFree5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-free/venusDbFree5.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro-main.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro1.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro2.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro3.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro4.png -------------------------------------------------------------------------------- /public/img/product/venus-db-pro/product-venus-db-pro5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-db-pro/product-venus-db-pro5.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-free/product-venus-ds-free-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-free/product-venus-ds-free-main.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-free/product-venus-ds-free1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-free/product-venus-ds-free1.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-free/product-venus-ds-free2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-free/product-venus-ds-free2.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-free/product-venus-ds-free3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-free/product-venus-ds-free3.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro-main.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro1.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro2-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro2-min.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro3-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro3-min.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro4-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro4-min.png -------------------------------------------------------------------------------- /public/img/product/venus-ds-pro/product-venus-ds-pro5-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/venus-ds-pro/product-venus-ds-pro5-min.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-free/visionChakraFree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-free/visionChakraFree1.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-free/visionChakraFree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-free/visionChakraFree2.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-free/visionChakraFree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-free/visionChakraFree3.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-free/visionChakraFree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-free/visionChakraFree4.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-free/visionChakraFreeMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-free/visionChakraFreeMain.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-pro/visionChakraPRO1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-pro/visionChakraPRO1.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-pro/visionChakraPRO2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-pro/visionChakraPRO2.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-pro/visionChakraPRO3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-pro/visionChakraPRO3.png -------------------------------------------------------------------------------- /public/img/product/vision-chakra-pro/visionChakraPROMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-chakra-pro/visionChakraPROMain.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFree1.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFree2.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFree3.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFree4.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFree5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFree5.png -------------------------------------------------------------------------------- /public/img/product/vision-react-free/visionReactFreeMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-free/visionReactFreeMain.png -------------------------------------------------------------------------------- /public/img/product/vision-react-pro/visionReactPRO1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-pro/visionReactPRO1.png -------------------------------------------------------------------------------- /public/img/product/vision-react-pro/visionReactPRO2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-pro/visionReactPRO2.png -------------------------------------------------------------------------------- /public/img/product/vision-react-pro/visionReactPRO3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-pro/visionReactPRO3.png -------------------------------------------------------------------------------- /public/img/product/vision-react-pro/visionReactPRO4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-pro/visionReactPRO4.png -------------------------------------------------------------------------------- /public/img/product/vision-react-pro/visionReactPROMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/product/vision-react-pro/visionReactPROMain.png -------------------------------------------------------------------------------- /public/img/profile/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/profile/banner.png -------------------------------------------------------------------------------- /public/img/profile/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/profile/image1.png -------------------------------------------------------------------------------- /public/img/profile/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/profile/image2.png -------------------------------------------------------------------------------- /public/img/profile/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/horizon-ui/horizon-tailwind-react-nextjs/2f65f2112a3b04cdf28571f4f1ba48ad83d9ee24/public/img/profile/image3.png -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "favicon.ico", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | } 10 | ], 11 | "start_url": ".", 12 | "display": "standalone", 13 | "theme_color": "#000000", 14 | "background_color": "#ffffff" 15 | } 16 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-Agent: * 2 | Disallow: 3 | Sitemap: https://horizon-ui.com -------------------------------------------------------------------------------- /public/svg/checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/Fonts.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | export default function Fonts() { 4 | const prefix = process.env.NEXT_PUBLIC_BASE_PATH || ''; 5 | 6 | console.log({ prefix }); 7 | 8 | return ( 9 |