diff --git a/public/showcase-videos/bentonow.com.mp4 b/public/showcase-videos/bentonow.com.mp4 new file mode 100644 index 000000000..926d34f1e Binary files /dev/null and b/public/showcase-videos/bentonow.com.mp4 differ diff --git a/public/showcase-videos/cal.com.mp4 b/public/showcase-videos/cal.com.mp4 new file mode 100644 index 000000000..fbd4056c0 Binary files /dev/null and b/public/showcase-videos/cal.com.mp4 differ diff --git a/public/showcase-videos/mux.com.mp4 b/public/showcase-videos/mux.com.mp4 new file mode 100644 index 000000000..812dba6ce Binary files /dev/null and b/public/showcase-videos/mux.com.mp4 differ diff --git a/public/showcase-videos/namespace.so.mp4 b/public/showcase-videos/namespace.so.mp4 new file mode 100644 index 000000000..390d9584f Binary files /dev/null and b/public/showcase-videos/namespace.so.mp4 differ diff --git a/public/showcase-videos/nutrient.io.mp4 b/public/showcase-videos/nutrient.io.mp4 new file mode 100644 index 000000000..0c2b3ef8d Binary files /dev/null and b/public/showcase-videos/nutrient.io.mp4 differ diff --git a/public/showcase-videos/polar.sh.mp4 b/public/showcase-videos/polar.sh.mp4 new file mode 100644 index 000000000..c732d9e5a Binary files /dev/null and b/public/showcase-videos/polar.sh.mp4 differ diff --git a/public/showcase-videos/resend.com.mp4 b/public/showcase-videos/resend.com.mp4 new file mode 100644 index 000000000..923b5a838 Binary files /dev/null and b/public/showcase-videos/resend.com.mp4 differ diff --git a/public/showcase-videos/tiptap.dev.mp4 b/public/showcase-videos/tiptap.dev.mp4 new file mode 100644 index 000000000..3b2e0a780 Binary files /dev/null and b/public/showcase-videos/tiptap.dev.mp4 differ diff --git a/src/app/showcase/img/bentonow.com.png b/src/app/showcase/img/bentonow.com.png new file mode 100644 index 000000000..5c4b6fdef Binary files /dev/null and b/src/app/showcase/img/bentonow.com.png differ diff --git a/src/app/showcase/img/cal.com.png b/src/app/showcase/img/cal.com.png new file mode 100644 index 000000000..c8cdb87e0 Binary files /dev/null and b/src/app/showcase/img/cal.com.png differ diff --git a/src/app/showcase/img/mux.com.png b/src/app/showcase/img/mux.com.png new file mode 100644 index 000000000..5bcd2958f Binary files /dev/null and b/src/app/showcase/img/mux.com.png differ diff --git a/src/app/showcase/img/namespace.so.png b/src/app/showcase/img/namespace.so.png new file mode 100644 index 000000000..bada143e8 Binary files /dev/null and b/src/app/showcase/img/namespace.so.png differ diff --git a/src/app/showcase/img/nutrient.io.png b/src/app/showcase/img/nutrient.io.png new file mode 100644 index 000000000..d277eed2b Binary files /dev/null and b/src/app/showcase/img/nutrient.io.png differ diff --git a/src/app/showcase/img/polar.sh.png b/src/app/showcase/img/polar.sh.png new file mode 100644 index 000000000..a4f1a1969 Binary files /dev/null and b/src/app/showcase/img/polar.sh.png differ diff --git a/src/app/showcase/img/resend.com.png b/src/app/showcase/img/resend.com.png new file mode 100644 index 000000000..976be7bcb Binary files /dev/null and b/src/app/showcase/img/resend.com.png differ diff --git a/src/app/showcase/img/tiptap.dev.png b/src/app/showcase/img/tiptap.dev.png new file mode 100644 index 000000000..da1050698 Binary files /dev/null and b/src/app/showcase/img/tiptap.dev.png differ diff --git a/src/app/showcase/page.tsx b/src/app/showcase/page.tsx index f4b97af1a..4ea4211bd 100644 --- a/src/app/showcase/page.tsx +++ b/src/app/showcase/page.tsx @@ -59,11 +59,11 @@ const showcase = [ description: "Marketing website & chat interface", }, { - name: "Lemon Squeezy", - url: "https://app.lemonsqueezy.com", - thumbnail: require("./img/app.lemonsqueezy.com.png").default, - video: "/showcase-videos/app.lemonsqueezy.com.mp4", - description: "SaaS application", + name: "Cal.com", + url: "https://cal.com", + thumbnail: require("./img/cal.com.png").default, + video: "/showcase-videos/cal.com.mp4", + description: "Marketing website & scheduling application", }, { name: "Shopify", @@ -72,6 +72,20 @@ const showcase = [ video: "/showcase-videos/shopify.com.mp4", description: "Ecommerce platform website", }, + { + name: "Polar", + url: "https://polar.sh", + thumbnail: require("./img/polar.sh.png").default, + video: "/showcase-videos/polar.sh.mp4", + description: "Marketing website & payments application", + }, + { + name: "Resend", + url: "https://resend.com", + thumbnail: require("./img/resend.com.png").default, + video: "/showcase-videos/resend.com.mp4", + description: "SaaS marketing website & application", + }, { name: "Wealthfront", url: "https://wealthfront.com", @@ -79,6 +93,27 @@ const showcase = [ video: "/showcase-videos/wealthfront.com.mp4", description: "Fintech marketing website", }, + { + name: "TipTap", + url: "https://tiptap.dev", + thumbnail: require("./img/tiptap.dev.png").default, + video: "/showcase-videos/tiptap.dev.mp4", + description: "Devtools marketing website", + }, + { + name: "Bento", + url: "https://bentonow.com/", + thumbnail: require("./img/bentonow.com.png").default, + video: "/showcase-videos/bentonow.com.mp4", + description: "SaaS marketing website", + }, + { + name: "Namespace", + url: "https://namespace.so/", + thumbnail: require("./img/namespace.so.png").default, + video: "/showcase-videos/namespace.so.mp4", + description: "SaaS marketing website and application", + }, // { // name: "Netflix Global Top 10", // url: "https://top10.netflix.com", @@ -93,6 +128,20 @@ const showcase = [ video: "/showcase-videos/loom.com.mp4", description: "SaaS marketing website", }, + { + name: "Mux", + url: "https://mux.com/", + thumbnail: require("./img/mux.com.png").default, + video: "/showcase-videos/mux.com.mp4", + description: "Video platform marketing website", + }, + { + name: "Nutrient", + url: "https://www.nutrient.io/sdk/web", + thumbnail: require("./img/nutrient.io.png").default, + video: "/showcase-videos/nutrient.io.mp4", + description: "Online PDF editor", + }, { name: "The Verge", url: "https://www.theverge.com", @@ -107,6 +156,13 @@ const showcase = [ video: "/showcase-videos/laracon.net.mp4", description: "Conference website", }, + { + name: "Lemon Squeezy", + url: "https://app.lemonsqueezy.com", + thumbnail: require("./img/app.lemonsqueezy.com.png").default, + video: "/showcase-videos/app.lemonsqueezy.com.mp4", + description: "SaaS application", + }, { name: "Turbo", url: "https://turbo.build",