@remotion/promo-pages 4.0.392 → 4.0.394
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Homepage.js +267 -197
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +267 -197
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +1 -1
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +222 -152
- package/dist/design.js +1 -1
- package/dist/homepage/Pricing.js +1 -1
- package/dist/template-modal-content.js +1 -1
- package/dist/templates.js +222 -152
- package/package.json +12 -12
package/dist/Homepage.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.394", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -28991,6 +28991,27 @@ var FEATURED_TEMPLATES = [
|
|
|
28991
28991
|
allowEnableTailwind: false,
|
|
28992
28992
|
contributedBy: null
|
|
28993
28993
|
},
|
|
28994
|
+
{
|
|
28995
|
+
homePageLabel: "Prompt to Motion graphics",
|
|
28996
|
+
shortName: "Prompt to Motion Graphics (Next.js)",
|
|
28997
|
+
org: "remotion-dev",
|
|
28998
|
+
repoName: "template-prompt-to-motion-graphics",
|
|
28999
|
+
description: "AI-powered code generation for Remotion",
|
|
29000
|
+
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser.',
|
|
29001
|
+
promoBanner: {
|
|
29002
|
+
width: 1002,
|
|
29003
|
+
height: 720,
|
|
29004
|
+
src: "/img/prompt-to-motion-graphics.png"
|
|
29005
|
+
},
|
|
29006
|
+
cliId: "prompt-to-motion-graphics",
|
|
29007
|
+
type: "image",
|
|
29008
|
+
defaultBranch: "main",
|
|
29009
|
+
featuredOnHomePage: null,
|
|
29010
|
+
previewURL: null,
|
|
29011
|
+
templateInMonorepo: "template-prompt-to-motion-graphics",
|
|
29012
|
+
allowEnableTailwind: false,
|
|
29013
|
+
contributedBy: "ASchwad"
|
|
29014
|
+
},
|
|
28994
29015
|
{
|
|
28995
29016
|
homePageLabel: "JavaScript",
|
|
28996
29017
|
shortName: "Hello World (JavaScript)",
|
|
@@ -29349,30 +29370,74 @@ var Blank = (props) => {
|
|
|
29349
29370
|
});
|
|
29350
29371
|
};
|
|
29351
29372
|
|
|
29352
|
-
// src/components/icons/
|
|
29373
|
+
// src/components/icons/brain.tsx
|
|
29353
29374
|
import { jsx as jsx120, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
29354
|
-
var
|
|
29375
|
+
var BrainIcon = (props) => {
|
|
29355
29376
|
return /* @__PURE__ */ jsxs50("svg", {
|
|
29377
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29378
|
+
viewBox: "0 0 24 24",
|
|
29379
|
+
fill: "none",
|
|
29380
|
+
stroke: "currentColor",
|
|
29381
|
+
strokeWidth: "2",
|
|
29382
|
+
strokeLinecap: "round",
|
|
29383
|
+
strokeLinejoin: "round",
|
|
29384
|
+
...props,
|
|
29385
|
+
children: [
|
|
29386
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29387
|
+
d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"
|
|
29388
|
+
}),
|
|
29389
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29390
|
+
d: "M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"
|
|
29391
|
+
}),
|
|
29392
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29393
|
+
d: "M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"
|
|
29394
|
+
}),
|
|
29395
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29396
|
+
d: "M17.599 6.5a3 3 0 0 0 .399-1.375"
|
|
29397
|
+
}),
|
|
29398
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29399
|
+
d: "M6.003 5.125A3 3 0 0 0 6.401 6.5"
|
|
29400
|
+
}),
|
|
29401
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29402
|
+
d: "M3.477 10.896a4 4 0 0 1 .585-.396"
|
|
29403
|
+
}),
|
|
29404
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29405
|
+
d: "M19.938 10.5a4 4 0 0 1 .585.396"
|
|
29406
|
+
}),
|
|
29407
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29408
|
+
d: "M6 18a4 4 0 0 1-1.967-.516"
|
|
29409
|
+
}),
|
|
29410
|
+
/* @__PURE__ */ jsx120("path", {
|
|
29411
|
+
d: "M19.967 17.484A4 4 0 0 1 18 18"
|
|
29412
|
+
})
|
|
29413
|
+
]
|
|
29414
|
+
});
|
|
29415
|
+
};
|
|
29416
|
+
|
|
29417
|
+
// src/components/icons/code-hike.tsx
|
|
29418
|
+
import { jsx as jsx121, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
29419
|
+
var CodeHike = (props) => {
|
|
29420
|
+
return /* @__PURE__ */ jsxs51("svg", {
|
|
29356
29421
|
...props,
|
|
29357
29422
|
viewBox: "-100 -100 200 200",
|
|
29358
29423
|
fill: "currentColor",
|
|
29359
29424
|
children: [
|
|
29360
|
-
/* @__PURE__ */
|
|
29425
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29361
29426
|
d: "M 70 60 L 42 -27 L 72 -27 L 100 60 Z"
|
|
29362
29427
|
}),
|
|
29363
|
-
/* @__PURE__ */
|
|
29428
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29364
29429
|
d: "M 20.419540229885058 40.05357142857142 L 42 -27 L 72 -27 L 50.41954022988506 40.05357142857142 Z"
|
|
29365
29430
|
}),
|
|
29366
|
-
/* @__PURE__ */
|
|
29431
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29367
29432
|
d: "M 20.419540229885058 40.05357142857142 L -15 -70 L 15 -70 L 50.41954022988506 40.05357142857142 Z"
|
|
29368
29433
|
}),
|
|
29369
|
-
/* @__PURE__ */
|
|
29434
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29370
29435
|
d: "M -50.41954022988506 40.05357142857142 L -15 -70 L 15 -70 L -20.419540229885058 40.05357142857142 Z"
|
|
29371
29436
|
}),
|
|
29372
|
-
/* @__PURE__ */
|
|
29437
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29373
29438
|
d: "M -50.41954022988506 40.05357142857142 L -72 -27 L -42 -27 L -20.419540229885058 40.05357142857142 Z"
|
|
29374
29439
|
}),
|
|
29375
|
-
/* @__PURE__ */
|
|
29440
|
+
/* @__PURE__ */ jsx121("path", {
|
|
29376
29441
|
d: "M -100 60 L -72 -27 L -42 -27 L -70 60 Z"
|
|
29377
29442
|
})
|
|
29378
29443
|
]
|
|
@@ -29380,13 +29445,13 @@ var CodeHike = (props) => {
|
|
|
29380
29445
|
};
|
|
29381
29446
|
|
|
29382
29447
|
// src/components/icons/cubes.tsx
|
|
29383
|
-
import { jsx as
|
|
29448
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
29384
29449
|
var Cubes = (props) => {
|
|
29385
|
-
return /* @__PURE__ */
|
|
29450
|
+
return /* @__PURE__ */ jsx124("svg", {
|
|
29386
29451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29387
29452
|
viewBox: "0 0 512 512",
|
|
29388
29453
|
...props,
|
|
29389
|
-
children: /* @__PURE__ */
|
|
29454
|
+
children: /* @__PURE__ */ jsx124("path", {
|
|
29390
29455
|
fill: "currentColor",
|
|
29391
29456
|
d: "M239.5 5.018C250.1 1.106 261.9 1.106 272.5 5.018L480.5 81.28C499.4 88.22 512 106.2 512 126.4V385.7C512 405.8 499.4 423.8 480.5 430.7L272.5 506.1C261.9 510.9 250.1 510.9 239.5 506.1L31.48 430.7C12.57 423.8 0 405.8 0 385.7V126.4C0 106.2 12.57 88.22 31.48 81.28L239.5 5.018zM261.5 35.06C257.1 33.76 254 33.76 250.5 35.06L44.14 110.7L256 193.1L467.9 110.7L261.5 35.06zM42.49 400.7L240 473.1V222L32 140.3V385.7C32 392.4 36.19 398.4 42.49 400.7V400.7zM272 473.1L469.5 400.7C475.8 398.4 480 392.4 480 385.7V140.3L272 222V473.1z"
|
|
29392
29457
|
})
|
|
@@ -29394,13 +29459,13 @@ var Cubes = (props) => {
|
|
|
29394
29459
|
};
|
|
29395
29460
|
|
|
29396
29461
|
// src/components/icons/js.tsx
|
|
29397
|
-
import { jsx as
|
|
29462
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
29398
29463
|
var JSIcon = (props) => {
|
|
29399
|
-
return /* @__PURE__ */
|
|
29464
|
+
return /* @__PURE__ */ jsx126("svg", {
|
|
29400
29465
|
className: "svg-inline--fa fa-js-square fa-w-14",
|
|
29401
29466
|
viewBox: "0 0 448 512",
|
|
29402
29467
|
...props,
|
|
29403
|
-
children: /* @__PURE__ */
|
|
29468
|
+
children: /* @__PURE__ */ jsx126("path", {
|
|
29404
29469
|
fill: "currentColor",
|
|
29405
29470
|
d: "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"
|
|
29406
29471
|
})
|
|
@@ -29408,13 +29473,13 @@ var JSIcon = (props) => {
|
|
|
29408
29473
|
};
|
|
29409
29474
|
|
|
29410
29475
|
// src/components/icons/music.tsx
|
|
29411
|
-
import { jsx as
|
|
29476
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
29412
29477
|
var MusicIcon = (props) => {
|
|
29413
|
-
return /* @__PURE__ */
|
|
29478
|
+
return /* @__PURE__ */ jsx127("svg", {
|
|
29414
29479
|
...props,
|
|
29415
29480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29416
29481
|
viewBox: "0 0 512 512",
|
|
29417
|
-
children: /* @__PURE__ */
|
|
29482
|
+
children: /* @__PURE__ */ jsx127("path", {
|
|
29418
29483
|
fill: "currentColor",
|
|
29419
29484
|
d: "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7l0 72 0 264c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L448 147 192 223.8 192 432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L128 200l0-72c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"
|
|
29420
29485
|
})
|
|
@@ -29422,15 +29487,15 @@ var MusicIcon = (props) => {
|
|
|
29422
29487
|
};
|
|
29423
29488
|
|
|
29424
29489
|
// src/components/icons/next.tsx
|
|
29425
|
-
import { jsx as
|
|
29490
|
+
import { jsx as jsx128, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
29426
29491
|
var NextIcon = ({ style: style4 }) => {
|
|
29427
|
-
return /* @__PURE__ */
|
|
29492
|
+
return /* @__PURE__ */ jsxs53("svg", {
|
|
29428
29493
|
fill: "none",
|
|
29429
29494
|
viewBox: "0 0 180 180",
|
|
29430
29495
|
style: style4,
|
|
29431
29496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29432
29497
|
children: [
|
|
29433
|
-
/* @__PURE__ */
|
|
29498
|
+
/* @__PURE__ */ jsx128("mask", {
|
|
29434
29499
|
height: "180",
|
|
29435
29500
|
id: "mask0_292_250",
|
|
29436
29501
|
maskUnits: "userSpaceOnUse",
|
|
@@ -29438,27 +29503,27 @@ var NextIcon = ({ style: style4 }) => {
|
|
|
29438
29503
|
width: "180",
|
|
29439
29504
|
x: "0",
|
|
29440
29505
|
y: "0",
|
|
29441
|
-
children: /* @__PURE__ */
|
|
29506
|
+
children: /* @__PURE__ */ jsx128("circle", {
|
|
29442
29507
|
cx: "90",
|
|
29443
29508
|
cy: "90",
|
|
29444
29509
|
fill: "currentcolor",
|
|
29445
29510
|
r: "90"
|
|
29446
29511
|
})
|
|
29447
29512
|
}),
|
|
29448
|
-
/* @__PURE__ */
|
|
29513
|
+
/* @__PURE__ */ jsxs53("g", {
|
|
29449
29514
|
mask: "url(#mask0_292_250)",
|
|
29450
29515
|
children: [
|
|
29451
|
-
/* @__PURE__ */
|
|
29516
|
+
/* @__PURE__ */ jsx128("circle", {
|
|
29452
29517
|
cx: "90",
|
|
29453
29518
|
cy: "90",
|
|
29454
29519
|
fill: "currentcolor",
|
|
29455
29520
|
r: "90"
|
|
29456
29521
|
}),
|
|
29457
|
-
/* @__PURE__ */
|
|
29522
|
+
/* @__PURE__ */ jsx128("path", {
|
|
29458
29523
|
d: "M149.508 157.52L69.142 54H54V125.97H66.1136V69.3836L139.999 164.845C143.333 162.614 146.509 160.165 149.508 157.52Z",
|
|
29459
29524
|
fill: "url(#paint0_linear_292_250)"
|
|
29460
29525
|
}),
|
|
29461
|
-
/* @__PURE__ */
|
|
29526
|
+
/* @__PURE__ */ jsx128("rect", {
|
|
29462
29527
|
fill: "url(#paint1_linear_292_250)",
|
|
29463
29528
|
height: "72",
|
|
29464
29529
|
width: "12",
|
|
@@ -29467,9 +29532,9 @@ var NextIcon = ({ style: style4 }) => {
|
|
|
29467
29532
|
})
|
|
29468
29533
|
]
|
|
29469
29534
|
}),
|
|
29470
|
-
/* @__PURE__ */
|
|
29535
|
+
/* @__PURE__ */ jsxs53("defs", {
|
|
29471
29536
|
children: [
|
|
29472
|
-
/* @__PURE__ */
|
|
29537
|
+
/* @__PURE__ */ jsxs53("linearGradient", {
|
|
29473
29538
|
gradientUnits: "userSpaceOnUse",
|
|
29474
29539
|
id: "paint0_linear_292_250",
|
|
29475
29540
|
x1: "109",
|
|
@@ -29477,17 +29542,17 @@ var NextIcon = ({ style: style4 }) => {
|
|
|
29477
29542
|
y1: "116.5",
|
|
29478
29543
|
y2: "160.5",
|
|
29479
29544
|
children: [
|
|
29480
|
-
/* @__PURE__ */
|
|
29545
|
+
/* @__PURE__ */ jsx128("stop", {
|
|
29481
29546
|
stopColor: "var(--background)"
|
|
29482
29547
|
}),
|
|
29483
|
-
/* @__PURE__ */
|
|
29548
|
+
/* @__PURE__ */ jsx128("stop", {
|
|
29484
29549
|
offset: "1",
|
|
29485
29550
|
stopColor: "var(--background)",
|
|
29486
29551
|
stopOpacity: "0"
|
|
29487
29552
|
})
|
|
29488
29553
|
]
|
|
29489
29554
|
}),
|
|
29490
|
-
/* @__PURE__ */
|
|
29555
|
+
/* @__PURE__ */ jsxs53("linearGradient", {
|
|
29491
29556
|
gradientUnits: "userSpaceOnUse",
|
|
29492
29557
|
id: "paint1_linear_292_250",
|
|
29493
29558
|
x1: "121",
|
|
@@ -29495,10 +29560,10 @@ var NextIcon = ({ style: style4 }) => {
|
|
|
29495
29560
|
y1: "54",
|
|
29496
29561
|
y2: "106.875",
|
|
29497
29562
|
children: [
|
|
29498
|
-
/* @__PURE__ */
|
|
29563
|
+
/* @__PURE__ */ jsx128("stop", {
|
|
29499
29564
|
stopColor: "var(--background)"
|
|
29500
29565
|
}),
|
|
29501
|
-
/* @__PURE__ */
|
|
29566
|
+
/* @__PURE__ */ jsx128("stop", {
|
|
29502
29567
|
offset: "1",
|
|
29503
29568
|
stopColor: "var(--background)",
|
|
29504
29569
|
stopOpacity: "0"
|
|
@@ -29512,19 +29577,19 @@ var NextIcon = ({ style: style4 }) => {
|
|
|
29512
29577
|
};
|
|
29513
29578
|
|
|
29514
29579
|
// src/components/icons/overlay.tsx
|
|
29515
|
-
import { jsx as
|
|
29580
|
+
import { jsx as jsx129, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
29516
29581
|
var OverlayIcon = (props) => {
|
|
29517
|
-
return /* @__PURE__ */
|
|
29582
|
+
return /* @__PURE__ */ jsxs55("svg", {
|
|
29518
29583
|
viewBox: "0 0 576 512",
|
|
29519
29584
|
fill: "none",
|
|
29520
29585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29521
29586
|
...props,
|
|
29522
29587
|
children: [
|
|
29523
|
-
/* @__PURE__ */
|
|
29588
|
+
/* @__PURE__ */ jsx129("path", {
|
|
29524
29589
|
d: "M251.1 407.9C274.5 418.7 301.5 418.7 324.9 407.9V407.8L476.9 337.6L530.1 362.2C538.6 366.1 544 374.6 544 384C544 393.4 538.6 401.9 530.1 405.8L311.5 506.8C296.6 513.7 279.4 513.7 264.5 506.8L45.9 405.8C37.4 401.9 32 393.4 32 384C32 374.6 37.4 366.1 45.9 362.2L99.1 337.7L251.1 407.9Z",
|
|
29525
29590
|
fill: "currentcolor"
|
|
29526
29591
|
}),
|
|
29527
|
-
/* @__PURE__ */
|
|
29592
|
+
/* @__PURE__ */ jsx129("path", {
|
|
29528
29593
|
d: "M277.8 132.7L495.2 230.1C505.4 234.7 512 244.8 512 256C512 267.2 505.4 277.3 495.2 281.9L277.8 379.3C270.1 382.4 263.5 384 256 384C248.5 384 241 382.4 234.2 379.3L16.76 281.9C6.561 277.3 0.0003 267.2 0.0003 256C0.0003 244.8 6.561 234.7 16.76 230.1L234.2 132.7C241 129.6 248.5 128 256 128C263.5 128 270.1 129.6 277.8 132.7Z",
|
|
29529
29594
|
stroke: "currentcolor",
|
|
29530
29595
|
transform: "translate(32, -25)",
|
|
@@ -29535,13 +29600,13 @@ var OverlayIcon = (props) => {
|
|
|
29535
29600
|
};
|
|
29536
29601
|
|
|
29537
29602
|
// src/components/icons/prompt-to-video.tsx
|
|
29538
|
-
import { jsx as
|
|
29603
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
29539
29604
|
var PromptToVideoIcon = (props) => {
|
|
29540
|
-
return /* @__PURE__ */
|
|
29605
|
+
return /* @__PURE__ */ jsx130("svg", {
|
|
29541
29606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29542
29607
|
viewBox: "0 0 512 512",
|
|
29543
29608
|
...props,
|
|
29544
|
-
children: /* @__PURE__ */
|
|
29609
|
+
children: /* @__PURE__ */ jsx130("path", {
|
|
29545
29610
|
d: "M278.5 15.6C275 6.2 266 0 256 0s-19 6.2-22.5 15.6L174.2 174.2 15.6 233.5C6.2 237 0 246 0 256s6.2 19 15.6 22.5l158.6 59.4 59.4 158.6C237 505.8 246 512 256 512s19-6.2 22.5-15.6l59.4-158.6 158.6-59.4C505.8 275 512 266 512 256s-6.2-19-15.6-22.5L337.8 174.2 278.5 15.6z",
|
|
29546
29611
|
fill: "currentColor"
|
|
29547
29612
|
})
|
|
@@ -29549,23 +29614,23 @@ var PromptToVideoIcon = (props) => {
|
|
|
29549
29614
|
};
|
|
29550
29615
|
|
|
29551
29616
|
// src/components/icons/recorder.tsx
|
|
29552
|
-
import { jsx as
|
|
29617
|
+
import { jsx as jsx131, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
29553
29618
|
var Recorder = (props) => {
|
|
29554
|
-
return /* @__PURE__ */
|
|
29619
|
+
return /* @__PURE__ */ jsxs56("svg", {
|
|
29555
29620
|
viewBox: "0 0 700 700",
|
|
29556
29621
|
...props,
|
|
29557
29622
|
children: [
|
|
29558
|
-
/* @__PURE__ */
|
|
29623
|
+
/* @__PURE__ */ jsx131("path", {
|
|
29559
29624
|
d: "M0 350C0 115.5 115.5 0 350 0C584.5 0 700 115.5 700 350C700 584.5 584.5 700 350 700C115.5 700 0 584.5 0 350Z",
|
|
29560
29625
|
fill: "#F43B00",
|
|
29561
29626
|
fillOpacity: "0.15"
|
|
29562
29627
|
}),
|
|
29563
|
-
/* @__PURE__ */
|
|
29628
|
+
/* @__PURE__ */ jsx131("path", {
|
|
29564
29629
|
d: "M79.4595 344.324C79.4595 161.794 169.362 71.8915 351.892 71.8915C534.422 71.8915 624.324 161.794 624.324 344.324C624.324 526.854 534.422 616.756 351.892 616.756C169.362 616.756 79.4595 526.854 79.4595 344.324Z",
|
|
29565
29630
|
fill: "#F43B00",
|
|
29566
29631
|
fillOpacity: "0.3"
|
|
29567
29632
|
}),
|
|
29568
|
-
/* @__PURE__ */
|
|
29633
|
+
/* @__PURE__ */ jsx131("path", {
|
|
29569
29634
|
d: "M155.135 343.378C155.135 212.185 219.752 147.567 350.946 147.567C482.139 147.567 546.756 212.185 546.756 343.378C546.756 474.571 482.139 539.189 350.946 539.189C219.752 539.189 155.135 474.571 155.135 343.378Z",
|
|
29570
29635
|
fill: "#F43B00"
|
|
29571
29636
|
})
|
|
@@ -29574,9 +29639,9 @@ var Recorder = (props) => {
|
|
|
29574
29639
|
};
|
|
29575
29640
|
|
|
29576
29641
|
// src/components/icons/remix.tsx
|
|
29577
|
-
import { jsx as
|
|
29642
|
+
import { jsx as jsx134, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
29578
29643
|
var ReactRouterIcon = (props) => {
|
|
29579
|
-
return /* @__PURE__ */
|
|
29644
|
+
return /* @__PURE__ */ jsx134("svg", {
|
|
29580
29645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29581
29646
|
width: "800px",
|
|
29582
29647
|
height: "800px",
|
|
@@ -29584,13 +29649,13 @@ var ReactRouterIcon = (props) => {
|
|
|
29584
29649
|
version: "1.1",
|
|
29585
29650
|
preserveAspectRatio: "xMidYMid",
|
|
29586
29651
|
...props,
|
|
29587
|
-
children: /* @__PURE__ */
|
|
29652
|
+
children: /* @__PURE__ */ jsxs57("g", {
|
|
29588
29653
|
children: [
|
|
29589
|
-
/* @__PURE__ */
|
|
29654
|
+
/* @__PURE__ */ jsx134("path", {
|
|
29590
29655
|
d: "M78.0659341,92.5875806 C90.8837956,92.5875806 101.274726,82.1966508 101.274726,69.3787894 C101.274726,56.5609279 90.8837956,46.1699982 78.0659341,46.1699982 C65.2480726,46.1699982 54.8571429,56.5609279 54.8571429,69.3787894 C54.8571429,82.1966508 65.2480726,92.5875806 78.0659341,92.5875806 Z M23.2087913,139.005163 C36.0266526,139.005163 46.4175825,128.614233 46.4175825,115.796372 C46.4175825,102.97851 36.0266526,92.5875806 23.2087913,92.5875806 C10.3909298,92.5875806 0,102.97851 0,115.796372 C0,128.614233 10.3909298,139.005163 23.2087913,139.005163 Z M232.791209,139.005163 C245.60907,139.005163 256,128.614233 256,115.796372 C256,102.97851 245.60907,92.5875806 232.791209,92.5875806 C219.973347,92.5875806 209.582418,102.97851 209.582418,115.796372 C209.582418,128.614233 219.973347,139.005163 232.791209,139.005163 Z",
|
|
29591
29656
|
fill: "currentcolor"
|
|
29592
29657
|
}),
|
|
29593
|
-
/* @__PURE__ */
|
|
29658
|
+
/* @__PURE__ */ jsx134("path", {
|
|
29594
29659
|
d: "M156.565464,70.3568084 C155.823426,62.6028163 155.445577,56.1490255 149.505494,51.6131676 C141.982638,45.8687002 133.461166,49.5960243 122.964463,45.8072968 C112.650326,43.3121427 105,34.1545727 105,23.2394367 C105,10.4046502 115.577888,0 128.626373,0 C138.29063,0 146.599638,5.70747659 150.259573,13.8825477 C155.861013,24.5221258 152.220489,35.3500418 159.258242,40.8041273 C167.591489,47.2621895 178.826167,42.5329154 191.362109,48.6517412 C195.390112,50.5026944 198.799584,53.4384578 201.202056,57.0769224 C203.604528,60.7153869 205,65.0565524 205,69.7183101 C205,80.633446 197.349674,89.7910161 187.035538,92.2861702 C176.538834,96.0748977 168.017363,92.3475736 160.494506,98.092041 C152.03503,104.551712 156.563892,115.358642 149.669352,126.774447 C145.756163,134.291567 137.802119,139.43662 128.626373,139.43662 C115.577888,139.43662 105,129.03197 105,116.197184 C105,106.873668 110.581887,98.832521 118.637891,95.1306146 C131.173833,89.0117889 142.408511,93.7410629 150.741758,87.2830007 C155.549106,83.5574243 156.565464,77.8102648 156.565464,70.3568084 Z",
|
|
29595
29660
|
fill: "currentcolor"
|
|
29596
29661
|
})
|
|
@@ -29600,9 +29665,9 @@ var ReactRouterIcon = (props) => {
|
|
|
29600
29665
|
};
|
|
29601
29666
|
|
|
29602
29667
|
// src/components/icons/render-server.tsx
|
|
29603
|
-
import { jsx as
|
|
29668
|
+
import { jsx as jsx136, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
29604
29669
|
var RenderServerIcon = (props) => {
|
|
29605
|
-
return /* @__PURE__ */
|
|
29670
|
+
return /* @__PURE__ */ jsxs58("svg", {
|
|
29606
29671
|
...props,
|
|
29607
29672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29608
29673
|
viewBox: "0 0 24 24",
|
|
@@ -29612,14 +29677,14 @@ var RenderServerIcon = (props) => {
|
|
|
29612
29677
|
strokeLinecap: "round",
|
|
29613
29678
|
strokeLinejoin: "round",
|
|
29614
29679
|
children: [
|
|
29615
|
-
/* @__PURE__ */
|
|
29680
|
+
/* @__PURE__ */ jsx136("rect", {
|
|
29616
29681
|
width: "18",
|
|
29617
29682
|
height: "18",
|
|
29618
29683
|
x: "3",
|
|
29619
29684
|
y: "3",
|
|
29620
29685
|
rx: "2"
|
|
29621
29686
|
}),
|
|
29622
|
-
/* @__PURE__ */
|
|
29687
|
+
/* @__PURE__ */ jsx136("path", {
|
|
29623
29688
|
d: "m10 8 4 4-4 4"
|
|
29624
29689
|
})
|
|
29625
29690
|
]
|
|
@@ -29627,13 +29692,13 @@ var RenderServerIcon = (props) => {
|
|
|
29627
29692
|
};
|
|
29628
29693
|
|
|
29629
29694
|
// src/components/icons/skia.tsx
|
|
29630
|
-
import { jsx as
|
|
29695
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
29631
29696
|
var SkiaIcon = (props) => {
|
|
29632
|
-
return /* @__PURE__ */
|
|
29697
|
+
return /* @__PURE__ */ jsx137("svg", {
|
|
29633
29698
|
...props,
|
|
29634
29699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29635
29700
|
viewBox: "0 0 576 512",
|
|
29636
|
-
children: /* @__PURE__ */
|
|
29701
|
+
children: /* @__PURE__ */ jsx137("path", {
|
|
29637
29702
|
fill: "currentColor",
|
|
29638
29703
|
d: "M288 400C288 461.9 237.9 512 176 512H32C14.33 512 0 497.7 0 480C0 462.3 14.33 448 32 448H36.81C54.44 448 66.4 429.1 64.59 411.6C64.2 407.8 64 403.9 64 400C64 338.1 114.1 288 176 288C178.8 288 181.5 288.1 184.3 288.3C184.1 285.7 183.1 282.1 183.1 280.3C183.1 244.6 201.1 210.1 229.1 189.1L474.3 12.25C499.7-6.279 534.9-3.526 557.2 18.74C579.4 41 582.2 76.16 563.7 101.6L386.1 345.1C365 374.9 331.4 392 295.7 392C293 392 290.3 391.9 287.7 391.7C287.9 394.5 287.1 397.2 287.1 400H288zM295.7 360C321.2 360 345.2 347.8 360.2 327.2L537.8 82.82C547.1 70.08 545.7 52.5 534.5 41.37C523.4 30.24 505.8 28.86 493.1 38.12L248.8 215.8C228.2 230.8 215.1 254.8 215.1 280.3C215.1 285.7 216.5 290.9 217.5 295.1L217.6 295.1C217.9 297.3 218.2 298.6 218.5 299.9L276.1 357.5C277.4 357.8 278.7 358.1 280 358.4L280 358.5C285.1 359.5 290.3 360 295.7 360L295.7 360zM253.5 380.1L195.9 322.5C194.5 322.2 193.2 321.8 191.9 321.6C186.7 320.5 181.4 320 176 320C131.8 320 96 355.8 96 400C96 402.8 96.14 405.6 96.43 408.3C98.15 425 93.42 441.9 83.96 455.1C74.31 468.5 58 480 36.81 480H176C220.2 480 256 444.2 256 400C256 394.6 255.5 389.3 254.4 384.1C254.2 382.8 253.9 381.5 253.5 380.1V380.1z"
|
|
29639
29704
|
})
|
|
@@ -29641,13 +29706,13 @@ var SkiaIcon = (props) => {
|
|
|
29641
29706
|
};
|
|
29642
29707
|
|
|
29643
29708
|
// src/components/icons/stargazer.tsx
|
|
29644
|
-
import { jsx as
|
|
29709
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
29645
29710
|
var Stargazer = (props) => {
|
|
29646
|
-
return /* @__PURE__ */
|
|
29711
|
+
return /* @__PURE__ */ jsx138("svg", {
|
|
29647
29712
|
height: "1em",
|
|
29648
29713
|
viewBox: "0 0 512 512",
|
|
29649
29714
|
...props,
|
|
29650
|
-
children: /* @__PURE__ */
|
|
29715
|
+
children: /* @__PURE__ */ jsx138("path", {
|
|
29651
29716
|
fill: "currentcolor",
|
|
29652
29717
|
d: "M325.8 152.3c1.3 4.6 5.5 7.7 10.2 7.7s8.9-3.1 10.2-7.7L360 104l48.3-13.8c4.6-1.3 7.7-5.5 7.7-10.2s-3.1-8.9-7.7-10.2L360 56 346.2 7.7C344.9 3.1 340.7 0 336 0s-8.9 3.1-10.2 7.7L312 56 263.7 69.8c-4.6 1.3-7.7 5.5-7.7 10.2s3.1 8.9 7.7 10.2L312 104l13.8 48.3zM115.7 346.2L75.5 307l55.5-8.1c15.6-2.3 29.2-12.1 36.1-26.3l24.8-50.3 24.8 50.3c7 14.2 20.5 24 36.1 26.3l55.5 8.1-40.2 39.2c-11.3 11-16.4 26.9-13.8 42.4l9.5 55.4-49.5-26.1c-14-7.4-30.7-7.4-44.7 0L120 444l9.5-55.4c2.7-15.6-2.5-31.4-13.8-42.4zm54.7-188.8l-46.3 94L20.5 266.5C.9 269.3-7 293.5 7.2 307.4l74.9 73.2L64.5 483.9c-3.4 19.6 17.2 34.6 34.8 25.3l92.6-48.8 92.6 48.8c17.6 9.3 38.2-5.7 34.8-25.3L301.6 380.6l74.9-73.2c14.2-13.9 6.4-38.1-13.3-40.9L259.7 251.4l-46.3-94c-8.8-17.9-34.3-17.9-43.1 0zm258.4 85.8l11 38.6c1 3.6 4.4 6.2 8.2 6.2s7.1-2.5 8.2-6.2l11-38.6 38.6-11c3.6-1 6.2-4.4 6.2-8.2s-2.5-7.1-6.2-8.2l-38.6-11-11-38.6c-1-3.6-4.4-6.2-8.2-6.2s-7.1 2.5-8.2 6.2l-11 38.6-38.6 11c-3.6 1-6.2 4.4-6.2 8.2s2.5 7.1 6.2 8.2l38.6 11z"
|
|
29653
29718
|
})
|
|
@@ -29655,13 +29720,13 @@ var Stargazer = (props) => {
|
|
|
29655
29720
|
};
|
|
29656
29721
|
|
|
29657
29722
|
// src/components/icons/still.tsx
|
|
29658
|
-
import { jsx as
|
|
29723
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
29659
29724
|
var StillIcon = (props) => {
|
|
29660
|
-
return /* @__PURE__ */
|
|
29725
|
+
return /* @__PURE__ */ jsx139("svg", {
|
|
29661
29726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29662
29727
|
viewBox: "0 0 512 512",
|
|
29663
29728
|
...props,
|
|
29664
|
-
children: /* @__PURE__ */
|
|
29729
|
+
children: /* @__PURE__ */ jsx139("path", {
|
|
29665
29730
|
fill: "currentColor",
|
|
29666
29731
|
d: "M324.9 157.8c-11.38-17.38-39.89-17.31-51.23-.0625L200.5 268.5L184.1 245.9C172.7 229.1 145.9 229.9 134.4 245.9l-64.52 89.16c-6.797 9.406-7.75 21.72-2.547 32C72.53 377.5 83.05 384 94.75 384h322.5c11.41 0 21.8-6.281 27.14-16.38c5.312-10 4.734-22.09-1.516-31.56L324.9 157.8zM95.8 352l62.39-87.38l29.91 41.34C191.2 310.2 196.4 313.2 201.4 312.6c5.25-.125 10.12-2.781 13.02-7.188l83.83-129.9L415 352H95.8zM447.1 32h-384C28.65 32-.0091 60.65-.0091 96v320c0 35.35 28.65 64 63.1 64h384c35.35 0 64-28.65 64-64V96C511.1 60.65 483.3 32 447.1 32zM480 416c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h384c17.64 0 32 14.36 32 32V416zM144 192C170.5 192 192 170.5 192 144S170.5 96 144 96S96 117.5 96 144S117.5 192 144 192zM144 128c8.822 0 15.1 7.178 15.1 16S152.8 160 144 160S128 152.8 128 144S135.2 128 144 128z"
|
|
29667
29732
|
})
|
|
@@ -29669,12 +29734,12 @@ var StillIcon = (props) => {
|
|
|
29669
29734
|
};
|
|
29670
29735
|
|
|
29671
29736
|
// src/components/icons/tiktok.tsx
|
|
29672
|
-
import { jsx as
|
|
29737
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
29673
29738
|
var TikTok = (props) => {
|
|
29674
|
-
return /* @__PURE__ */
|
|
29739
|
+
return /* @__PURE__ */ jsx140("svg", {
|
|
29675
29740
|
...props,
|
|
29676
29741
|
viewBox: "0 0 448 512",
|
|
29677
|
-
children: /* @__PURE__ */
|
|
29742
|
+
children: /* @__PURE__ */ jsx140("path", {
|
|
29678
29743
|
fill: "currentcolor",
|
|
29679
29744
|
d: "M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z"
|
|
29680
29745
|
})
|
|
@@ -29682,14 +29747,14 @@ var TikTok = (props) => {
|
|
|
29682
29747
|
};
|
|
29683
29748
|
|
|
29684
29749
|
// src/components/icons/ts.tsx
|
|
29685
|
-
import { jsx as
|
|
29750
|
+
import { jsx as jsx141 } from "react/jsx-runtime";
|
|
29686
29751
|
var TypeScriptIcon = (props) => {
|
|
29687
|
-
return /* @__PURE__ */
|
|
29752
|
+
return /* @__PURE__ */ jsx141("svg", {
|
|
29688
29753
|
fill: "#000000",
|
|
29689
29754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29690
29755
|
viewBox: "0 0 24 24",
|
|
29691
29756
|
...props,
|
|
29692
|
-
children: /* @__PURE__ */
|
|
29757
|
+
children: /* @__PURE__ */ jsx141("path", {
|
|
29693
29758
|
fill: "currentColor",
|
|
29694
29759
|
d: "M3,5v14c0,1.105,0.895,2,2,2h14c1.105,0,2-0.895,2-2V5c0-1.105-0.895-2-2-2H5C3.895,3,3,3.895,3,5z M13.666,12.451h-2.118\tV19H9.841v-6.549H7.767V11h5.899V12.451z M13.998,18.626v-1.751c0,0,0.956,0.721,2.104,0.721c1.148,0,1.103-0.75,1.103-0.853\tc0-1.089-3.251-1.089-3.251-3.501c0-3.281,4.737-1.986,4.737-1.986l-0.059,1.559c0,0-0.794-0.53-1.692-0.53\tc-0.897,0-1.221,0.427-1.221,0.883c0,1.177,3.281,1.059,3.281,3.428C19,20.244,13.998,18.626,13.998,18.626z"
|
|
29695
29760
|
})
|
|
@@ -29697,13 +29762,13 @@ var TypeScriptIcon = (props) => {
|
|
|
29697
29762
|
};
|
|
29698
29763
|
|
|
29699
29764
|
// src/components/icons/tts.tsx
|
|
29700
|
-
import { jsx as
|
|
29765
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
29701
29766
|
var TTSIcon = (props) => {
|
|
29702
|
-
return /* @__PURE__ */
|
|
29767
|
+
return /* @__PURE__ */ jsx144("svg", {
|
|
29703
29768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29704
29769
|
viewBox: "0 0 512 512",
|
|
29705
29770
|
...props,
|
|
29706
|
-
children: /* @__PURE__ */
|
|
29771
|
+
children: /* @__PURE__ */ jsx144("path", {
|
|
29707
29772
|
fill: "currentColor",
|
|
29708
29773
|
d: "M256 31.1c-141.4 0-255.1 93.13-255.1 208c0 47.62 19.91 91.25 52.91 126.3c-14.87 39.5-45.87 72.88-46.37 73.25c-6.623 7-8.373 17.25-4.623 26C5.816 474.3 14.38 480 24 480c61.49 0 109.1-25.75 139.1-46.25c28.1 9 60.16 14.25 92.9 14.25c141.4 0 255.1-93.13 255.1-207.1S397.4 31.1 256 31.1zM256 416c-28.25 0-56.24-4.25-83.24-12.75c-9.516-3.068-19.92-1.461-28.07 4.338c-22.1 16.25-58.54 35.29-102.7 39.66c11.1-15.12 29.75-40.5 40.74-69.63l.1289-.3398c4.283-11.27 1.791-23.1-6.43-32.82C47.51 313.1 32.06 277.6 32.06 240c0-97 100.5-176 223.1-176c123.5 0 223.1 79 223.1 176S379.5 416 256 416zM272 272h-128c-8.801 0-16 7.199-16 15.1C127.1 296.8 135.2 304 144 304h128c8.801 0 15.1-7.204 15.1-16C287.1 279.2 280.8 272 272 272zM368 176h-224c-8.801 0-16 7.199-16 15.1C127.1 200.8 135.2 208 144 208h224c8.801 0 15.1-7.204 15.1-16C383.1 183.2 376.8 176 368 176z"
|
|
29709
29774
|
})
|
|
@@ -29711,13 +29776,13 @@ var TTSIcon = (props) => {
|
|
|
29711
29776
|
};
|
|
29712
29777
|
|
|
29713
29778
|
// src/components/icons/waveform.tsx
|
|
29714
|
-
import { jsx as
|
|
29779
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
29715
29780
|
var Waveform = (props) => {
|
|
29716
|
-
return /* @__PURE__ */
|
|
29781
|
+
return /* @__PURE__ */ jsx146("svg", {
|
|
29717
29782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29718
29783
|
viewBox: "0 0 640 512",
|
|
29719
29784
|
...props,
|
|
29720
|
-
children: /* @__PURE__ */
|
|
29785
|
+
children: /* @__PURE__ */ jsx146("path", {
|
|
29721
29786
|
fill: "currentColor",
|
|
29722
29787
|
d: "M224 96C215.2 96 208 103.2 208 111.1v288C208 408.8 215.2 416 223.1 416C232.8 416 240 408.8 240 400V111.1C240 103.2 232.8 96 224 96zM128 192C119.2 192 112 199.2 112 207.1V304C112 312.8 119.2 320 127.1 320S144 312.8 144 304V207.1C144 199.2 136.8 192 128 192zM32 224C23.2 224 16 231.2 16 239.1V272C16 280.8 23.2 288 31.1 288S48 280.8 48 272V239.1C48 231.2 40.8 224 32 224zM416 128C407.2 128 400 135.2 400 143.1v224C400 376.8 407.2 384 415.1 384S432 376.8 432 368V143.1C432 135.2 424.8 128 416 128zM608 224c-8.8 0-16 7.2-16 15.1V272C592 280.8 599.2 288 608 288s16-7.2 16-15.1V239.1C624 231.2 616.8 224 608 224zM512 64c-8.8 0-16 7.2-16 15.1V432C496 440.8 503.2 448 511.1 448C520.8 448 528 440.8 528 432V79.1C528 71.2 520.8 64 512 64zM320 0C311.2 0 304 7.2 304 15.1V496C304 504.8 311.2 512 319.1 512S336 504.8 336 496V15.1C336 7.2 328.8 0 320 0z"
|
|
29723
29788
|
})
|
|
@@ -29725,17 +29790,17 @@ var Waveform = (props) => {
|
|
|
29725
29790
|
};
|
|
29726
29791
|
|
|
29727
29792
|
// src/components/homepage/IconForTemplate.tsx
|
|
29728
|
-
import { jsx as
|
|
29793
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
29729
29794
|
var IconForTemplate = ({ template, scale: scale4 = 1 }) => {
|
|
29730
29795
|
if (template.cliId === "hello-world") {
|
|
29731
|
-
return /* @__PURE__ */
|
|
29796
|
+
return /* @__PURE__ */ jsx147(TypeScriptIcon, {
|
|
29732
29797
|
style: {
|
|
29733
29798
|
height: scale4 * 48
|
|
29734
29799
|
}
|
|
29735
29800
|
});
|
|
29736
29801
|
}
|
|
29737
29802
|
if (template.cliId === "blank") {
|
|
29738
|
-
return /* @__PURE__ */
|
|
29803
|
+
return /* @__PURE__ */ jsx147(Blank, {
|
|
29739
29804
|
style: {
|
|
29740
29805
|
height: scale4 * 36,
|
|
29741
29806
|
overflow: "visible"
|
|
@@ -29743,105 +29808,110 @@ var IconForTemplate = ({ template, scale: scale4 = 1 }) => {
|
|
|
29743
29808
|
});
|
|
29744
29809
|
}
|
|
29745
29810
|
if (template.cliId === "javascript") {
|
|
29746
|
-
return /* @__PURE__ */
|
|
29811
|
+
return /* @__PURE__ */ jsx147(JSIcon, {
|
|
29747
29812
|
style: {
|
|
29748
29813
|
height: scale4 * 40
|
|
29749
29814
|
}
|
|
29750
29815
|
});
|
|
29751
29816
|
}
|
|
29752
29817
|
if (template.cliId === "three") {
|
|
29753
|
-
return /* @__PURE__ */
|
|
29818
|
+
return /* @__PURE__ */ jsx147(Cubes, {
|
|
29754
29819
|
style: {
|
|
29755
29820
|
height: scale4 * 36
|
|
29756
29821
|
}
|
|
29757
29822
|
});
|
|
29758
29823
|
}
|
|
29759
29824
|
if (template.cliId === "still") {
|
|
29760
|
-
return /* @__PURE__ */
|
|
29825
|
+
return /* @__PURE__ */ jsx147(StillIcon, {
|
|
29761
29826
|
style: {
|
|
29762
29827
|
height: scale4 * 36
|
|
29763
29828
|
}
|
|
29764
29829
|
});
|
|
29765
29830
|
}
|
|
29766
29831
|
if (template.cliId === "audiogram") {
|
|
29767
|
-
return /* @__PURE__ */
|
|
29832
|
+
return /* @__PURE__ */ jsx147(Waveform, {
|
|
29768
29833
|
style: {
|
|
29769
29834
|
height: scale4 * 36
|
|
29770
29835
|
}
|
|
29771
29836
|
});
|
|
29772
29837
|
}
|
|
29773
29838
|
if (template.cliId === "tts") {
|
|
29774
|
-
return /* @__PURE__ */
|
|
29839
|
+
return /* @__PURE__ */ jsx147(TTSIcon, {
|
|
29775
29840
|
style: {
|
|
29776
29841
|
height: scale4 * 36
|
|
29777
29842
|
}
|
|
29778
29843
|
});
|
|
29779
29844
|
}
|
|
29780
29845
|
if (template.cliId === "google-tts") {
|
|
29781
|
-
return /* @__PURE__ */
|
|
29846
|
+
return /* @__PURE__ */ jsx147(TTSIcon, {
|
|
29782
29847
|
style: {
|
|
29783
29848
|
height: scale4 * 36
|
|
29784
29849
|
}
|
|
29785
29850
|
});
|
|
29786
29851
|
}
|
|
29787
29852
|
if (template.cliId === "skia") {
|
|
29788
|
-
return /* @__PURE__ */
|
|
29853
|
+
return /* @__PURE__ */ jsx147(SkiaIcon, {
|
|
29789
29854
|
style: {
|
|
29790
29855
|
height: scale4 * 32
|
|
29791
29856
|
}
|
|
29792
29857
|
});
|
|
29793
29858
|
}
|
|
29794
29859
|
if (template.cliId === "music-visualization") {
|
|
29795
|
-
return /* @__PURE__ */
|
|
29860
|
+
return /* @__PURE__ */ jsx147(MusicIcon, {
|
|
29796
29861
|
style: {
|
|
29797
29862
|
height: scale4 * 32
|
|
29798
29863
|
}
|
|
29799
29864
|
});
|
|
29800
29865
|
}
|
|
29801
29866
|
if (template.cliId === "react-router") {
|
|
29802
|
-
return /* @__PURE__ */
|
|
29867
|
+
return /* @__PURE__ */ jsx147(ReactRouterIcon, {
|
|
29803
29868
|
style: {
|
|
29804
29869
|
height: scale4 * 32
|
|
29805
29870
|
}
|
|
29806
29871
|
});
|
|
29807
29872
|
}
|
|
29808
29873
|
if (template.cliId === "overlay") {
|
|
29809
|
-
return /* @__PURE__ */
|
|
29874
|
+
return /* @__PURE__ */ jsx147(OverlayIcon, {
|
|
29810
29875
|
style: { height: scale4 * 42 }
|
|
29811
29876
|
});
|
|
29812
29877
|
}
|
|
29813
29878
|
if (template.cliId === "render-server") {
|
|
29814
|
-
return /* @__PURE__ */
|
|
29879
|
+
return /* @__PURE__ */ jsx147(RenderServerIcon, {
|
|
29815
29880
|
style: { height: scale4 * 36 }
|
|
29816
29881
|
});
|
|
29817
29882
|
}
|
|
29818
29883
|
if (template.cliId === "recorder") {
|
|
29819
|
-
return /* @__PURE__ */
|
|
29884
|
+
return /* @__PURE__ */ jsx147(Recorder, {
|
|
29820
29885
|
style: { height: scale4 * 36 }
|
|
29821
29886
|
});
|
|
29822
29887
|
}
|
|
29823
29888
|
if (template.cliId === "next" || template.cliId === "next-tailwind" || template.cliId === "next-pages-dir") {
|
|
29824
|
-
return /* @__PURE__ */
|
|
29889
|
+
return /* @__PURE__ */ jsx147(NextIcon, {
|
|
29825
29890
|
style: { height: scale4 * 36 }
|
|
29826
29891
|
});
|
|
29827
29892
|
}
|
|
29828
29893
|
if (template.cliId === "stargazer") {
|
|
29829
|
-
return /* @__PURE__ */
|
|
29894
|
+
return /* @__PURE__ */ jsx147(Stargazer, {
|
|
29830
29895
|
style: { height: scale4 * 36 }
|
|
29831
29896
|
});
|
|
29832
29897
|
}
|
|
29833
29898
|
if (template.cliId === "tiktok") {
|
|
29834
|
-
return /* @__PURE__ */
|
|
29899
|
+
return /* @__PURE__ */ jsx147(TikTok, {
|
|
29835
29900
|
style: { height: scale4 * 36 }
|
|
29836
29901
|
});
|
|
29837
29902
|
}
|
|
29838
29903
|
if (template.cliId === "code-hike") {
|
|
29839
|
-
return /* @__PURE__ */
|
|
29904
|
+
return /* @__PURE__ */ jsx147(CodeHike, {
|
|
29840
29905
|
style: { height: scale4 * 36 }
|
|
29841
29906
|
});
|
|
29842
29907
|
}
|
|
29843
29908
|
if (template.cliId === "prompt-to-video") {
|
|
29844
|
-
return /* @__PURE__ */
|
|
29909
|
+
return /* @__PURE__ */ jsx147(PromptToVideoIcon, {
|
|
29910
|
+
style: { height: scale4 * 36 }
|
|
29911
|
+
});
|
|
29912
|
+
}
|
|
29913
|
+
if (template.cliId === "prompt-to-motion-graphics") {
|
|
29914
|
+
return /* @__PURE__ */ jsx147(BrainIcon, {
|
|
29845
29915
|
style: { height: scale4 * 36 }
|
|
29846
29916
|
});
|
|
29847
29917
|
}
|
|
@@ -29855,25 +29925,25 @@ var useMobileLayout = () => {
|
|
|
29855
29925
|
};
|
|
29856
29926
|
|
|
29857
29927
|
// src/components/homepage/MoreTemplatesButton.tsx
|
|
29858
|
-
import { jsx as
|
|
29928
|
+
import { jsx as jsx148, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
29859
29929
|
var icon6 = {
|
|
29860
29930
|
height: 16,
|
|
29861
29931
|
marginLeft: 10
|
|
29862
29932
|
};
|
|
29863
29933
|
var MoreTemplatesButton = () => {
|
|
29864
29934
|
const mobileLayout = useMobileLayout();
|
|
29865
|
-
return /* @__PURE__ */
|
|
29935
|
+
return /* @__PURE__ */ jsx148("a", {
|
|
29866
29936
|
href: "/templates",
|
|
29867
29937
|
className: "no-underline text-inherit",
|
|
29868
|
-
children: /* @__PURE__ */
|
|
29938
|
+
children: /* @__PURE__ */ jsxs59(Button, {
|
|
29869
29939
|
className: "right-0 border-2 rounded-full text-inherit px-4 py-2 fontbrand font-semibold text-sm flex flex-row items-center h-10",
|
|
29870
29940
|
children: [
|
|
29871
29941
|
mobileLayout ? "Templates" : "Find a template",
|
|
29872
|
-
/* @__PURE__ */
|
|
29942
|
+
/* @__PURE__ */ jsx148("svg", {
|
|
29873
29943
|
style: icon6,
|
|
29874
29944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29875
29945
|
viewBox: "0 0 448 512",
|
|
29876
|
-
children: /* @__PURE__ */
|
|
29946
|
+
children: /* @__PURE__ */ jsx148("path", {
|
|
29877
29947
|
fill: "currentColor",
|
|
29878
29948
|
d: "M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z"
|
|
29879
29949
|
})
|
|
@@ -29884,7 +29954,7 @@ var MoreTemplatesButton = () => {
|
|
|
29884
29954
|
};
|
|
29885
29955
|
|
|
29886
29956
|
// src/components/homepage/TemplateIcon.tsx
|
|
29887
|
-
import { jsx as
|
|
29957
|
+
import { jsx as jsx149, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
29888
29958
|
var icon7 = {
|
|
29889
29959
|
display: "flex",
|
|
29890
29960
|
width: 36,
|
|
@@ -29905,14 +29975,14 @@ var outer = {
|
|
|
29905
29975
|
};
|
|
29906
29976
|
var TemplateIcon = ({ children, label: label3 }) => {
|
|
29907
29977
|
const mobileLayout = useMobileLayout();
|
|
29908
|
-
return /* @__PURE__ */
|
|
29978
|
+
return /* @__PURE__ */ jsxs60("span", {
|
|
29909
29979
|
style: outer,
|
|
29910
29980
|
children: [
|
|
29911
|
-
/* @__PURE__ */
|
|
29981
|
+
/* @__PURE__ */ jsx149("div", {
|
|
29912
29982
|
style: icon7,
|
|
29913
29983
|
children
|
|
29914
29984
|
}),
|
|
29915
|
-
mobileLayout ? null : /* @__PURE__ */
|
|
29985
|
+
mobileLayout ? null : /* @__PURE__ */ jsx149("div", {
|
|
29916
29986
|
className: "text-xs fontbrand",
|
|
29917
29987
|
children: label3
|
|
29918
29988
|
})
|
|
@@ -29921,19 +29991,19 @@ var TemplateIcon = ({ children, label: label3 }) => {
|
|
|
29921
29991
|
};
|
|
29922
29992
|
|
|
29923
29993
|
// src/components/homepage/ChooseTemplate.tsx
|
|
29924
|
-
import { jsx as
|
|
29994
|
+
import { jsx as jsx150, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
29925
29995
|
var ChooseTemplate = () => {
|
|
29926
|
-
return /* @__PURE__ */
|
|
29996
|
+
return /* @__PURE__ */ jsx150("div", {
|
|
29927
29997
|
style: {
|
|
29928
29998
|
display: "flex",
|
|
29929
29999
|
flexDirection: "column"
|
|
29930
30000
|
},
|
|
29931
|
-
children: /* @__PURE__ */
|
|
30001
|
+
children: /* @__PURE__ */ jsx150("div", {
|
|
29932
30002
|
style: {
|
|
29933
30003
|
position: "relative",
|
|
29934
30004
|
textAlign: "center"
|
|
29935
30005
|
},
|
|
29936
|
-
children: /* @__PURE__ */
|
|
30006
|
+
children: /* @__PURE__ */ jsxs61("div", {
|
|
29937
30007
|
className: "no-scroll-bar",
|
|
29938
30008
|
style: {
|
|
29939
30009
|
display: "inline-flex",
|
|
@@ -29947,19 +30017,19 @@ var ChooseTemplate = () => {
|
|
|
29947
30017
|
},
|
|
29948
30018
|
children: [
|
|
29949
30019
|
CreateVideoInternals.FEATURED_TEMPLATES.filter((f) => f.featuredOnHomePage).map((template) => {
|
|
29950
|
-
return /* @__PURE__ */
|
|
30020
|
+
return /* @__PURE__ */ jsx150("a", {
|
|
29951
30021
|
className: "text-inherit no-underline",
|
|
29952
30022
|
href: `/templates/${template.cliId}`,
|
|
29953
|
-
children: /* @__PURE__ */
|
|
30023
|
+
children: /* @__PURE__ */ jsx150(TemplateIcon, {
|
|
29954
30024
|
label: template.featuredOnHomePage,
|
|
29955
|
-
children: /* @__PURE__ */
|
|
30025
|
+
children: /* @__PURE__ */ jsx150(IconForTemplate, {
|
|
29956
30026
|
scale: 0.7,
|
|
29957
30027
|
template
|
|
29958
30028
|
})
|
|
29959
30029
|
})
|
|
29960
30030
|
}, template.cliId);
|
|
29961
30031
|
}),
|
|
29962
|
-
/* @__PURE__ */
|
|
30032
|
+
/* @__PURE__ */ jsx150(MoreTemplatesButton, {})
|
|
29963
30033
|
]
|
|
29964
30034
|
})
|
|
29965
30035
|
})
|
|
@@ -29970,28 +30040,28 @@ var ChooseTemplate = () => {
|
|
|
29970
30040
|
import { useState as useState57 } from "react";
|
|
29971
30041
|
|
|
29972
30042
|
// src/components/homepage/GitHubButton.tsx
|
|
29973
|
-
import { jsx as
|
|
30043
|
+
import { jsx as jsx151, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
29974
30044
|
var GithubIcon = () => {
|
|
29975
|
-
return /* @__PURE__ */
|
|
30045
|
+
return /* @__PURE__ */ jsx151("svg", {
|
|
29976
30046
|
viewBox: "0 0 496 512",
|
|
29977
30047
|
style: { height: 24, marginRight: 8 },
|
|
29978
|
-
children: /* @__PURE__ */
|
|
30048
|
+
children: /* @__PURE__ */ jsx151("path", {
|
|
29979
30049
|
fill: "currentColor",
|
|
29980
30050
|
d: "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
29981
30051
|
})
|
|
29982
30052
|
});
|
|
29983
30053
|
};
|
|
29984
30054
|
var GithubButton = () => {
|
|
29985
|
-
return /* @__PURE__ */
|
|
30055
|
+
return /* @__PURE__ */ jsxs63("div", {
|
|
29986
30056
|
className: "flex flex-row items-center text-base",
|
|
29987
30057
|
children: [
|
|
29988
|
-
/* @__PURE__ */
|
|
30058
|
+
/* @__PURE__ */ jsx151(GithubIcon, {}),
|
|
29989
30059
|
" ",
|
|
29990
|
-
/* @__PURE__ */
|
|
30060
|
+
/* @__PURE__ */ jsx151("span", {
|
|
29991
30061
|
children: "GitHub"
|
|
29992
30062
|
}),
|
|
29993
30063
|
" ",
|
|
29994
|
-
/* @__PURE__ */
|
|
30064
|
+
/* @__PURE__ */ jsx151("div", {
|
|
29995
30065
|
className: "text-xs inline-block ml-2 leading-none mt-[3px] self-center",
|
|
29996
30066
|
children: "24k"
|
|
29997
30067
|
})
|
|
@@ -30000,18 +30070,18 @@ var GithubButton = () => {
|
|
|
30000
30070
|
};
|
|
30001
30071
|
|
|
30002
30072
|
// src/components/homepage/GetStartedStrip.tsx
|
|
30003
|
-
import { jsx as
|
|
30073
|
+
import { jsx as jsx154, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
30004
30074
|
var GetStarted = () => {
|
|
30005
30075
|
const [clicked, setClicked] = useState57(null);
|
|
30006
|
-
return /* @__PURE__ */
|
|
30076
|
+
return /* @__PURE__ */ jsxs65("div", {
|
|
30007
30077
|
className: "flex flex-col lg:flex-row items-center justify-center text-center w-full",
|
|
30008
30078
|
children: [
|
|
30009
|
-
/* @__PURE__ */
|
|
30079
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30010
30080
|
className: "w-full lg:w-auto",
|
|
30011
|
-
children: /* @__PURE__ */
|
|
30081
|
+
children: /* @__PURE__ */ jsxs65("div", {
|
|
30012
30082
|
className: "flex flex-row w-full relative",
|
|
30013
30083
|
children: [
|
|
30014
|
-
clicked ? /* @__PURE__ */
|
|
30084
|
+
clicked ? /* @__PURE__ */ jsx154("div", {
|
|
30015
30085
|
style: {
|
|
30016
30086
|
animation: "click 0.7s linear",
|
|
30017
30087
|
animationFillMode: "forwards"
|
|
@@ -30019,7 +30089,7 @@ var GetStarted = () => {
|
|
|
30019
30089
|
className: "absolute z-0 top-[-10px] font-mono text-sm text-center w-full",
|
|
30020
30090
|
children: "Copied!"
|
|
30021
30091
|
}, clicked) : null,
|
|
30022
|
-
/* @__PURE__ */
|
|
30092
|
+
/* @__PURE__ */ jsx154(Button, {
|
|
30023
30093
|
className: "bg-[#333] text-white rounded-lg px-4 font-mono hover:[#444] cursor-pointer w-full",
|
|
30024
30094
|
onClick: () => {
|
|
30025
30095
|
navigator.clipboard.writeText("npx create-video@latest");
|
|
@@ -30031,54 +30101,54 @@ var GetStarted = () => {
|
|
|
30031
30101
|
]
|
|
30032
30102
|
})
|
|
30033
30103
|
}),
|
|
30034
|
-
/* @__PURE__ */
|
|
30104
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30035
30105
|
className: "w-2 h-2"
|
|
30036
30106
|
}),
|
|
30037
|
-
/* @__PURE__ */
|
|
30107
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30038
30108
|
className: "w-full lg:w-auto",
|
|
30039
|
-
children: /* @__PURE__ */
|
|
30109
|
+
children: /* @__PURE__ */ jsx154("a", {
|
|
30040
30110
|
className: "no-underline w-full block",
|
|
30041
30111
|
href: "https://www.youtube.com/watch?v=deg8bOoziaE",
|
|
30042
30112
|
target: "_blank",
|
|
30043
|
-
children: /* @__PURE__ */
|
|
30113
|
+
children: /* @__PURE__ */ jsx154(Button, {
|
|
30044
30114
|
className: "w-full",
|
|
30045
30115
|
children: "Watch demo"
|
|
30046
30116
|
})
|
|
30047
30117
|
})
|
|
30048
30118
|
}),
|
|
30049
|
-
/* @__PURE__ */
|
|
30119
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30050
30120
|
style: { width: 10, height: 10 }
|
|
30051
30121
|
}),
|
|
30052
|
-
/* @__PURE__ */
|
|
30122
|
+
/* @__PURE__ */ jsx154("a", {
|
|
30053
30123
|
className: "no-underline w-full lg:w-auto",
|
|
30054
30124
|
href: "/docs",
|
|
30055
|
-
children: /* @__PURE__ */
|
|
30125
|
+
children: /* @__PURE__ */ jsx154(Button, {
|
|
30056
30126
|
className: "w-full",
|
|
30057
30127
|
children: "Docs"
|
|
30058
30128
|
})
|
|
30059
30129
|
}),
|
|
30060
|
-
/* @__PURE__ */
|
|
30130
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30061
30131
|
className: "w-2 h-2"
|
|
30062
30132
|
}),
|
|
30063
|
-
/* @__PURE__ */
|
|
30133
|
+
/* @__PURE__ */ jsx154("a", {
|
|
30064
30134
|
className: "no-underline w-full lg:w-auto",
|
|
30065
30135
|
href: "https://remotion.dev/discord",
|
|
30066
30136
|
target: "_blank",
|
|
30067
|
-
children: /* @__PURE__ */
|
|
30137
|
+
children: /* @__PURE__ */ jsx154(Button, {
|
|
30068
30138
|
className: "w-full",
|
|
30069
30139
|
children: "Discord"
|
|
30070
30140
|
})
|
|
30071
30141
|
}),
|
|
30072
|
-
/* @__PURE__ */
|
|
30142
|
+
/* @__PURE__ */ jsx154("div", {
|
|
30073
30143
|
className: "w-2 h-2"
|
|
30074
30144
|
}),
|
|
30075
|
-
/* @__PURE__ */
|
|
30145
|
+
/* @__PURE__ */ jsx154("a", {
|
|
30076
30146
|
className: "no-underline w-full lg:w-auto",
|
|
30077
30147
|
href: "https://github.com/remotion-dev/remotion",
|
|
30078
30148
|
target: "_blank",
|
|
30079
|
-
children: /* @__PURE__ */
|
|
30149
|
+
children: /* @__PURE__ */ jsx154(Button, {
|
|
30080
30150
|
className: "w-full",
|
|
30081
|
-
children: /* @__PURE__ */
|
|
30151
|
+
children: /* @__PURE__ */ jsx154(GithubButton, {})
|
|
30082
30152
|
})
|
|
30083
30153
|
})
|
|
30084
30154
|
]
|
|
@@ -30086,99 +30156,99 @@ var GetStarted = () => {
|
|
|
30086
30156
|
};
|
|
30087
30157
|
|
|
30088
30158
|
// src/components/homepage/WriteInReact.tsx
|
|
30089
|
-
import { jsx as
|
|
30159
|
+
import { jsx as jsx156, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
30090
30160
|
var WriteInReact = () => {
|
|
30091
|
-
return /* @__PURE__ */
|
|
30161
|
+
return /* @__PURE__ */ jsxs66("div", {
|
|
30092
30162
|
children: [
|
|
30093
|
-
/* @__PURE__ */
|
|
30163
|
+
/* @__PURE__ */ jsx156("h1", {
|
|
30094
30164
|
className: "text-5xl lg:text-[5em] text-center fontbrand font-black leading-none ",
|
|
30095
30165
|
style: {
|
|
30096
30166
|
textShadow: "0 5px 30px var(--background)"
|
|
30097
30167
|
},
|
|
30098
30168
|
children: "Make videos programmatically."
|
|
30099
30169
|
}),
|
|
30100
|
-
/* @__PURE__ */
|
|
30170
|
+
/* @__PURE__ */ jsxs66("p", {
|
|
30101
30171
|
style: {
|
|
30102
30172
|
textShadow: "0 5px 30px var(--background)"
|
|
30103
30173
|
},
|
|
30104
30174
|
className: "font-medium text-center text-lg",
|
|
30105
30175
|
children: [
|
|
30106
30176
|
"Create real MP4 videos with React. ",
|
|
30107
|
-
/* @__PURE__ */
|
|
30177
|
+
/* @__PURE__ */ jsx156("br", {}),
|
|
30108
30178
|
"Parametrize content, render server-side and build applications."
|
|
30109
30179
|
]
|
|
30110
30180
|
}),
|
|
30111
|
-
/* @__PURE__ */
|
|
30112
|
-
/* @__PURE__ */
|
|
30113
|
-
children: /* @__PURE__ */
|
|
30181
|
+
/* @__PURE__ */ jsx156("br", {}),
|
|
30182
|
+
/* @__PURE__ */ jsx156("div", {
|
|
30183
|
+
children: /* @__PURE__ */ jsx156(GetStarted, {})
|
|
30114
30184
|
}),
|
|
30115
|
-
/* @__PURE__ */
|
|
30116
|
-
/* @__PURE__ */
|
|
30117
|
-
/* @__PURE__ */
|
|
30185
|
+
/* @__PURE__ */ jsx156("br", {}),
|
|
30186
|
+
/* @__PURE__ */ jsx156("br", {}),
|
|
30187
|
+
/* @__PURE__ */ jsx156(ChooseTemplate, {})
|
|
30118
30188
|
]
|
|
30119
30189
|
});
|
|
30120
30190
|
};
|
|
30121
30191
|
|
|
30122
30192
|
// src/components/Homepage.tsx
|
|
30123
|
-
import { jsx as
|
|
30193
|
+
import { jsx as jsx157, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
30124
30194
|
"use client";
|
|
30125
30195
|
var NewLanding = ({ colorMode, setColorMode }) => {
|
|
30126
|
-
return /* @__PURE__ */
|
|
30196
|
+
return /* @__PURE__ */ jsx157(ColorModeProvider, {
|
|
30127
30197
|
colorMode,
|
|
30128
30198
|
setColorMode,
|
|
30129
|
-
children: /* @__PURE__ */
|
|
30199
|
+
children: /* @__PURE__ */ jsx157("div", {
|
|
30130
30200
|
className: "w-full relative",
|
|
30131
|
-
children: /* @__PURE__ */
|
|
30201
|
+
children: /* @__PURE__ */ jsxs67("div", {
|
|
30132
30202
|
style: { overflow: "hidden" },
|
|
30133
30203
|
children: [
|
|
30134
|
-
/* @__PURE__ */
|
|
30135
|
-
children: /* @__PURE__ */
|
|
30204
|
+
/* @__PURE__ */ jsx157("div", {
|
|
30205
|
+
children: /* @__PURE__ */ jsx157(BackgroundAnimation, {})
|
|
30136
30206
|
}),
|
|
30137
|
-
/* @__PURE__ */
|
|
30138
|
-
/* @__PURE__ */
|
|
30139
|
-
/* @__PURE__ */
|
|
30140
|
-
/* @__PURE__ */
|
|
30141
|
-
/* @__PURE__ */
|
|
30207
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30208
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30209
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30210
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30211
|
+
/* @__PURE__ */ jsxs67("div", {
|
|
30142
30212
|
className: "max-w-[500px] lg:max-w-[1000px] m-auto pl-5 pr-5 overflow-x-clip md:overflow-x-visible relative",
|
|
30143
30213
|
children: [
|
|
30144
|
-
/* @__PURE__ */
|
|
30145
|
-
/* @__PURE__ */
|
|
30146
|
-
/* @__PURE__ */
|
|
30147
|
-
/* @__PURE__ */
|
|
30148
|
-
/* @__PURE__ */
|
|
30149
|
-
/* @__PURE__ */
|
|
30150
|
-
/* @__PURE__ */
|
|
30151
|
-
/* @__PURE__ */
|
|
30152
|
-
/* @__PURE__ */
|
|
30153
|
-
/* @__PURE__ */
|
|
30154
|
-
/* @__PURE__ */
|
|
30155
|
-
/* @__PURE__ */
|
|
30156
|
-
/* @__PURE__ */
|
|
30157
|
-
/* @__PURE__ */
|
|
30158
|
-
/* @__PURE__ */
|
|
30159
|
-
/* @__PURE__ */
|
|
30214
|
+
/* @__PURE__ */ jsx157(WriteInReact, {}),
|
|
30215
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30216
|
+
/* @__PURE__ */ jsx157(IfYouKnowReact, {}),
|
|
30217
|
+
/* @__PURE__ */ jsx157(ParameterizeAndEdit, {}),
|
|
30218
|
+
/* @__PURE__ */ jsx157(RealMP4Videos, {}),
|
|
30219
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30220
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30221
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30222
|
+
/* @__PURE__ */ jsx157(VideoAppsShowcase_default, {}),
|
|
30223
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30224
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30225
|
+
/* @__PURE__ */ jsx157(Demo, {}),
|
|
30226
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30227
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30228
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30229
|
+
/* @__PURE__ */ jsx157(SectionTitle, {
|
|
30160
30230
|
children: "Pricing"
|
|
30161
30231
|
}),
|
|
30162
|
-
/* @__PURE__ */
|
|
30163
|
-
/* @__PURE__ */
|
|
30164
|
-
/* @__PURE__ */
|
|
30165
|
-
/* @__PURE__ */
|
|
30166
|
-
/* @__PURE__ */
|
|
30167
|
-
/* @__PURE__ */
|
|
30168
|
-
/* @__PURE__ */
|
|
30169
|
-
/* @__PURE__ */
|
|
30170
|
-
/* @__PURE__ */
|
|
30171
|
-
/* @__PURE__ */
|
|
30172
|
-
/* @__PURE__ */
|
|
30173
|
-
/* @__PURE__ */
|
|
30174
|
-
/* @__PURE__ */
|
|
30175
|
-
/* @__PURE__ */
|
|
30176
|
-
/* @__PURE__ */
|
|
30177
|
-
/* @__PURE__ */
|
|
30178
|
-
/* @__PURE__ */
|
|
30179
|
-
/* @__PURE__ */
|
|
30180
|
-
/* @__PURE__ */
|
|
30181
|
-
/* @__PURE__ */
|
|
30232
|
+
/* @__PURE__ */ jsx157(Pricing, {}),
|
|
30233
|
+
/* @__PURE__ */ jsx157(TrustedByBanner_default, {}),
|
|
30234
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30235
|
+
/* @__PURE__ */ jsx157(EvaluateRemotion_default, {}),
|
|
30236
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30237
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30238
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30239
|
+
/* @__PURE__ */ jsx157(CommunityStats_default, {}),
|
|
30240
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30241
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30242
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30243
|
+
/* @__PURE__ */ jsx157(EditorStarterSection_default, {}),
|
|
30244
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30245
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30246
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30247
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30248
|
+
/* @__PURE__ */ jsx157(NewsletterButton, {}),
|
|
30249
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30250
|
+
/* @__PURE__ */ jsx157("br", {}),
|
|
30251
|
+
/* @__PURE__ */ jsx157("br", {})
|
|
30182
30252
|
]
|
|
30183
30253
|
})
|
|
30184
30254
|
]
|