From f32871c3075db39ab365b4d379e1376f420013ff Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:55:35 +0000 Subject: [PATCH] fdafda --- app/components/StickyRelativeDemo.tsx | 15 +++--- app/components/backgroundBeams.tsx | 68 +++++++++++++------------ app/components/typeWriter.tsx | 4 +- app/components/ui/typewriter-effect.tsx | 4 +- app/globals.css | 4 +- next.config.mjs | 6 +-- 6 files changed, 48 insertions(+), 53 deletions(-) diff --git a/app/components/StickyRelativeDemo.tsx b/app/components/StickyRelativeDemo.tsx index 4a9030f9b..f40260f19 100644 --- a/app/components/StickyRelativeDemo.tsx +++ b/app/components/StickyRelativeDemo.tsx @@ -19,13 +19,13 @@ const StickyRelativeDemo: NextPage = () => { Recent projects - +
-
+
2024
@@ -81,7 +81,7 @@ const StickyRelativeDemo: NextPage = () => {
-
+
Showcase
@@ -113,7 +113,7 @@ const StickyRelativeDemo: NextPage = () => {
-
+
2024
@@ -123,7 +123,7 @@ const StickyRelativeDemo: NextPage = () => { Craft & Code: Building the Future, One Line at a Time
-

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae quo natus accusantium eius molestiae expedita possimus accusamus, aspernatur, quia quae asperiores @@ -169,7 +169,7 @@ const StickyRelativeDemo: NextPage = () => {

-
+
Showcase
@@ -197,9 +197,6 @@ const StickyRelativeDemo: NextPage = () => {
- - -
); }; diff --git a/app/components/backgroundBeams.tsx b/app/components/backgroundBeams.tsx index eb4940d8e..8e665595d 100644 --- a/app/components/backgroundBeams.tsx +++ b/app/components/backgroundBeams.tsx @@ -57,7 +57,9 @@ export function BackgroundBeamsDemo() { ease: "backIn", }} className="flex w-full flex-col items-center justify-center" - > + > + + -
- - - + + - Get started - - - - + Get started + + + + - Learn more - - - -
+ delay: 0.3, + duration: 0.8, + ease: "easeInOut", + }} + className="p-1 px-3 border-1 border-sBorder rounded-full text-secondaryText font-semibold" + > + Learn more + + +
diff --git a/app/components/typeWriter.tsx b/app/components/typeWriter.tsx index 507fb1678..9c6e1bc59 100644 --- a/app/components/typeWriter.tsx +++ b/app/components/typeWriter.tsx @@ -17,13 +17,13 @@ export function TypewriterEffectSmoothDemo() { }, { text: "neeraj rekwar.", - className: "text-thirdText", + className: "text-fourText", }, ]; return (
-

+

The road to make unique from here

diff --git a/app/components/ui/typewriter-effect.tsx b/app/components/ui/typewriter-effect.tsx index 15141c545..4e6e5c10b 100644 --- a/app/components/ui/typewriter-effect.tsx +++ b/app/components/ui/typewriter-effect.tsx @@ -124,7 +124,7 @@ export const TypewriterEffectSmooth = ({ {word.text.map((char, index) => ( {char} @@ -154,7 +154,7 @@ export const TypewriterEffectSmooth = ({ }} >