Skip to content

Commit

Permalink
gs
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 3, 2024
1 parent 8940a20 commit 3cc765b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/components/ShootingVsStarts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function ShootingStarsAndStarsBackgroundDemo() {
src="/me.webp"
width={350}
height={350}
loading="lazy"
alt="Picture of the author"
className="rounded md:h-[18rem] aspact-sqaure boreder-2 sm:w-[18rem] sm:h-[18rem] h-[8rem] w-[8rem] shadow-[0_2.8px_2.2px_rgba(0,_0,_0,_0.034),_0_6.7px_5.3px_rgba(0,_0,_0,_0.048),_0_12.5px_10px_rgba(0,_0,_0,_0.06),_0_22.3px_17.9px_rgba(0,_0,_0,_0.072),_0_41.8px_33.4px_rgba(0,_0,_0,_0.086),_0_100px_80px_rgba(0,_0,_0,_0.12)]"
/>
Expand Down
1 change: 1 addition & 0 deletions app/components/heroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export function HeroSection() {
src="/me_profile2.webp"
width={350}
height={350}
loading="lazy"
alt="Picture of the author"
className="bg-bottom rounded shadow-[0_2.8px_2.2px_rgba(0,_0,_0,_0.034),_0_6.7px_5.3px_rgba(0,_0,_0,_0.048),_0_12.5px_10px_rgba(0,_0,_0,_0.06),_0_22.3px_17.9px_rgba(0,_0,_0,_0.072),_0_41.8px_33.4px_rgba(0,_0,_0,_0.086),_0_100px_80px_rgba(0,_0,_0,_0.12)]"
/>
Expand Down
2 changes: 1 addition & 1 deletion app/components/textGenerate.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import { TextGenerateEffect } from "./ui/text-generate-effect";

const words = `I thrive on programming and front-end and digital marketing, and I'm determined to master the latest knowledge in the digital landscape, including the new web4 version. I take the initiative to stay ahead.`;
const words = `I thrive on programming, front-end and digital marketing, I'm determined to master the latest knowledge in the digital landscape, including the new web4 version. I take the initiative to stay ahead.`;

export function TextGenerateEffectDemo() {
return <TextGenerateEffect words={words} />;
Expand Down

0 comments on commit 3cc765b

Please sign in to comment.