Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Austin-utexas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Austin-utexas
Commits
e713e2ab
Commit
e713e2ab
authored
4 months ago
by
Eunsu Kim
Browse files
Options
Downloads
Patches
Plain Diff
fix?
parent
bf7a7559
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#531378
failed
4 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/page.tsx
+2
-13
2 additions, 13 deletions
app/page.tsx
with
2 additions
and
13 deletions
app/page.tsx
+
2
−
13
View file @
e713e2ab
"
use client
"
;
import
React
,
{
useRef
}
from
"
react
"
;
import
{
useEffect
,
useState
}
from
"
react
"
;
import
React
from
"
react
"
;
import
Hero
from
"
@/components/hero
"
;
import
SectionContainer
from
"
@/components/section
"
;
import
AnimatingText
from
"
@/components/animate-text
"
;
import
AnimatedCounter
from
"
@/components/animated-counter
"
;
import
IntroScreen
from
"
@/components/intro-screen
"
;
import
Link
from
"
next/link
"
;
import
{
m
,
motion
,
Variants
}
from
"
framer-motion
"
;
import
{
motion
,
Variants
}
from
"
framer-motion
"
;
import
{
Button
}
from
"
@/components/ui/button
"
;
const
textVariants
:
Variants
=
{
...
...
@@ -20,15 +18,6 @@ const textVariants: Variants = {
}
};
const
imageVariants
:
Variants
=
{
offscreen
:
{
opacity
:
0
,
y
:
50
},
onscreen
:
{
opacity
:
1
,
y
:
0
,
transition
:
{
type
:
"
spring
"
,
bounce
:
0.25
,
duration
:
0.8
}
}
};
const
Home
=
()
=>
{
return
(
<>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment