Skip to content

Commit

Permalink
jhk
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 8, 2024
1 parent ba446bb commit 52706fd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modules = ["nodejs-20", "web"]
run = "npm run dev"

[nix]
channel = "stable-23_11"
channel = "stable-24_05"

[deployment]
run = ["sh", "-c", "npm run dev"]
Expand Down
6 changes: 1 addition & 5 deletions app/components/backgroundBeams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export function BackgroundBeamsDemo() {
<motion.button
initial={{ opacity: 0, y: 100 }}
whileInView={{ opacity: 1, y: 0 }}

transition={{

delay: 0.3,
duration: 0.8,
ease: "easeInOut",
Expand All @@ -73,13 +71,11 @@ export function BackgroundBeamsDemo() {
Get started
</motion.button>
</Link>
<Link href={"https://e3d840fc-de16-4c0f-a2af-4bb02b48d797-00-1iz57nutmrl9d.sisko.replit.dev/"} className="relative z-10 md:pb-4 text-2xl sm:text-lg md:text-7xl bg-clip-text text-transparent bg-gradient-to-b from-neutral-200 to-neutral-600 text-left font-sans font-bold">
<Link href={"https://058d7161-3d82-455c-8a08-75929c749baa-00-33ncm1e7y6818.pike.replit.dev/"} className="relative z-10 md:pb-4 text-2xl sm:text-lg md:text-7xl bg-clip-text text-transparent bg-gradient-to-b from-neutral-200 to-neutral-600 text-left font-sans font-bold">
<motion.button
initial={{ opacity: 0, y: 100 }}
whileInView={{ opacity: 1, y: 0 }}

transition={{

delay: 0.3,
duration: 0.8,
ease: "easeInOut",
Expand Down
6 changes: 4 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:root {
--color-primary-bg: #FFFFFF;
--color-secondary-bg: #D9D9D9;
--color-third-bg: #679436;
--color-third-bg: #5e716a;

--color-primary-text: #242424;
--color-secondary-text: #5e716a;
Expand All @@ -16,13 +16,14 @@

--color-primary-border: #e7f5f3;
--color-secondary-border: #3535359a;
--color-third-border: #3535359a;

}

/* Dark mode variables */
@media (prefers-color-scheme: dark) {
:root {
--color-primary-bg: #ffffff;
--color-primary-bg: #100c13;
--color-secondary-bg: #32243D;
--color-third-bg: #472360;

Expand All @@ -32,6 +33,7 @@

--color-primary-border: #705D97;
--color-secondary-border: #47236067;
--color-third-border: #47236067;



Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"framer-motion-3d": "^11.2.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"qss": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 52706fd

Please sign in to comment.