@@ -35,12 +35,13 @@ const Footer = () => {
35
35
{
36
36
title : "BRANDS" ,
37
37
items : [
38
- { text : "Freya" , link : "/brands/skino " } ,
39
- { text : "Love " , link : "/brands/skino " } ,
40
- { text : "Care" , link : "/brands/skino " } ,
38
+ { text : "Freya" , link : "/brands/freya " } ,
39
+ { text : "Luv " , link : "/brands/luv " } ,
40
+ { text : "Care" , link : "/brands/care " } ,
41
41
{ text : "Skino" , link : "/brands/skino" } ,
42
- { text : "Max Cleaning" , link : "/brands/skino" } ,
43
- { text : "Max Styling Wax" , link : "/brands/skino" } ,
42
+ { text : "Max Cleaning" , link : "/brands/max-cleaning" } ,
43
+ { text : "Max Styling Wax" , link : "/brands/max-styling-wax" } ,
44
+ { text : "Max Styling Gel" , link : "/brands/max-styling-gel" } ,
44
45
] ,
45
46
} ,
46
47
{
@@ -71,14 +72,14 @@ const Footer = () => {
71
72
{ footerSections . map ( ( section , index ) => (
72
73
< FooterSection key = { index } { ...section } />
73
74
) ) }
74
- < div className = "mb-8 md:mb-0 w-full sm:w-1/2 md:w-1/3 lg:w-1/5 px-4" >
75
+ { /* <div className="mb-8 md:mb-0 w-full sm:w-1/2 md:w-1/3 lg:w-1/5 px-4">
75
76
<h3 className="font-bold text-lg mb-4">SOCIAL MEDIA</h3>
76
77
<div className="flex space-x-4">
77
78
{socialIcons.map((icon, index) => (
78
79
<SocialIcon key={index} {...icon} />
79
80
))}
80
81
</div>
81
- </ div >
82
+ </div> */ }
82
83
</ div >
83
84
< div className = "mt-12 pt-8 border-t border-white/30 text-center" >
84
85
< p className = "text-sm" >
0 commit comments