From f58c4edbd22bbdc49c4a72d2e3c01599312cd07d Mon Sep 17 00:00:00 2001 From: myung03 Date: Tue, 3 Sep 2024 23:39:00 -0700 Subject: [PATCH] assistant particles + colour --- .../src/app/page-sections/assistant.tsx | 76 ++++++++++++------- .../src/app/page-sections/features.tsx | 7 +- apps/landing/src/app/page-sections/search.tsx | 9 ++- apps/landing/src/components/hero-image.tsx | 10 +-- 4 files changed, 59 insertions(+), 43 deletions(-) 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 ( - -
+ +