@@ -39,7 +39,7 @@ export const Home: React.FC = () => {
3939 < div className = "main-banner-txt" >
4040 < p className = "goods-description" > { t ( 'home-1-content' ) } </ p >
4141 < div className = "btn-wrap" >
42- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
42+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
4343 </ div >
4444 </ div >
4545 </ div >
@@ -56,7 +56,7 @@ export const Home: React.FC = () => {
5656 < p className = "goods-title-small" > { t ( 'home-2-subheading' ) } </ p >
5757 < p className = "goods-title" > { t ( 'home-2-heading' ) } </ p >
5858 < div className = "btn-wrap" >
59- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
59+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
6060 </ div >
6161 </ div >
6262 < ImageContainer imgUrl = { productImage1 } alt = { productFileName1 } imgClassName = "main-goods-image" />
@@ -68,7 +68,7 @@ export const Home: React.FC = () => {
6868 < p className = "goods-title-small" > { t ( 'home-3-subheading' ) } </ p >
6969 < p className = "goods-title" > { t ( 'home-3-heading' ) } </ p >
7070 < p className = "goods-description" > { t ( 'home-3-content' ) } </ p >
71- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'add-to-cart' ) } </ button >
71+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'add-to-cart' ) } </ button >
7272 </ div >
7373 < ImageContainer imgUrl = { productImage2 } alt = { productFileName2 } imgClassName = "main-goods-image" />
7474 </ div >
@@ -79,7 +79,7 @@ export const Home: React.FC = () => {
7979 < p className = "goods-title-small" > { t ( 'home-4-subheading' ) } </ p >
8080 < p className = "goods-title" > { t ( 'home-4-heading' ) } </ p >
8181 < p className = "goods-description" > { t ( 'home-4-content' ) } </ p >
82- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'ice-cream-makers' ) } </ button >
82+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'ice-cream-makers' ) } </ button >
8383 </ div >
8484 < ImageContainer imgUrl = { productImage3 } alt = { productFileName3 } imgClassName = "main-goods-image" />
8585 </ div >
@@ -116,7 +116,7 @@ export const Home: React.FC = () => {
116116 < div className = "main-banner-txt" >
117117 < p className = "goods-description" > { t ( 'home-7-content' ) } </ p >
118118 < div className = "btn-wrap" >
119- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
119+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'learn-more' ) } </ button >
120120 </ div >
121121 </ div >
122122 </ div >
@@ -177,7 +177,7 @@ export const Home: React.FC = () => {
177177 < p className = "goods-description" > { t ( 'home-11-content-1' ) } </ p >
178178 < p className = "goods-description" > { t ( 'home-11-content-2' ) } </ p >
179179 < div className = "btn-wrap" >
180- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'bellvie-help' ) } </ button >
180+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'bellvie-help' ) } </ button >
181181 </ div >
182182 </ div >
183183 </ div >
@@ -190,7 +190,7 @@ export const Home: React.FC = () => {
190190 < p className = "goods-description" > { t ( 'home-12-content-1' ) } </ p >
191191 < p className = "goods-description" > { t ( 'home-12-content-2' ) } </ p >
192192 < div className = "btn-wrap" >
193- < button type = "button" className = "epbtn primary learn-more-btn" > { t ( 'about' ) } </ button >
193+ < button type = "button" className = "epbtn -- primary learn-more-btn" > { t ( 'about' ) } </ button >
194194 </ div >
195195 </ div >
196196 </ div >
0 commit comments