diff --git a/pages/index.tsx b/pages/index.tsx
index deefa7d7b..3d6ff54f4 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,6 +1,6 @@
-<<<<<<< HEAD
import { FeaturedProductCard, Layout, ProductCaroucel, RecipeCard } from 'src/components/common'
+import { HomeBanner, HomeCTA, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
import image5 from "../public/assets/images/image5.png"
import image6 from "../public/assets/images/image6.png"
import image7 from "../public/assets/images/image7.png"
@@ -113,23 +113,17 @@ const recipe:RecipeCardProps[] = [{
description:"The broth for Bun Bo Hue is prepared by slowly simmering various types of beef and pork bones (ox tail, beef shank, pork neck bones, pork feet,...",
imageSrc: image14.src
}]
-=======
-import { Layout } from 'src/components/common';
-import { HomeBanner, HomeCTA, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
->>>>>>> 499221a7b8217276dbba438808a6ad3ece216a4d
+
export default function Home() {
return (
<>
-<<<<<<< HEAD
-=======
->>>>>>> 499221a7b8217276dbba438808a6ad3ece216a4d
>
)
}
diff --git a/src/components/common/ButtonCommon/ButtonCommon.module.scss b/src/components/common/ButtonCommon/ButtonCommon.module.scss
index 5afe65c85..a7023aa05 100644
--- a/src/components/common/ButtonCommon/ButtonCommon.module.scss
+++ b/src/components/common/ButtonCommon/ButtonCommon.module.scss
@@ -65,14 +65,8 @@
}
&.ghost {
-<<<<<<< HEAD
- @apply bg-white;
- color: var(--text-active);
- border: 1px solid var(--text-active);
-=======
@apply bg-white text-primary;
border: 1px solid var(--primary);
->>>>>>> 499221a7b8217276dbba438808a6ad3ece216a4d
&.loading {
&::before {
border-top-color: var(--text-active);
diff --git a/src/components/modules/home/index.ts b/src/components/modules/home/index.ts
index b53080082..463181c44 100644
--- a/src/components/modules/home/index.ts
+++ b/src/components/modules/home/index.ts
@@ -1,8 +1,5 @@
export { default as HomeBanner } from './HomeBanner/HomeBanner'
-<<<<<<< HEAD
export { default as CollectionCarcoucel } from './CollectionCarcoucel/CollectionCarcoucel'
-=======
export { default as HomeCTA } from './HomeCTA/HomeCTA'
export { default as HomeSubscribe } from './HomeSubscribe/HomeSubscribe'
export { default as HomeVideo } from './HomeVideo/HomeVideo'
->>>>>>> 499221a7b8217276dbba438808a6ad3ece216a4d
diff --git a/tailwind.config.js b/tailwind.config.js
index e1022dab6..b3297a342 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -45,7 +45,6 @@ module.exports = {
'negative-border-line': 'var(--negative-border-line)',
'negative-light': 'var(--negative-light)',
-<<<<<<< HEAD
'line': 'var(--border-line)',
'background': 'var(--background)',
'white': 'var(--white)',
@@ -54,8 +53,6 @@ module.exports = {
'disabled': 'var(--text-disabled)',
-=======
->>>>>>> 499221a7b8217276dbba438808a6ad3ece216a4d
line: 'var(--border-line)',
background: 'var(--background)',
white: 'var(--white)',