@@ -9,7 +9,7 @@ import { WindowActions } from "./_components/window-actions";
99export const revalidate = 86400 ; // 1 day
1010
1111export const metadata : Metadata = {
12- title : "Poac - Intuitive and fast C++ package manager and build system" ,
12+ title : "Cabin - Intuitive and fast C++ package manager and build system" ,
1313} ;
1414
1515const green = "text-[#ABCF76]" ;
@@ -40,7 +40,7 @@ export default function Home() {
4040 as = { Link }
4141 className = "w-full md:w-auto"
4242 color = "primary"
43- href = "https://github.com/poac-dev/poac #installation"
43+ href = "https://github.com/cabinpkg/cabin #installation"
4444 radius = "full"
4545 size = "lg"
4646 startContent = {
@@ -50,13 +50,13 @@ export default function Home() {
5050 />
5151 }
5252 >
53- Install Poac
53+ Install Cabin
5454 </ Button >
5555 < Button
5656 isExternal
5757 as = { Link }
5858 className = "mx-0 my-4 md:mx-4 md:my-0 w-full md:w-auto"
59- href = "https://docs.poac.dev "
59+ href = "https://docs.cabinpkg.com "
6060 radius = "full"
6161 size = "lg"
6262 endContent = {
@@ -73,7 +73,7 @@ export default function Home() {
7373 < div className = "relative" >
7474 < WindowActions title = "Terminal" />
7575 < Code className = "text-md max-[600px]:text-xs shadow-medium p-4 bg-[#0D0B0B]" >
76- $ < span className = { green } > poac </ span > new
76+ $ < span className = { green } > cabin </ span > new
7777 hello_world
7878 < br />
7979
@@ -83,7 +83,7 @@ export default function Home() {
8383 < br /> $ < span className = { green } > cd</ span > { " " }
8484 hello_world
8585 < br />
86- < br /> $ < span className = { green } > poac </ span > run
86+ < br /> $ < span className = { green } > cabin </ span > run
8787 < br />
8888
8989 < span className = { brightGreen } > Compiling</ span > { " " }
@@ -99,7 +99,7 @@ export default function Home() {
9999 < br />
100100
101101 < span className = { brightGreen } > Running</ span > { " " }
102- poac -out/debug/hello_world
102+ cabin -out/debug/hello_world
103103 < br />
104104 Hello, world!
105105 </ Code >
0 commit comments