From 1b97b263045353479c00c4b47c09a5e090f7a4f1 Mon Sep 17 00:00:00 2001
From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com>
Date: Sun, 7 Jul 2024 14:27:38 +0000
Subject: [PATCH] fdsa
---
app/add.css | 18 +++
app/blog/layout.tsx | 11 ++
app/blog/page.tsx | 10 +-
app/components/StickyRelativeDemo.tsx | 117 +++++++++-----------
app/components/acceries/DotCircle.tsx | 2 +-
app/components/backgroundBeams.tsx | 84 +++++++-------
app/components/demo.tsx | 12 ++
app/components/infiniteCard.tsx | 2 +-
app/components/reviewSection.tsx | 18 ---
app/components/typeWriter.tsx | 6 +-
app/components/ui/infinite-moving-cards.tsx | 6 +-
app/components/ui/typewriter-effect.tsx | 2 +-
app/globals.css | 36 ++++--
app/layout.tsx | 6 +-
app/page.tsx | 12 +-
package-lock.json | 59 ++++++++++
package.json | 1 +
tailwind.config.ts | 12 +-
18 files changed, 261 insertions(+), 153 deletions(-)
create mode 100644 app/blog/layout.tsx
create mode 100644 app/components/demo.tsx
delete mode 100644 app/components/reviewSection.tsx
diff --git a/app/add.css b/app/add.css
index 6a1ee1a11..d02521385 100644
--- a/app/add.css
+++ b/app/add.css
@@ -2,7 +2,25 @@
@tailwind components;
@tailwind utilities;
+:root {
+ --color-primary: #ffffff;
+ --color-secondary: #416165;
+ --color-third: #B3FFB3;
+ --color-gray-light: #D1FFD7;
+ --color-dark: #FFC800;
+ --color-dark-light: #101010;
+}
+/* Dark mode variables */
+@media (prefers-color-scheme: dark) {
+ :root {
+ --color-primary: #0a0a0a;
+ --color-secondary: #3C6E71;
+ --color-white: #ffffff;
+ --color-gray-light: #D9D9D9;
+ --color-dark: #284B63;
+ }
+}
.workSecion{
background-image: url(../public/workSection.svg);
diff --git a/app/blog/layout.tsx b/app/blog/layout.tsx
new file mode 100644
index 000000000..0cb5b6938
--- /dev/null
+++ b/app/blog/layout.tsx
@@ -0,0 +1,11 @@
+export default function DashboardLayout({
+ children, // will be a page or nested layout
+ }: {
+ children: React.ReactNode
+ }) {
+ return (
+
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae quo natus accusantium eius molestiae expedita possimus accusamus, aspernatur, quia quae asperiores @@ -32,30 +40,25 @@ const StickyRelativeDemo: NextPage = () => { inventore porro?
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae quo natus accusantium eius molestiae expedita possimus accusamus, aspernatur, quia quae asperiores @@ -113,40 +117,25 @@ const StickyRelativeDemo: NextPage = () => { inventore porro?
+ Build the right to way
++
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Illo doloremque quasi minima quod perspiciatis facilis recusandae, vel quae ipsam dolores ullam voluptates quam quas eum tenetur odio explicabo enim assumenda.
++
The road to make unique from here
diff --git a/app/components/ui/infinite-moving-cards.tsx b/app/components/ui/infinite-moving-cards.tsx index a1e19ede2..a2b265e12 100644 --- a/app/components/ui/infinite-moving-cards.tsx +++ b/app/components/ui/infinite-moving-cards.tsx @@ -73,7 +73,7 @@ export const InfiniteMovingCards = ({