Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TMP-23-197
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IT20154394
TMP-23-197
Commits
54021086
Commit
54021086
authored
Aug 28, 2023
by
IT20161538
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First
parent
d2a7daf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
32 deletions
+14
-32
src/components/Features.js
src/components/Features.js
+14
-32
No files found.
src/components/Features.js
View file @
54021086
import
'
./FeaturesStyles.css
'
;
import
React
from
'
react
'
;
import
TripData
from
'
./FeaturesData
'
;
import
Trip1
from
'
../assets/5.jpg
'
;
import
Trip2
from
'
../assets/6.jpg
'
;
import
Trip3
from
'
../assets/8.jpg
'
;
import
{
Link
}
from
"
react-router-dom
"
;
export
default
function
Trip
()
{
return
(
<
div
className
=
'
trip
'
>
<
h1
>
Services
<
/h1
>
<
div
className
=
'
tripcard
'
>
<
TripData
Link
=
"
/test
"
image
=
{
Trip1
}
heading
=
"
Thisara
"
/>
<
TripData
image
=
{
Trip3
}
heading
=
"
Ravindu
"
Link
=
"
/test
"
image
=
{
Trip1
}
heading
=
"
Thisara
"
/>
<
TripData
image
=
{
Trip2
}
heading
=
"
Side Effects & Treatments
"
image
=
{
Trip3
}
heading
=
"
Ravindu
"
/>
<
TripData
Link
=
"
/sideEffectsAndTreatments
"
image
=
{
Trip2
}
heading
=
"
Side Effects & Treatments
"
/>
image
=
{
Trip1
}
heading
=
"
Rehabilitation Process
"
<
TripData
image
=
{
Trip1
}
heading
=
"
Rehabilitation Process
"
/>
<
/div
>
<
/div
>
)
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment