-
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 #6 from i-mader/v2
landing page i-mader v2
- Loading branch information
Showing
182 changed files
with
9,711 additions
and
4,508 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "default", | ||
"rsc": true, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.ts", | ||
"css": "src/app/globals.css", | ||
"baseColor": "slate", | ||
"cssVariables": true, | ||
"prefix": "" | ||
}, | ||
"aliases": { | ||
"components": "@/components", | ||
"utils": "@/lib/utils" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"HomePage": { | ||
"title": "Craft and Build Creative Things For Your Purpose", | ||
"desc": "In the increasingly rapidly developing digital era, adapting technology in business is no longer an option, but a necessity. switch from conventional methods now" | ||
}, | ||
"ServicePage": { | ||
"title": "We Build Stable And Scalable Applications", | ||
"desc": "We will only give the best to each of our customers, see what we can do for your business, start transforming now and develop your business more efficiently" | ||
} | ||
} |
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,22 @@ | ||
{ | ||
"HomePage": { | ||
"title": "Rakit dan Bangun Hal-Hal Kreatif Untuk Tujuan Anda", | ||
"desc": "Di era digital yang semakin pesat perkembangannya, adaptasi teknologi dalam bisnis bukan lagi sebuah pilihan, namun sebuah kebutuhan. beralih dari metode konvensional sekarang" | ||
}, | ||
"ServicePage": { | ||
"title": "Kami Dipercaya Oleh Perusahaan Yang Luar Biasa", | ||
"desc": "Kami hanya akan memberikan yang terbaik kepada setiap pelanggan kami, lihat apa yang kami bisa lakukan untuk bisnis Anda, mulailah bertransformasi sekarang dan kembangkan bisnis Anda bisnis dengan lebih efisien" | ||
}, | ||
"ProjectPage": { | ||
"title": "Rakit dan Bangun Hal-Hal Kreatif Untuk Tujuan Anda", | ||
"desc": "Di era digital yang semakin pesat perkembangannya, adaptasi teknologi dalam bisnis bukan lagi sebuah pilihan, namun sebuah kebutuhan. beralih dari metode konvensional sekarang" | ||
}, | ||
"AboutUsPage": { | ||
"title": "Rakit dan Bangun Hal-Hal Kreatif Untuk Tujuan Anda", | ||
"desc": "Di era digital yang semakin pesat perkembangannya, adaptasi teknologi dalam bisnis bukan lagi sebuah pilihan, namun sebuah kebutuhan. beralih dari metode konvensional sekarang" | ||
}, | ||
"ContactUsPage": { | ||
"title": "Rakit dan Bangun Hal-Hal Kreatif Untuk Tujuan Anda", | ||
"desc": "Di era digital yang semakin pesat perkembangannya, adaptasi teknologi dalam bisnis bukan lagi sebuah pilihan, namun sebuah kebutuhan. beralih dari metode konvensional sekarang" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
import createNextIntlPlugin from "next-intl/plugin"; | ||
|
||
const withNextIntl = createNextIntlPlugin(); | ||
|
||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = {}; | ||
|
||
export default nextConfig; | ||
export default withNextIntl(nextConfig); |
Oops, something went wrong.