Skip to content

Commit

Permalink
fgsd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 30, 2024
1 parent c4f3b24 commit 6aa4cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/BackgroundAurra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function AuroraBackgroundDemo() {
src={"/me.jpg"}
width={24}
height={24}
rel="preload"
loading="lazy"
alt="Digital marketing for expert"
className="aspact-square h-10 w-10 rounded-full"
/>
Expand Down Expand Up @@ -94,7 +94,7 @@ export function AuroraBackgroundDemo() {
</motion.p>

<motion.div className="text-secondaryText gap-2 mt-10 max-w-fit flex justify-center items-center">
<Link href={"https://84243cc8-6929-4062-809e-d7d9dda777bf-00-2j91rfjnf9ve1.pike.replit.dev/"} className="relative z-10 ">
<Link href={"https://84243cc8-6929-4062-809e-d7d9dda777bf-00-2j91rfjnf9ve1.pike.replit.dev/"} rel="preload" className="relative z-10 ">
<motion.button
whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }}
Expand All @@ -113,7 +113,7 @@ export function AuroraBackgroundDemo() {
Get started
</motion.button>
</Link>
<Link href={"#vision"} scroll={true} className="relative z-10">
<Link href={"#vision"} scroll={true} rel="preload" className="relative z-10">
<motion.button
whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }}
Expand Down
3 changes: 3 additions & 0 deletions app/components/VisionSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const VisionSection: React.FC = () => {
src={"/projects/home/elements.svg"}
height={500}
width={500}
loading="lazy"
alt="ui best in your we3b"
/>
</div>
Expand Down Expand Up @@ -62,6 +63,7 @@ export const VisionSection: React.FC = () => {
className=""
width={300}
height={300}
loading="lazy"
alt="best programing tech development"
/>
</div>
Expand Down Expand Up @@ -678,6 +680,7 @@ export const VisionSection: React.FC = () => {
className=" md:p-10 p-8 m-2 bg-seven rounded-2xl"
width={300}
height={300}
loading="lazy"
alt="Startup life"
/>
</div>
Expand Down

0 comments on commit 6aa4cbd

Please sign in to comment.