Skip to content

Commit

Permalink
def sans and change about order
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Mar 21, 2024
1 parent fc325ae commit b707262
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions config/framed.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
'src' => '/team/diane.webp',
'alt' => 'Diane Team Photo',
],
[
'name' => 'Bethany',
'position' => 'Framer',
'description' => 'Bethany, one of our newest team member, successfully juggles her university studies with her passion for picture framing. Her enthusiasm shines through as she continues to make impressive strides in her framing skills, consistently delivering outstanding work.',
'src' => '/team/bethany.webp',
'alt' => 'Bethany Team Photo',
],
[
'name' => 'Karen',
'position' => 'Framer',
Expand All @@ -134,19 +141,12 @@
'description' => 'John has been a valuable addition to our team and making significant contributions. With approximately six years of prior experience running his own picture framing business and a background in engineering, he brings a wealth of expertise.',
'alt' => 'John Team Photo',
],
[
'name' => 'Bethany',
'position' => 'Framer',
'description' => 'Bethany, one of our newest team member, successfully juggles her university studies with her passion for picture framing. Her enthusiasm shines through as she continues to make impressive strides in her framing skills, consistently delivering outstanding work.',
'src' => '/team/bethany.webp',
'alt' => 'Bethany Team Photo',
],
[
'name' => 'Danielle',
'position' => 'Framer',
'description' => 'Danielle, our newest team member..',
'alt' => 'Danielle Team Photo',
]
// [
// 'name' => 'Danielle',
// 'position' => 'Framer',
// 'description' => 'Danielle, our newest team member..',
// 'alt' => 'Danielle Team Photo',
// ]
],

/*
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default {
extend: {
fontFamily: {
sans: ['Figtree', ...defaultTheme.fontFamily.sans],
mont: ['Montserrat', ...defaultTheme.fontFamily.mono],
quick: ['Quicksand', ...defaultTheme.fontFamily.mono]
mont: ['Montserrat', ...defaultTheme.fontFamily.sans],
quick: ['Quicksand', ...defaultTheme.fontFamily.sans],
},
colors: {
primary: {
Expand Down

0 comments on commit b707262

Please sign in to comment.