mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge branch 'main' of https://github.com/mazeincoding/AppCut
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
import { motion } from "motion/react";
|
import { motion } from "motion/react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { RiDiscordFill, RiGithubLine, RiTwitterXLine } from "react-icons/ri";
|
import { RiDiscordFill, RiTwitterXLine } from "react-icons/ri";
|
||||||
|
import { FaGithub } from "react-icons/fa6";
|
||||||
import { getStars } from "@/lib/fetch-github-stars";
|
import { getStars } from "@/lib/fetch-github-stars";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
|
||||||
@@ -49,7 +50,7 @@ export function Footer() {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<RiGithubLine className="h-5 w-5" />
|
<FaGithub className="h-5 w-5" />
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
href="https://x.com/OpenCutApp"
|
href="https://x.com/OpenCutApp"
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export function Hero() {
|
|||||||
size="lg"
|
size="lg"
|
||||||
className="px-6 h-11 text-base bg-foreground"
|
className="px-6 h-11 text-base bg-foreground"
|
||||||
>
|
>
|
||||||
Try early beta
|
Try early alpha
|
||||||
<ArrowRight className="relative z-10 ml-0.5 h-4 w-4 inline-block" />
|
<ArrowRight className="relative z-10 ml-0.5 h-4 w-4 inline-block" />
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export function Onboarding() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-5">
|
<div className="space-y-5">
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<Title title="Welcome to OpenCut Beta! 🎉" />
|
<Title title="Welcome to OpenCut alpha! 🎉" />
|
||||||
<Description description="You're among the first to try OpenCut - the fully open source CapCut alternative." />
|
<Description description="You're among the first to try OpenCut - the fully open source CapCut alternative." />
|
||||||
</div>
|
</div>
|
||||||
<NextButton onClick={handleNext}>Next</NextButton>
|
<NextButton onClick={handleNext}>Next</NextButton>
|
||||||
@@ -42,7 +42,7 @@ export function Onboarding() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-5">
|
<div className="space-y-5">
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<Title title="⚠️ This is a super early beta!" />
|
<Title title="⚠️ This is a super early alpha!" />
|
||||||
<Description description="OpenCut started just one month ago. There's still a ton of things to do to make this editor amazing." />
|
<Description description="OpenCut started just one month ago. There's still a ton of things to do to make this editor amazing." />
|
||||||
<Description description="If you're curious, check out our roadmap [here](https://opencut.app/roadmap)" />
|
<Description description="If you're curious, check out our roadmap [here](https://opencut.app/roadmap)" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user