diff --git a/apps/landing/src/app/page-sections/assistant.tsx b/apps/landing/src/app/page-sections/assistant.tsx index d3b6ab3a1..2bad3281e 100644 --- a/apps/landing/src/app/page-sections/assistant.tsx +++ b/apps/landing/src/app/page-sections/assistant.tsx @@ -1,38 +1,58 @@ import Image from 'next/image'; import React from 'react'; +import Particles from '../../particles'; + export const Assistant = () => { return ( -
- {/* Somewhere there is some mystery padding here. IDK, but magic I guess - @Rocky43007 */} +
+ {/* Background Image positioned absolutely */} Assistant -

- Assistant.{' '} - - Mighty-powerful AI — no cloud needed. - -

-

Details to be revealed soon...

-
-
- {/* eslint-disable-next-line tailwindcss/no-contradicting-classname */} -

- COMING NEXT YEAR -

+ +
+ {/* Somewhere there is some mystery padding here. IDK, but magic I guess - @Rocky43007 */} + + Assistant + +

+ Assistant.{' '} + + Mighty-powerful AI. No cloud needed. + +

+
+ +
+ +

Details to be revealed soon...

+ +
+
+

+ COMING NEXT YEAR +

+
diff --git a/apps/landing/src/app/page-sections/features.tsx b/apps/landing/src/app/page-sections/features.tsx index 2ba13d781..88a80348c 100644 --- a/apps/landing/src/app/page-sections/features.tsx +++ b/apps/landing/src/app/page-sections/features.tsx @@ -13,8 +13,7 @@ export const Features = () => { {info.map((item, index) => ( { return ( -
+

{title}

-

{description}

+

{description}

{ return ( -
-

- Search. Find what you’re looking for with ease using advanced filters. +
+

+ Search.{' '} + + Find what you’re looking for

with ease using advanced filters. +

= ({ src, alt, width, height }) => { return ( - -
+ +