edut text
This commit is contained in:
parent
4ebebd103f
commit
746b40794f
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/8.pack.gz
vendored
BIN
.next/cache/webpack/client-development/8.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/12.pack.gz
vendored
BIN
.next/cache/webpack/server-development/12.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/15.pack.gz
vendored
BIN
.next/cache/webpack/server-development/15.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/19.pack.gz
vendored
BIN
.next/cache/webpack/server-development/19.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/20.pack.gz
vendored
BIN
.next/cache/webpack/server-development/20.pack.gz
vendored
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("ceba12a7df39251a")
|
||||
/******/ __webpack_require__.h = () => ("82e820ec81ad7812")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
File diff suppressed because one or more lines are too long
@ -43,7 +43,7 @@ export default function BentoSection() {
|
||||
<Subheading as="h3" dark={dark}>
|
||||
{eyebrow}
|
||||
</Subheading>
|
||||
<p className="mt-1 text-2xl/8 font-medium tracking-tight h3-title-new group-data-[dark]:text-white">
|
||||
<p className="mt-1 text-2xl/8 font-medium tracking-tight text-gradient-new group-data-[dark]:text-white">
|
||||
{title}
|
||||
</p>
|
||||
<p className="mt-2 max-w-[600px] text-sm/6 text-gray-600 group-data-[dark]:text-gray-400">
|
||||
|
@ -92,7 +92,7 @@ export default function Featureshome() {
|
||||
|
||||
<div className="relative mt-12 lg:mt-24 lg:grid lg:grid-cols-2 lg:items-center lg:gap-8">
|
||||
<div className="relative">
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-cyan-700">Features</h2>
|
||||
<h2 className="text-base font-medium font-mono leading-7 text-purple-e-e-e-e-e-e-e-e-e-e-e-e-700">Features</h2>
|
||||
<h3 className="h3-title-new">Collaboration & Creation Tools</h3>
|
||||
<p className="mt-4 section-text font-display ">
|
||||
Transform how you and your team work together with our innovative, real-time creative tools.
|
||||
@ -102,10 +102,10 @@ export default function Featureshome() {
|
||||
{transferFeatures.map((item) => (
|
||||
<div key={item.id} className="relative">
|
||||
<dt>
|
||||
<div className="absolute flex h-12 w-12 items-center justify-center rounded-xl bg-cyan-gradient text-white">
|
||||
<div className="absolute flex h-12 w-12 items-center justify-center rounded-xl bg-purple-gradient text-white">
|
||||
<item.icon aria-hidden="true" className="h-8 w-8" />
|
||||
</div>
|
||||
<p className="ml-16 text-lg font-semibold leading-6 text-cyan-700">{item.name}</p>
|
||||
<p className="ml-16 text-lg font-semibold leading-6 text-purple-700">{item.name}</p>
|
||||
</dt>
|
||||
<dd className="ml-16 mt-2 text-base text-purple-700">{item.description}</dd>
|
||||
</div>
|
||||
@ -176,10 +176,10 @@ export default function Featureshome() {
|
||||
{communicationFeatures.map((item) => (
|
||||
<div key={item.id} className="relative">
|
||||
<dt>
|
||||
<div className="absolute flex h-12 w-12 items-center justify-center rounded-xl bg-cyan-gradient text-white">
|
||||
<div className="absolute flex h-12 w-12 items-center justify-center rounded-xl bg-purple-gradient text-white">
|
||||
<item.icon aria-hidden="true" className="h-8 w-8" />
|
||||
</div>
|
||||
<p className="ml-16 text-lg font-semibold leading-6 text-cyan-700">{item.name}</p>
|
||||
<p className="ml-16 text-lg font-semibold leading-6 text-purple-700">{item.name}</p>
|
||||
</dt>
|
||||
<dd className="ml-16 mt-2 text-base text-purple-700">{item.description}</dd>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user